From d0d61e68c77ee9fcb3951e5a8c19264c516cc8f2 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Thu, 2 Apr 2015 14:51:14 +0200 Subject: [PATCH] Port over epsg-4326, export-map, fractal and full-screen-drag-rotate-and-zoom examples --- examples_src/epsg-4326.html | 64 +++------------ examples_src/export-map.html | 72 ++++------------ examples_src/fractal.css | 6 ++ examples_src/fractal.html | 82 ++++--------------- .../full-screen-drag-rotate-and-zoom.css | 9 ++ .../full-screen-drag-rotate-and-zoom.html | 78 ++++-------------- 6 files changed, 77 insertions(+), 234 deletions(-) create mode 100644 examples_src/fractal.css create mode 100644 examples_src/full-screen-drag-rotate-and-zoom.css diff --git a/examples_src/epsg-4326.html b/examples_src/epsg-4326.html index 8fd47ec4e3..13650d1d91 100644 --- a/examples_src/epsg-4326.html +++ b/examples_src/epsg-4326.html @@ -1,51 +1,13 @@ - - - - - - - - - - - EPSG:4326 example - - - - - -
- -
-
-
-
-
- -
- -
-

EPSG:4326 example

-

Example of a map in EPSG:4326.

-
-

See the epsg-4326.js source to see how this is done.

-
-
epsg4326
-
- -
- -
- - - - - - - +--- +template: "example.html" +title: "EPSG:4326 example" +shortdesc: "Example of a map in EPSG:4326." +docs: > + This example shows how to create a map in EPSG:4326. +tags: "epsg4326" +--- +
+
+
+
+
diff --git a/examples_src/export-map.html b/examples_src/export-map.html index a0766335d2..fe23c0884e 100644 --- a/examples_src/export-map.html +++ b/examples_src/export-map.html @@ -1,56 +1,18 @@ - - - - - - - - - - - Export map example - - - -