]> git.openstreetmap.org Git - nominatim.git/blob - contrib/openlayers.cfg
allow deletion of large areas of high rank
[nominatim.git] / contrib / openlayers.cfg
1 # This file includes a small subset of OpenLayers code, designed to be
2 # integrated into another application. It includes only the Layer types
3 # neccesary to create tiled or untiled WMS, and does not include any Controls.
4 # This is the result of what was at the time called "Webmap.js" at the FOSS4G
5 # Web Mapping BOF.
6
7 [first]
8
9 [last]
10
11 [include]
12 OpenLayers/Map.js
13 OpenLayers/Kinetic.js
14 OpenLayers/Geometry/MultiLineString.js
15 OpenLayers/Geometry/MultiPolygon.js
16 OpenLayers/Format/WKT.js
17 OpenLayers/Layer/OSM.js
18 OpenLayers/Layer/Vector.js
19 OpenLayers/Layer/SphericalMercator.js
20 OpenLayers/Control/Attribution.js
21 OpenLayers/Control/KeyboardDefaults.js
22 OpenLayers/Control/Navigation.js
23 OpenLayers/Control/MousePosition.js
24 OpenLayers/Control/PanZoomBar.js
25 OpenLayers/Control/Permalink.js
26 OpenLayers/Control/TouchNavigation.js
27 OpenLayers/Style.js
28 OpenLayers/Protocol/HTTP.js
29 OpenLayers/Projection.js
30 OpenLayers/Renderer/SVG.js
31 OpenLayers/Renderer/VML.js
32 OpenLayers/Renderer/Canvas.js
33
34 [exclude]
35
36