Skip to content

Commit

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

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

<XYZModel name="Freshly Baked Buildings (GL3)" open="false">
<XYZModel name="Freshly Baked Buildings (GL3)" nvgl="false" 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">
<XYZModel name="Freshly Baked Buildings (NVGL)" nvgl="true" 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 Down

0 comments on commit e54cae3

Please sign in to comment.