File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,18 @@ osgEarth Sample - OpenStreetMap Features
14
14
15
15
<xi:include href="osm_data.xml"/>
16
16
17
- <xi:include href="osm_buildings.xml" nvgl="true " open="false" name="FMG Buildings"/>
17
+ <xi:include href="osm_buildings.xml" nvgl="false " open="false" name="FMG Buildings (GL3) "/>
18
18
19
+ <xi:include href="osm_buildings.xml" nvgl="true" open="false" name="FMG Buildings (NVGL)"/>
19
20
20
- <XYZModel name="Freshly Baked Buildings" open="false">
21
+ <XYZModel name="Freshly Baked Buildings (GL3)" open="false">
22
+ <url>https://pelican-public.s3.amazonaws.com/buildings_mak/{z}/{x}/{y}.osgb</url>
23
+ <min_level>14</min_level>
24
+ <max_level>14</max_level>
25
+ <profile>spherical-mercator</profile>
26
+ </XYZModel>
27
+
28
+ <XYZModel name="Freshly Baked Buildings (NVGL)" open="false">
21
29
<url>https://pelican-public.s3.amazonaws.com/buildings_mak/{z}/{x}/{y}.osgb</url>
22
30
<min_level>14</min_level>
23
31
<max_level>14</max_level>
@@ -29,4 +37,6 @@ osgEarth Sample - OpenStreetMap Features
29
37
<options>
30
38
<!-- <terrain lod_method="screen_space" tile_pixel_size="350"/> -->
31
39
</options>
40
+
41
+
32
42
</map>
You can’t perform that action at this time.
0 commit comments