diff --git a/examples/doubleSetCenter.html b/examples/doubleSetCenter.html deleted file mode 100644 index eb7ffa0fe7..0000000000 --- a/examples/doubleSetCenter.html +++ /dev/null @@ -1,38 +0,0 @@ - - -
- - - -- Demonstrate the behavior of two calls to set the center after instantiating the layer object. -
- - - - - - - - - diff --git a/examples/outOfRangeMarkers.html b/examples/outOfRangeMarkers.html deleted file mode 100644 index 7e64237edd..0000000000 --- a/examples/outOfRangeMarkers.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - -- See how to control the maximum resolution for a markers layer, - causing it to not be displayed beyond a certain point. -
- - - - diff --git a/examples/outOfRangeMarkers.txt b/examples/outOfRangeMarkers.txt deleted file mode 100644 index 6d8897760f..0000000000 --- a/examples/outOfRangeMarkers.txt +++ /dev/null @@ -1,3 +0,0 @@ -point title description icon --4.14,37.90 Kilimanjaro Beskrivning http://www.villageografica.com/Africa-Webmap/img/marker-blue.png --3.24,34.35 Shinyanga Beskrivning http://www.villageografica.com/Africa-Webmap/img/marker-blue.png diff --git a/examples/projected-map.html b/examples/projected-map.html deleted file mode 100644 index 0e9c87c408..0000000000 --- a/examples/projected-map.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - -- Use different (not default) projections with your map -
- -When using alternative projections, you still use OpenLayers.LonLat objects, even though - the properties are actually X/Y values at that point.
- - diff --git a/examples/urban.html b/examples/urban.html deleted file mode 100644 index 8c9f247368..0000000000 --- a/examples/urban.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - -- Demonstrate the use of a NASA WorldWind base layer. -
- - - -- Add the Nasa WorldWind "Urban" layer to your map. The "Urban" layer contains aerial imagery for urban areas only. -
-- You can do it with a ... -
- -- Shows the use of the Tiled WorldWind layers. -
- - - -This is a demonstration of using Tiled WorldWind layers. - WorldWind requires you to define a "LZTD" -- the 3rd param of the - constructor -- and the number of zoom levels it supports. When a - worldwind layer is not visible at a given tile level, and empty - tile is placed there instead. Note that the maxResolution of the - map times 512px, must be a multiple of a power of two different - from the LZTD -- in this case, .28125 * 512 is 144, which is 36*4, - and 2.25*64. This example has a 'Bathy' layer, visible as you zoom - out, and a 'landsat' layer, visible as you zoom in, both visible at - zoom level 6.
-