Search found 4 matches

by micxer
Mon Jul 24, 2006 7:20 pm
Forum: General discussions
Topic: Integrating a GoogleMap into an article?
Replies: 20
Views: 11840

Thanks for the hint. I managed to solve the problem. If anyone wants to try it, here is the code:
<div class="serendipity_entry_body">
{$entry.body}
{if $entry.properties.ep_googlemapvals and $entry.properties.ep_googlemappoints and $entry.properties.ep_googlemapwidth and $entry.properties.ep ...
by micxer
Sun Jul 23, 2006 8:15 pm
Forum: General discussions
Topic: Integrating a GoogleMap into an article?
Replies: 20
Views: 11840

The following s9y-code
function load() {ldelim}
if (GBrowserIsCompatible()) {ldelim}
var valstring = "{$entry.properties.ep_googlemapvals}";
var vals = valstring.split(",");
var map = new GMap2(document.getElementById("map{$entry.id}"));
alert('map.setCenter(new GLatLng('+vals[0]+', '+vals[1 ...
by micxer
Thu Jul 20, 2006 5:06 pm
Forum: General discussions
Topic: Integrating a GoogleMap into an article?
Replies: 20
Views: 11840

I already did this, even with the whole command and it looked exactly like it should do. Any other idea, what happens?
by micxer
Tue Jul 18, 2006 11:22 pm
Forum: General discussions
Topic: Integrating a GoogleMap into an article?
Replies: 20
Views: 11840

Hi, I tried to make the whole map thing a bit more configurable. So it looks like this:
<div class="serendipity_entry_body">
{$entry.body}
{if $entry.properties.ep_googlemapvals and $entry.properties.ep_googlemappoints and $entry.properties.ep_googlemapwidth and $entry.properties.ep ...