Markers are not visible
-
Hello there,
I already read quite similar topic about markers which are not showing but did not find my solution..Basically I just wanted to add map of an area based on leaflet, and add then a marker on this map. Something close to that:
[leaflet-map lat=44.841680 lng=-0.566745 zoomcontrol=”1″ zoom=7]
[leaflet-marker]
As a result, I can get a map but no markers. Instead my browser console highlights some errors:
previous_map = WPLeafletMapPlugin.maps[ map_count – 1 ],
is_image = previous_map.is_image_map,
image_len = WPLeafletMapPlugin.images.length,
previous_image = WPLeafletMapPlugin.images[ image_len – 1 ],
previous_image_onload;</p><p> if ( is_image &&
..On the last line, the error message starts from </p><p>
If I put out the leaflet-marker I have no such error anymore.
Precision: I’ve tried to remove and reinstall, and also tried to remove the default attribution in the plugin default values, but nothing happened.Thanks a lot! My configuration: Chrome V 55.0.2883.95, Mac OS 10.11.6
- The topic ‘Markers are not visible’ is closed to new replies.