Skip to content

Commit

Permalink
New osm.earth with various building options
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Nov 20, 2023
1 parent d5b74db commit 32b9509
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions tests/osm.earth
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ osgEarth Sample - OpenStreetMap Features

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

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

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

<XYZModel name="Freshly Baked Buildings" open="false">
<XYZModel name="Freshly Baked Buildings (GL3)" open="false">
<url>https://pelican-public.s3.amazonaws.com/buildings_mak/{z}/{x}/{y}.osgb</url>
<min_level>14</min_level>
<max_level>14</max_level>
<profile>spherical-mercator</profile>
</XYZModel>

<XYZModel name="Freshly Baked Buildings (NVGL)" open="false">
<url>https://pelican-public.s3.amazonaws.com/buildings_mak/{z}/{x}/{y}.osgb</url>
<min_level>14</min_level>
<max_level>14</max_level>
Expand All @@ -29,4 +37,6 @@ osgEarth Sample - OpenStreetMap Features
<options>
<!-- <terrain lod_method="screen_space" tile_pixel_size="350"/> -->
</options>


</map>

0 comments on commit 32b9509

Please sign in to comment.