Skip to content

Commit 32b9509

Browse files
committed
New osm.earth with various building options
1 parent d5b74db commit 32b9509

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

tests/osm.earth

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ osgEarth Sample - OpenStreetMap Features
1414

1515
<xi:include href="osm_data.xml"/>
1616

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)"/>
1818

19+
<xi:include href="osm_buildings.xml" nvgl="true" open="false" name="FMG Buildings (NVGL)"/>
1920

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">
2129
<url>https://pelican-public.s3.amazonaws.com/buildings_mak/{z}/{x}/{y}.osgb</url>
2230
<min_level>14</min_level>
2331
<max_level>14</max_level>
@@ -29,4 +37,6 @@ osgEarth Sample - OpenStreetMap Features
2937
<options>
3038
<!-- <terrain lod_method="screen_space" tile_pixel_size="350"/> -->
3139
</options>
40+
41+
3242
</map>

0 commit comments

Comments
 (0)