Last active
August 29, 2015 14:01
-
-
Save objectivehtml/069055616965364eefaa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{your_map_field parse="true"} | |
{markers} | |
{exp:gmap:marker id="map" latitude="{marker:latitude}" longitude="{marker:longitude}" geocode="false"} | |
{/markers} | |
{/your_map_field} | |
// The above code would be the same as... | |
{your_map_field id="map"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment