fetch resources in url /googlemap/ - would come with plewww
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Apr 2012 10:45:24 +0000 (12:45 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Apr 2012 10:45:24 +0000 (12:45 +0200)
bin/plc-kml.py

index b246300..edcf035 100755 (executable)
@@ -154,7 +154,7 @@ class KmlMap:
 
         # NODES
         description += "<tr><td align='center'>"
-        description += "<img src='%(apiurl)s/sites/node.png'/>"%locals()
+        description += "<img src='%(apiurl)s/googlemap/node.png'/>"%locals()
         description += "</td><td>"
         if nb_nodes:
             description += "<a style='text-decoration: none;' href='%(apiurl)s/db/nodes/index.php?site_id=%(site_id)d'>%(nb_nodes)d node(s)</a>"%locals()
@@ -165,7 +165,7 @@ class KmlMap:
 
         #SLICES
         description += "<tr><td align='center'>"
-        description += "<img src='%(apiurl)s/sites/slice.png'/>"%locals()
+        description += "<img src='%(apiurl)s/googlemap/slice.png'/>"%locals()
         description += "</td><td>"
         if nb_slices:
             description += "<a style='text-decoration: none;' href='%(apiurl)s/db/slices/index.php?site_id=%(site_id)d'>%(nb_slices)d slice(s)</a>"%locals()