forked from gwaldron/osgearth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:gwaldron/osgearth
- Loading branch information
Showing
3 changed files
with
55 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
osgEarth Sample - ReadyMap.ORG Server - http://readymap.org | ||
|
||
ReadyMap.ORG provides free global base map data for osgEarth developers! | ||
This tiled, worldwide dataset of imagery, elevation, and street map data | ||
is a great base map that provides global context for your own local datasets. | ||
It works "out of the box" with osgEarth applications. | ||
|
||
**** NOTICE **** | ||
YOU ARE RESPONSIBLE for abiding by the TERMS AND CONDITIONS outlined at: | ||
http://readymap.org | ||
--> | ||
|
||
<map name="ReadyMap.org"> | ||
|
||
<TMSImage name="ReadyMap 15m Imagery"> | ||
<url>http://readymap.org/readymap/tiles/1.0.0/7/</url> | ||
</TMSImage> | ||
|
||
<TMSElevation name="ReadyMap 90m Elevation"> | ||
<url>http://readymap.org/readymap/tiles/1.0.0/116/</url> | ||
<vdatum>egm96</vdatum> | ||
</TMSElevation> | ||
|
||
<TerrainMesh name="mesh" /> | ||
|
||
<TerrainConstraint name="Goodbye Virginia" remove_interior="true" min_level="0"> | ||
<OGRFeatures url="../data/virginia.shp"/> | ||
</TerrainConstraint> | ||
|
||
<xi:include href="viewpoints.xml"/> | ||
</map> |
This file was deleted.
Oops, something went wrong.