Quote:
Originally Posted by Trana
Is there a way to create site markers for locations without having a member tag it? For example, I would like to hardcode some local attractions.
Can this be done in this version?
|
I don't see why you couldn't change the markers.xml directly. Something like this;
Code:
<marker mapid="9999" title_map="Eiffel Tower" lng="-88.246731" lat="42.215226" userid="9999" username="Eiffel Tower" text_map="Eiffel Tower, France" type="blue" pimage="http://mysite.com/forums/images/googlemapme/noimage.png" />
Of course the link to the member's profile will result in a message that the user does not exist. But the rest should work fine.