Home
last modified time | relevance | path

Searched refs:OpenLayers (Results 1 – 12 of 12) sorted by relevance

/plugin/openlayersmapoverlays/lib/
Dlayers.js59 OpenLayers.Layer.ArcGIS93Rest=OpenLayers.Class(OpenLayers.Layer.Grid,{DEFAULT_PARAMS:{format:"png"}… class
/plugin/osm/
Dscript.js8 var map = new OpenLayers.Map (div.id, {
10 new OpenLayers.Control.Navigation(),
11 new OpenLayers.Control.PanZoomBar(),
12 new OpenLayers.Control.LayerSwitcher(),
13 new OpenLayers.Control.Attribution()],
14 maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),
18 projection: new OpenLayers.Projection("EPSG:900913"),
19 displayProjection: new OpenLayers.Projection("EPSG:4326")
23 layers['osmarender'] = new OpenLayers.Layer.OSM.Osmarender("Osmarender");
24 layers['mapnik'] = new OpenLayers.Layer.OSM.Mapnik("Mapnik");
[all …]
/plugin/openlayersmapoverlays/
Dscript.js28 m.addLayer(new OpenLayers.Layer.OSM(overlay.name, overlay.url, {
88 m.addLayer(new OpenLayers.Layer.WMS(overlay.name, overlay.url, {
101 m.addLayer(new OpenLayers.Layer.ArcGIS93Rest(overlay.name, overlay.url, {
117 var mLyr = new OpenLayers.Layer.Vector(
119 projection: new OpenLayers.Projection("EPSG:4326"),
120 strategies: [new OpenLayers.Strategy.BBOX({
124 protocol: new OpenLayers.Protocol.HTTP({
126 format: new OpenLayers.Format.GeoJSON(),
134 if (filter.type === OpenLayers.Filter.Spatial.BBOX) {
146OpenLayers.Console.debug('dropping max-results parameter, width is: ',
[all …]
Dplugin.info.txt6 …syntax for rendering additional map layers in the OpenLayers based map in a wiki page.. Uses OpenL…
DLICENSE.txt17 OpenLayers
21 Copyright 2005-2013 OpenLayers Contributors. All rights reserved. See
47 either expressed or implied, of OpenLayers Contributors.
DREADME.md5 Provides a syntax for rendering additional map layers in the OpenLayers based map in a wiki page.
15 This project includes parts of OpenLayers.
/plugin/openlayersmap/ol/
DREADME.md3 ## update OpenLayers
6 This will get the full/legacy build of OpenLayers. See https://openlayers.org/download/
16 ### custom OpenLayers build argument
18 …ghtly more complicated build process is required to get an optimized-full-size build of OpenLayers.
Dol.js.map1OpenLayers version.\n * @type {string}\n */\nexport const VERSION = '10.7.0';\n","/**\n * @module …
/plugin/openlayersmap/
Dplugin.info.txt5 name OpenLayers map plugin for DokuWiki
6 desc Provides a syntax for rendering OpenLayers based maps in wiki pages.
DREADME.md1 # OpenLayers map plugin for DokuWiki
5 Provides a syntax for rendering an OpenLayers based map in a wiki page.
14 This project includes part of OpenLayers.
DLICENSE.md17 OpenLayers
23 Copyright 2005-present, OpenLayers Contributors All rights reserved.
34 OpenLayers LayerSwitcher
Ddeleted.files28 lib/OpenLayers.js