I have created a Gmap view, showing one type of node.
The map works really well
See
www.runireland.com/events_map
but it doesn't respect the Map marker settings per node.
It just uses the default marker, rather than the specific marker for the node type
set at
admin/settings/gmap_location
[This setting works fine for the node itself].
Regards
Alan
Comments
Comment #1
pisco23 commentedJust wish to second the flagging of this bug - it will quickly become important on my site as the number of content-types increases - thanks for your attention .
Comment #2
janosch commentedI'm also having the same issue trying to find a solution, but with no luck.. Anyone?
Comment #3
ray007 commentedYou need to configure the view to also select the "Node: type" field.
A pity that doesn't happen by default, but if you do select this field the markers show as expected.
I'll eventually try to come up with a fix for this if I can manage to do it without too bad a performance impact, but that will have to wait some time - unless somebody else comes up with a patch.
Comment #4
marcoBauli commentedFollows a patch from mortenq that fixes the issue:
Comment #5
marcoBauli commentedconfirming that the fix above works also in beta2
Comment #6
bdragon commentedGood catch, thanks.
http://drupal.org/cvs?commit=127699
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
varuntaliyan commentedhi frns !!
I m facing the similar problem. I m using drupal-6x. I used Gmap,location,location cck modules. I created a view to show gmap on my site and used different markers to show different content type on my map. It worked well on my local system, But when i uploaded the site on my server only Drupal Default markers are shown on map. The option to select marker at /admin/settings/gmap_location shows only default, i tried giving permissions to gmap and everything i can but with no luck.
Help Appreciated.
Comment #9
joancatala commentedSame problem: Drupal 6.16 + CCK + Gmap.
When I click on a marker it don't open the node... but the info window :-(
Here you are: http://bebes.kreanto.com/distribuidores
Help appreciated.
Comment #10
morticcino commentedHi Marco,
where I have to apply this patch? There is not gmap_views.module in my gmap module...
I have installed the last stable release, not the dev.
Can you help me to fix this problem?
Thanks in advance.
Regards,
Michele
Comment #11
PatrickTarzan commentedHey,
i had the same problem, and i did it the bad way. I just deleted drupal.png in /sites/all/modules/gmap/markers/ and changed the name of a existing marker in the same folder to drupal.png. Dont forget to empty your cache.
Comment #12
jorgensa commentedI had the same problem, but I was able to change the marker color/size through the views gmap page style settings. Drupal markers were set as the marker / fallback marker to use there. I just set all of my markers to be one symbol, but it looks as though you can select more intricate settings there as well...
Comment #13
johnvIt is not enough to add your marker to the directory. Have you also created an ini-file? The markers-directory als contains ini-files by default. See the advanced help: help/gmap/extending.
or, if you haven't installed Advanced help, this post: http://groups.drupal.org/node/19614
Comment #14
nancydruThe only way I could get this to work was to go and edit misc.ini.
Comment #15
nancydruComment #16
podarokplease, provide patch against latest dev