-
Notifications
You must be signed in to change notification settings - Fork 1
/
simple.earth
33 lines (26 loc) · 959 Bytes
/
simple.earth
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<map name="MyMap" type="geocentric" version="2">
<image name="bluemarble" driver="gdal">
<url>world.tif</url>
</image>
<model name="community" driver="feature_geom" enabled="true" visible="true">
<features name="community" driver="ogr" build_spatial_index="true">
<url>CHICAGO_DATA/commareas/CommAreas.shp</url>
</features>
<styles>
<style type="text/css">
red {
point-size: 50;
fill: #ff0000;
altitude-clamping: terrain;
altitude-technique: gpu;
}
</style>
</styles>
<!--
<fading max_range="3500"/>
-->
<layout crop_features="true" tile_size_factor="15">
<level max_range="100000000"/>
</layout>
</model>
</map>