From 7d453bc69e53d37fb2d8060efbcb4564068f51b6 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Thu, 2 Apr 2015 11:58:56 +0200 Subject: [PATCH] Port over the bind-input and bing-maps examples --- examples_src/bind-input.html | 143 +++++++++++++---------------------- examples_src/bing-maps.html | 80 +++++--------------- 2 files changed, 71 insertions(+), 152 deletions(-) diff --git a/examples_src/bind-input.html b/examples_src/bind-input.html index 341c4ddbc5..cfec65e20c 100644 --- a/examples_src/bind-input.html +++ b/examples_src/bind-input.html @@ -1,92 +1,51 @@ - - - - - - - - - - - Bind HTML input example - - - - - -
- -
-
-
-
-
- -
- -
-

Bind HTML input example

-

Demonstrates two-way binding of HTML input elements to OpenLayers objects.

-
-

See the bind-input.js source to see how this is done.

- - -
-
input, bind, openstreetmap
-
- -
-
-
- Layer - - - -
- -
-
- -
-
-
- View - - - - -
-
-
- -
- -
- - - - - - - +--- +template: "example.html" +title: "Bind HTML input example" +shortdesc: "Demonstrates two-way binding of HTML input elements to OpenLayers objects." +docs: > + + +tags: "custom, control" +--- +
+
+
+
+
+
+
+
+ Layer + + + +
+ +
+
+
+
+
+ View + + + + +
+
+
\ No newline at end of file diff --git a/examples_src/bing-maps.html b/examples_src/bing-maps.html index a97c1dadcb..c8fb02ddb4 100644 --- a/examples_src/bing-maps.html +++ b/examples_src/bing-maps.html @@ -1,60 +1,20 @@ - - - - - - - - - - - Bing Maps example - - - - - -
- -
-
-
- - -
-
- -
- -
-

Bing Maps example

-

Example of a Bing Maps layer.

-
-

When the Bing Maps tile service doesn't have tiles for a given resolution and region it returns "placeholder" tiles indicating that. Zoom the map beyond level 19 to see the "placeholder" tiles. If you want OpenLayers to display stretched tiles in place of "placeholder" tiles beyond zoom level 19 then set maxZoom to 19 in the options passed to ol.source.BingMaps.

-

See the bing-maps.js source to see how this is done.

-
-
bing, bing-maps
-
- -
- -
- - - - - - - +--- +template: "example.html" +title: "Bing Maps example" +shortdesc: "Example of a Bing Maps layer." +docs: > +

When the Bing Maps tile service doesn't have tiles for a given resolution and region it returns "placeholder" tiles indicating that. Zoom the map beyond level 19 to see the "placeholder" tiles. If you want OpenLayers to display stretched tiles in place of "placeholder" tiles beyond zoom level 19 then set maxZoom to 19 in the options passed to ol.source.BingMaps.

+tags: "bing, bing-maps" +--- +
+
+
+ +
+
\ No newline at end of file