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/late-render.html | 48 ------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 misc/openlayers/examples/late-render.html (limited to 'misc/openlayers/examples/late-render.html') diff --git a/misc/openlayers/examples/late-render.html b/misc/openlayers/examples/late-render.html deleted file mode 100644 index 8502e2a..0000000 --- a/misc/openlayers/examples/late-render.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - OpenLayers Late Rendering Example - - - - - - -

Late Rendering

- -
- creation, render, div, light -
- -

- Demonstrates how a map can be rendered to an empty container after - construction by calling the render method. -

-
-
-

In cases where you need to create a map first and render it to some - container later, call the map constructor without a "div" argument. - In this case, you can provide the options object as the first argument. - To render your map to some container after construction, call the map's - render method with the container id.

-
- - -- cgit v1.2.3