diff options
Diffstat (limited to 'marbledata/maps/earth/googlemaps')
-rw-r--r-- | marbledata/maps/earth/googlemaps/0/0/0.png | bin | 0 -> 159 bytes | |||
-rw-r--r-- | marbledata/maps/earth/googlemaps/googlemaps.dgml | 80 | ||||
-rw-r--r-- | marbledata/maps/earth/googlemaps/preview.png | bin | 0 -> 22138 bytes |
3 files changed, 80 insertions, 0 deletions
diff --git a/marbledata/maps/earth/googlemaps/0/0/0.png b/marbledata/maps/earth/googlemaps/0/0/0.png Binary files differnew file mode 100644 index 000000000..f7ab669ca --- /dev/null +++ b/marbledata/maps/earth/googlemaps/0/0/0.png diff --git a/marbledata/maps/earth/googlemaps/googlemaps.dgml b/marbledata/maps/earth/googlemaps/googlemaps.dgml new file mode 100644 index 000000000..01a63864b --- /dev/null +++ b/marbledata/maps/earth/googlemaps/googlemaps.dgml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="UTF-8"?> +<dgml xmlns="http://edu.kde.org/marble/dgml/2.0"> + <document> + + <head> + <name>Google Maps</name> + <target>earth</target> + <theme>googlemaps</theme> + <icon pixmap="preview.png"/> + <visible>true</visible> + <description><![CDATA[<p>A <i>global roadmap</i> provided by Google.]]></description> + <zoom> + <minimum> 900 </minimum> + <maximum> 3700 </maximum> + <discrete> true </discrete> + </zoom> + </head> + + <map bgcolor="#000000"> + <canvas/> + <target/> + <layer name="googlemaps" backend="texture" > + <!-- Let Google Maps rendered tiles expire after one week + (604800 seconds) --> + <texture name="map" expire="604800" > + <sourcedir format="PNG"> earth/googlemaps </sourcedir> + <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="20" mode="Custom" /> + <projection name="Mercator" /> + <downloadUrl protocol="http" host="mt.google.com" path="/vt/lrys=m@130&hl=de&x={x}&y={y}&z={zoomLevel}&s=Ga" /> + </texture> + </layer> + <layer name="standardplaces" backend="geodata"> + <geodata name="cityplacemarks"> + <sourcefile format="KML">cityplacemarks.kml</sourcefile> + <pick>placemark</pick> + </geodata> + <geodata name="baseplacemarks"> + <sourcefile format="KML">baseplacemarks.kml</sourcefile> + <pick>placemark</pick> + </geodata> + <geodata name="elevplacemarks"> + <sourcefile format="KML">elevplacemarks.kml</sourcefile> + <pick>placemark</pick> + </geodata> + <geodata name="otherplacemarks"> + <sourcefile + format="KML">otherplacemarks.kml</sourcefile> + <pick>placemark</pick> + </geodata> + <geodata name="boundaryplacemarks"> + <sourcefile format="KML">boundaryplacemarks</sourcefile> + <pick>placemark</pick> + </geodata> + </layer> + </map> + <settings> + <property name="coordinate-grid"> + <value>true</value> + <available>true</available> + </property> + <property name="overviewmap"> + <value>true</value> + <available>true</available> + </property> + <property name="compass"> + <value>true</value> + <available>true</available> + </property> + <property name="scalebar"> + <value>true</value> + <available>true</available> + </property> + </settings> + <legend> + <section name="coordinate-grid" checkable="true" connect="coordinate-grid" spacing="12"> + <heading>Coordinate Grid</heading> + </section> + </legend> + </document> +</dgml> diff --git a/marbledata/maps/earth/googlemaps/preview.png b/marbledata/maps/earth/googlemaps/preview.png Binary files differnew file mode 100644 index 000000000..aa3181d29 --- /dev/null +++ b/marbledata/maps/earth/googlemaps/preview.png |