Upgrading to 7.x-2.2 all my markers disappeared although locations were kept.
I uninstalled and reinstalled and replaced markers but they do not show on the published node.
The map, at minimum zoom, centres on the location but no markers appear.

Follow-ups

#1831460: Vertical gaps between tiles

Comments

podarok’s picture

kniekel’s picture

Same here, as long as I have a kml overlay in the Gmap macro (using Gmap addons)
As soon as I delete the overlay part from the script, everything is fine.

Example: [gmap height=400px||overlay=kml:http://www.vernetzte-kirche.de/gis/public/kml2/KG1150011.kml]

on this page: http://test.schweinfurt-evangelisch.de/bad-kissingen
Used to show all related persons/buildings etc. on the map with an own marker.

Ony’s picture

Same issue as well. I'm still trying to figure out this module and just upgraded. Markers disappeared.

kniekel’s picture

Do you have any overlays on your maps? Without overlay, it works absolutely fine for me. Example: http://test.schweinfurt-evangelisch.de/karte

podarok’s picture

can anyone downgrade to http://drupal.org/node/1831236 ?

kniekel’s picture

I just tried the 2.1 version. No difference for me. I'd love to have the old dev-version back, but it seems that it was overwritten with the new one.

podarok’s picture

kniekel’s picture

Yeah, thank you very much podarok. The 1.x version brought everything back for me. I'll stay with it until the issues are gone. :-)
Overlay AND markers in all my maps back again: http://test.schweinfurt-evangelisch.de/karte

(OK podarok, if you want me to test an alternative version, I'll do that. It's still a test site, after all. :-) )

podarok’s picture

grahamshepherd’s picture

Restoring to 7.x-2.x as per #7 did not work for me but 7.x-1.x did work.
I only use gmap on a single node type with no views or overlays.

podarok’s picture

Version: 7.x-2.2 » 7.x-1.0-alpha1

http://drupal.org/node/1832166

Can anybody with bug version test this version for issue?

kniekel’s picture

Markers worked for me all the time, but not with overlays. Same for #9. I didn't get a "marker bundle" error message.

#11 (1.0-alpha1) works the same way all those 1.x versions worked: Markers AND overlays. I'm using this version right now.

podarok’s picture

podarok’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.0-beta1

version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mixxmac’s picture

Status: Closed (fixed) » Active

I'm having this problem too now. I was using 7.x-1.0-beta1, then I tried version 1.x from #7 above, and now I am using the latest dev version).

No markers are showing on any maps at the moment.

Can you explain the fix for this? What steps do I need to take to get the markers back? Can I resolve this with the 1.x version, or need to upgrade to 2.x version... and is that 2.x version stable and safe to upgrade to?

Thanks.

podarok’s picture

Version: 7.x-1.0-beta1 » 7.x-1.1-beta2
Status: Active » Closed (won't fix)

feel free to open this if it still actual for latest release

kniekel’s picture

Version: 7.x-1.1-beta2 » 7.x-2.6
Status: Closed (won't fix) » Active

I just upgraded to 7.x.-2.6 - and found the same problem again. Except that my site is no longer a test site. :-(
As soon as I add a kml to the map, all markers disappear (and the kml isn't shown either).

Klick here for a map without kml: https://www.schweinfurt-evangelisch.de/obereisenheim

And here for one with kml in the form [gmap height=400px||overlay=kml:http://www.vernetzte-kirche.de/gis/public/kml2/KG1150011.kml] https://www.schweinfurt-evangelisch.de/bad-kissingen

Unfortunately, I didn't write down which (working) version I had before the upgrade. :-/

johnv’s picture

Kniwkel, can you get the precise javascript error? Also, since you appear to use a special layer/clustere, can you create a new issue?

nasia123’s picture

I have the same issue, upgrading from 7x-2.4 to 7.x-2.6.
I had a view that showed latitude/longitude in a gmap with markers and now markers won't show ...

nasia123’s picture

Appers that I had the issue discussed here, http://drupal.org/node/1218870#comment-7227130 where the gmap_marker.js was not found (used the JavaScript Console Tool of Chrome Browser)

I applied this patch http://drupal.org/files/gmap_marker_js_fix-1218870.diff and my markers showed up again!

johnv’s picture

Title: Markers disappeared on upgrade » Single Markers disappeared after upgrade to version 2.6

@nasia, you can download gmap 7.x-2.7-beta2

In general:
- Version 2.6 contains errors that have been resolved in 2.7-beta.
- Single markers should work, Some clustermarkers do not, due to API-changes. These need to be addressed in separate issues.

johnv’s picture

Status: Active » Fixed
briinums’s picture

I always say to myself "I will never upgrade GMAP again" as it brings hours and hours to research and resolve clusterer problems until i get at least one clusterer working. now i upgraded april beta and again everything is broken. only map, no markers, "Gicon undefined" "goverlay undefined" "Gridsize undefined" and all the same errors over and over again. now i swear to myself if i ever get this working i will set permissions 444 and forget about it. now i doubt if it will work at all.
FML

kniekel’s picture

johnv, I'm really not sure if this should be another issue. I think it is related to this one here.
I'm not a developer and don't know much about JavaScript. This is what I found out using Firefox debugging on https://www.schweinfurt-evangelisch.de/schonungen

[12:38:32.367] ReferenceError: GGeoXml is not defined @ https://www.schweinfurt-evangelisch.de/sites/all/modules/gmap_addons/gma...

I'm not sure if that one helps you in any way.

johnv’s picture

@kniekel,
In general, it is best practice to create a separate issue for every issue/symptom. It makes discussions cleaner, and we get a chance to close issues! ;-)
And for every problem, we need a symptom, so we know what to look for. Your data in #25 gives exactly that. It gives a module name and a specific error message.
Just create a new issue "ReferenceError: GGeoXml is not defined in sites/all/modules/gmap_addons/gmap_overlays/js/overlay_geoxml.js ", but in module 'gmap-addons' not in 'gmap' ( as you can see in the bold part).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.