Add light tag to examples that could use the light build
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">All Overlays with Google and OSM</h1>
|
||||
<div id="tags">
|
||||
overlay, baselayer, google, osm, openstreetmap
|
||||
overlay, baselayer, google, osm, openstreetmap, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Using the Google and OSM layers as overlays.
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">OpenLayers Overlays Only Example</h1>
|
||||
<div id="tags">
|
||||
overlay, baselayer
|
||||
overlay, baselayer, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Demonstrates a map with overlays only.
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">map.panTo Example</h1>
|
||||
<div id="tags">
|
||||
panning, animation, effect, smooth, panMethod
|
||||
panning, animation, effect, smooth, panMethod, light
|
||||
</div>
|
||||
<div id="shortdesc">Show animated panning effects in the map</div>
|
||||
<div id="map" class="smallmap"></div>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<h1 id="title">Attribution Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
copyright, watermark, logo, attribution
|
||||
copyright, watermark, logo, attribution, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<h1 id="title">Bing Tiles with a Subset of Resolutions Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
bing tiles restrictedMinZoom numZoomLevels
|
||||
bing tiles restrictedMinZoom numZoomLevels, light
|
||||
</div>
|
||||
|
||||
<div id="shortdesc">Use Bing with direct tile access</div>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<h1 id="title">Basic Bing Tiles Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
bing tiles
|
||||
bing tiles, light
|
||||
</div>
|
||||
|
||||
<div id="shortdesc">Use Bing with direct tile access</div>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<h1 id="title">Bing Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
Bing, Microsoft, Virtual Earth
|
||||
Bing, Microsoft, Virtual Earth, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<h1 id="title">Boxes Example Vector</h1>
|
||||
|
||||
<div id="tags">
|
||||
box, vector, annotation
|
||||
box, vector, annotation, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<h1 id="title">Buffer Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
buffer, performance, tile
|
||||
buffer, performance, tile, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
<div id="tags">
|
||||
click control, double, doubleclick, double-click, event, events,
|
||||
propagation
|
||||
propagation, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<script src="../lib/Firebug/firebug.js"></script>
|
||||
<script src="../lib/OpenLayers.js"></script>
|
||||
<script src="../lib/OpenLayers.js"></script>
|
||||
<script src="clientzoom.js"></script>
|
||||
<style>
|
||||
.olControlAttribution {
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<h1 id="title">Custom Control Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
control, panel, rectangle
|
||||
control, panel, rectangle, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">OpenLayers Example</h1>
|
||||
<div id="tags">simple, basic</div>
|
||||
<div id="tags">simple, basic, light</div>
|
||||
<p id="shortdesc">
|
||||
Demonstrate a simple map with an overlay that includes layer switching controls.
|
||||
</p>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<h1 id="title">GeoJSON Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
JSON, GeoJSON
|
||||
JSON, GeoJSON, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<h1 id="title">Google (Static Maps API) Grid Layer Example</h1>
|
||||
<div id="tags">
|
||||
Google, grid, static, GMaps
|
||||
Google, grid, static, GMaps, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Using the Google Static Maps API with a Grid Layer.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">Google (v3) allOverlays Layer Example</h1>
|
||||
<div id="tags">
|
||||
Google, overlay
|
||||
Google, overlay, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Demonstrate use the Google Maps v3 API with allOverlays set to true on the map.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">Google (v3) Layer Example</h1>
|
||||
<div id="tags">
|
||||
Google, api key, apikey
|
||||
Google, api key, apikey, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Demonstrate use the Google Maps v3 API.
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<body onload="init();">
|
||||
<h1 id="title">Named Graphics Example</h1>
|
||||
<div id="tags">
|
||||
vector, named graphic, star, cross, x, square, triangle, circle, style
|
||||
vector, named graphic, star, cross, x, square, triangle, circle, style, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Shows how to use well-known graphic names.
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h1 id="title">Gutter Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
gutter, quality, tile
|
||||
gutter, quality, tile, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<h1 id="title">Late Rendering</h1>
|
||||
|
||||
<div id="tags">
|
||||
creation, render, div
|
||||
creation, render, div, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<h1 id="title">Layer Opacity Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
opacity, transparent, transparency
|
||||
opacity, transparent, transparency, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
<h1 id="title">Layer Load Monitoring Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
monitor, loading
|
||||
monitor, loading, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<h1 id="title">Layer Switcher Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
tree, layerswitcher, reposition
|
||||
tree, layerswitcher, reposition, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">Resize a Marker</h1>
|
||||
<div id="tags">
|
||||
animation, resizing, style, size
|
||||
animation, resizing, style, size, light
|
||||
</div>
|
||||
<div id="shortdesc">Dynamically resize a marker</div>
|
||||
<div id="map" class="smallmap"></div>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<h1 id="title">Multiple Server URLS</h1>
|
||||
|
||||
<div id="tags">
|
||||
performance, multiple urls, request
|
||||
performance, multiple urls, request, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Load your tiles faster by pointing to the same server, but with different urls
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<h1 id="title">Navigation Control</h1>
|
||||
|
||||
<div id="tags">
|
||||
drag, move, zoom, navigate
|
||||
drag, move, zoom, navigate, light
|
||||
</div>
|
||||
|
||||
<div id="shortdesc">Demonstrate Navigation Control features</div>
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
<h1 id="title">Z-Index/Y-Order Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
stack, stacking, zindex, ordering
|
||||
stack, stacking, zindex, ordering, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
Demonstrate use of an OSM layer and a Google layer as base layers.
|
||||
</p>
|
||||
<div id="tags">
|
||||
openstreetmap google
|
||||
openstreetmap google light
|
||||
</div>
|
||||
<div id="map" class="smallmap"></div>
|
||||
<div id="docs">
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<h1 id="title">Grayscale OSM Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
openstreetmap canvas grayscale
|
||||
openstreetmap canvas grayscale light
|
||||
</div>
|
||||
|
||||
<div id="shortdesc">Show an OSM Map in grayscale</div>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<h1 id="title">Basic OSM Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
openstreetmap basic
|
||||
openstreetmap basic light
|
||||
</div>
|
||||
|
||||
<div id="shortdesc">Show a Simple OSM Map</div>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">Resize Features Programatically</h1>
|
||||
<div id="tags">
|
||||
vector, feature, resizing, resize
|
||||
vector, feature, resizing, resize, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Demonstration of how to use the geometry resize methods to
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">OpenLayers Restricted Extent Example</h1>
|
||||
<div id="tags">
|
||||
map, restrict, restrictedextent, extent
|
||||
map, restrict, restrictedextent, extent, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Don't let users drag outside the map extent: instead, limit dragging such
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<h1 id="title">Rotate vector features</h1>
|
||||
|
||||
<div id="tags">
|
||||
vector, feature, rotating, rotation, rotate, advanced
|
||||
vector, feature, rotating, rotation, rotate, advanced, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Details on how to create and rotate vector features programmatically
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">OpenLayers Select Feature on Multiple Layers Example</h1>
|
||||
<div id="tags">
|
||||
vector, feature, selecting, selection, advanced
|
||||
vector, feature, selecting, selection, advanced, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Select a feature on click with the Control.SelectFeature on multiple
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">Single Tile Example</h1>
|
||||
<div id="tags">tile, ratio, singleTile, performance</div>
|
||||
<div id="tags">tile, ratio, singleTile, performance, light</div>
|
||||
<p id="shortdesc">
|
||||
Use the singleTile option on gridded layers to request a single tile.
|
||||
</p>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">Rule Based Style</h1>
|
||||
<div id="tags">
|
||||
vector, feature, stylemap, filter, comparison
|
||||
vector, feature, stylemap, filter, comparison, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Use rule based styling to use different symbolizers for different
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<h1 id="title">StyleMap Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
vector, feature, stylemap
|
||||
vector, feature, stylemap, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<h1 id="title">Feature Styles Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
vector, feature, stylemap
|
||||
vector, feature, stylemap, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">Rotation Style Example</h1>
|
||||
<div id="tags">
|
||||
vector, feature, stylemap, rotation, cleanup
|
||||
vector, feature, stylemap, rotation, cleanup, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Use the rotation property of a point symbolizer to rotate
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<h1 id="title">Unique Value Styles Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
vector, feature, stylemap, uniquevalue, cleanup
|
||||
vector, feature, stylemap, uniquevalue, cleanup, light
|
||||
</div>
|
||||
|
||||
<p id="shortdesc">
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">OpenLayers Example</h1>
|
||||
<div id="tags">
|
||||
vector, feature, symbolizer, filter, comparison, labeling
|
||||
vector, feature, symbolizer, filter, comparison, labeling, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Demonstrate fill, stroke, and graphic property of symbolizers.
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<h1 id="title">Tile Origin</h1>
|
||||
<div id="tags">
|
||||
grid, tileOrigin
|
||||
grid, tileOrigin, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Demonstrates the use of the tileExtent property to differentiate
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">Transition Example</h1>
|
||||
<div id="tags">
|
||||
transition, resize, tile, singletile
|
||||
transition, resize, tile, singletile, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Demonstrates the use of transition effects in tiled and untiled layers.
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
<body onload="init()">
|
||||
<h1 id="title">OpenLayers Labeled features example</h1>
|
||||
<div id="tags">
|
||||
vector, feature, labeling, symbolizer
|
||||
vector, feature, labeling, symbolizer, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Label vector features with a text symbolizer.
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
<h1 id="title">Drawing Simple Vector Features Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
vector, feature
|
||||
vector, feature, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Shows the use of the shows drawing simple vector features, in different styles.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<h1 id="title">WMS with POST Requests to Avoid Long URLs</h1>
|
||||
|
||||
<div id="tags">
|
||||
sld, sld_body, post, iframe, advanced
|
||||
sld, sld_body, post, iframe, advanced, light
|
||||
</div>
|
||||
|
||||
<div id="shortdesc">Render tiles in IMG or IFRAME elements, depending on
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<h1 id="title"> WMS Untiled Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
singletile, tile
|
||||
singletile, tile, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Shows an example of an "untiled" WMS layer, which requests a single
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<h1 id="title"> WMS version 1.3 (axis order) Example</h1>
|
||||
|
||||
<div id="tags">
|
||||
axis order, wms 1.3
|
||||
axis order, wms 1.3, light
|
||||
</div>
|
||||
<p id="shortdesc">
|
||||
Shows an example of the influence of axis order on WMS 1.3 GetMap requests.
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">Zoom Control Example</h1>
|
||||
<div id="tags">zoom control</div>
|
||||
<div id="tags">zoom control light</div>
|
||||
|
||||
<div id="shortdesc">Shows how to use a simple zoom control.</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user