I have a problem where only some markers are showing and not others.
I have a bunch of “tree_markers” that aren’t showing. Only the tree markers show which have the same name.
The live test page is here:
http://www.comehike.com/outdoors/widget.php?height=500&width=500&hike_id=108&type=hike
Would anyone know why the only tree markers that show up are “Eucalyptus” trees and not “Madron” or “Cypress”
Thanks,
Alex
Inspecting the
tree_markers[]object, it appears that many trees have the same exact coordinates, so they overlap and you see only the topmost. More specifically, all your madrones are under an eucalyptus.Trying this in the console:
Moves one madrone in the water, to prove it’s always been there, just not visible.