From e30f267181d990947e67909de4809fa941698c85 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 17 Oct 2015 21:36:38 +0200 Subject: Upgrading openlayers to 3.x --- misc/openlayers/examples/geojson-reprojected.html | 46 ----------------------- 1 file changed, 46 deletions(-) delete mode 100644 misc/openlayers/examples/geojson-reprojected.html (limited to 'misc/openlayers/examples/geojson-reprojected.html') diff --git a/misc/openlayers/examples/geojson-reprojected.html b/misc/openlayers/examples/geojson-reprojected.html deleted file mode 100644 index 2e60638..0000000 --- a/misc/openlayers/examples/geojson-reprojected.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - OpenLayers GeoJSON Reprojected Example - - - - - -

GeoJSON Reprojected

- -
- geojson, bing, projection -
- -
Display GeoJSON data over Bing tiles
- -
- -
-

This example demonstrates the use of GeoJSON over Bing tiles. The - GeoJSON vector data is in geographic coordinates (EPSG:4326). The Bing - tiles are in a spherical mercator projection (EPSG:900913). By setting - the projection property of the GeoJSON layer to the source - projection (EPSG:4326), the features are properly displayed over the - base layer. In general, the map projection determines how raster or - vector data is displayed. The layer projection corresponds to the - projection of the data source. -

See the - geojson-reprojected.js - source for details on how this is done.

-
- - - - -- cgit v1.2.3