Open HarveyEV opened 9 years ago
Which version are you using? My head is so far into the code at the head that I can't even remember how we set up the old version...
Version 1.0pl. tried passing the &resources=[[*id]]
param but still no marker.
Marker issue resolved but async loading in modals not working. Am currently using version form ModX repo. Will try latest.
I am generating the lat/lng into dynamically set tvs and rendering the map fine with gmarker. I can't figure out from the docs how would I set a single marker on a dynamically generated map? I am only setting the tvs on a single resource at render time through my snippet. I've tried passing this:
[[Gmarker? &address=
[[+venue-address-1]] [[+venue-city]], [[+venue-region]] [[+venue-postal-code]]&latlng=
[[latitude]],[[longitude]]&height=
260&width=
260]]
but I get nothing but the map. Should I set something like &resources=
[[~*id]]
?