Author: fdesbois Date: 2010-07-09 16:15:29 +0200 (Fri, 09 Jul 2010) New Revision: 421 Url: http://nuiton.org/repositories/revision/sandbox/421 Log: hi ! Added: cartography/trunk/src/main/webapp/test.kml Modified: cartography/trunk/src/main/webapp/charente-maritime.html Modified: cartography/trunk/src/main/webapp/charente-maritime.html =================================================================== --- cartography/trunk/src/main/webapp/charente-maritime.html 2010-06-22 18:28:40 UTC (rev 420) +++ cartography/trunk/src/main/webapp/charente-maritime.html 2010-07-09 14:15:29 UTC (rev 421) @@ -20,7 +20,7 @@ {layers: 'basic'} ); - var charente = new OpenLayers.Layer.GML("KML", "kml/charente-maritime.kml", + var charente = new OpenLayers.Layer.GML("KML", "test.kml", { format: OpenLayers.Format.KML, formatOptions: { Added: cartography/trunk/src/main/webapp/test.kml =================================================================== --- cartography/trunk/src/main/webapp/test.kml (rev 0) +++ cartography/trunk/src/main/webapp/test.kml 2010-07-09 14:15:29 UTC (rev 421) @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:xal="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"> + <Document> + <Style> + <LineStyle> + <color>cc2d3939</color> + <width>3.0</width> + </LineStyle> + <PolyStyle> + <color>66d1d1ff</color> + <colorMode>random</colorMode> + </PolyStyle> + </Style> + <Placemark> + <name>Port de La Rochelle</name> + <open>1</open> + <description> + <p>Embarquements depuis janvier 2010</p> + <table> + <tr> + <th>Navire</th> + <th>Embarquements réalisés</th> + <th>Embarquements refusés</th> + </tr> + <tr> + <td>COUCOU CASSE-COU</td> + <td>10</td> + <td>2</td> + </tr> + <td>PILE-POIL</td> + <td>0</td> + <td>1</td> + </tr> + <tr> + <td>LE FLEURISTE</td> + <td>8</td> + <td>0</td> + </tr> + </table> + </description> + <Point> + <coordinates>-1.153307,46.157659</coordinates> + </Point> + </Placemark> + </Document> +</kml>
participants (1)
-
fdesbois@users.nuiton.org