maps
This commit is contained in:
parent
33d02a4845
commit
20c0224bc8
53 changed files with 1329 additions and 60 deletions
14
web/output/projects/testing.kml
Normal file
14
web/output/projects/testing.kml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
|
||||
<Document>
|
||||
<Folder>
|
||||
<name>Testing</name>
|
||||
<Placemark>
|
||||
<name>Test</name>
|
||||
<Point>
|
||||
<coordinates>34.972507850461874,32.70194460092584</coordinates>
|
||||
</Point>
|
||||
</Placemark>
|
||||
</Folder>
|
||||
</Document>
|
||||
</kml>
|
||||
Loading…
Add table
Add a link
Reference in a new issue