1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Modified lite.cfg for building an OpenLayers subset for StatusNet's Mapstraction plugin.
- # This file includes a small subset of OpenLayers code, designed to be
- # integrated into another application. It includes only the Layer types
- # neccesary to create tiled or untiled WMS, and does not include any Controls.
- # This is the result of what was at the time called "Webmap.js" at the FOSS4G
- # Web Mapping BOF.
- [first]
- OpenLayers/SingleFile.js
- OpenLayers.js
- OpenLayers/BaseTypes.js
- OpenLayers/BaseTypes/Class.js
- OpenLayers/Util.js
- [last]
- [include]
- OpenLayers/Map.js
- OpenLayers/Layer/WMS.js
- # Needed for Mapstraction on StatusNet
- OpenLayers/Feature.js
- OpenLayers/Feature/Vector.js
- OpenLayers/Geometry.js
- OpenLayers/Geometry/Point.js
- OpenLayers/Geometry/LinearRing.js
- OpenLayers/Geometry/LineString.js
- OpenLayers/Icon.js
- OpenLayers/Layer/Markers.js
- OpenLayers/Layer/TMS.js
- OpenLayers/Marker.js
- OpenLayers/Popup.js
- # Default controls, needed to keep the map dynamic
- OpenLayers/Control/ArgParser.js
- OpenLayers/Control/Attribution.js
- OpenLayers/Control/Navigation.js
- OpenLayers/Control/PanZoom.js
- [exclude]
|