]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Mapstraction/OpenLayers/statusnet.cfg
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / Mapstraction / OpenLayers / statusnet.cfg
1 # Modified lite.cfg for building an OpenLayers subset for StatusNet's Mapstraction plugin.
2
3 # This file includes a small subset of OpenLayers code, designed to be
4 # integrated into another application. It includes only the Layer types
5 # neccesary to create tiled or untiled WMS, and does not include any Controls.
6 # This is the result of what was at the time called "Webmap.js" at the FOSS4G
7 # Web Mapping BOF.
8
9 [first]
10 OpenLayers/SingleFile.js
11 OpenLayers.js
12 OpenLayers/BaseTypes.js
13 OpenLayers/BaseTypes/Class.js
14 OpenLayers/Util.js
15
16 [last]
17
18 [include]
19 OpenLayers/Map.js
20 OpenLayers/Layer/WMS.js
21
22 # Needed for Mapstraction on StatusNet
23 OpenLayers/Feature.js
24 OpenLayers/Feature/Vector.js
25 OpenLayers/Geometry.js
26 OpenLayers/Geometry/Point.js
27 OpenLayers/Geometry/LinearRing.js
28 OpenLayers/Geometry/LineString.js
29 OpenLayers/Icon.js
30 OpenLayers/Layer/Markers.js
31 OpenLayers/Layer/TMS.js
32 OpenLayers/Marker.js
33 OpenLayers/Popup.js
34
35 # Default controls, needed to keep the map dynamic
36 OpenLayers/Control/ArgParser.js
37 OpenLayers/Control/Attribution.js
38 OpenLayers/Control/Navigation.js
39 OpenLayers/Control/PanZoom.js
40
41 [exclude]
42
43