Skip to content

Commit

Permalink
Merge pull request NASAWorldWind#15 from ESAFastPrototyping/feature/g…
Browse files Browse the repository at this point in the history
…eotiff

Merged changes that correct the GeoTiff example file's URL.
  • Loading branch information
pdavidc committed Feb 17, 2016
2 parents e32e412 + 2a1ac46 commit c4cba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GeoTiffExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirejs(['../src/WorldWind',
wwd.addLayer(layers[l].layer);
}

var resourcesUrl = "http://wo2.terrasigna.com/geotiff-support/examples/geotiff_data/black_sea_rgb.tif";
var resourcesUrl = "http://worldwindserver.net/webworldwind/data/black_sea_rgb.tif";

var geotiffObject = new WorldWind.GeoTiffReader(resourcesUrl);

Expand Down

0 comments on commit c4cba2a

Please sign in to comment.