statusnet.cfg 1.1 KB

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