diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 09:31:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 09:31:48 +0100 |
commit | 9ecce5d09e5fe806b6d4b221df08f9ae993dc502 (patch) | |
tree | d50b53a0c7ebcc6c45b0130c8405e8d521b4b5b6 /data | |
parent | 3fa7a7f4026c22d562d0fdb21ce2ec184dd163e0 (diff) |
[Angus] Remove cobrand.
Diffstat (limited to 'data')
-rw-r--r-- | data/angus/openlayers.angus.cfg | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/data/angus/openlayers.angus.cfg b/data/angus/openlayers.angus.cfg deleted file mode 100644 index c8e18dee8..000000000 --- a/data/angus/openlayers.angus.cfg +++ /dev/null @@ -1,50 +0,0 @@ -# This file includes the OpenLayers code that FixMyStreet currently uses. - -[first] - -[last] - -[include] -# Have to include the renderers manually -OpenLayers/Renderer/Canvas.js -OpenLayers/Renderer/SVG.js -OpenLayers/Renderer/VML.js -OpenLayers/Strategy/Fixed.js -OpenLayers/Strategy/BBOX.js -OpenLayers/Control/ArgParser.js -OpenLayers/Control/Attribution.js -OpenLayers/Control/DragFeature.js -OpenLayers/Control/Navigation.js -OpenLayers/Control/PanZoom.js -OpenLayers/Control/PinchZoom.js -OpenLayers/Control/Permalink.js -OpenLayers/Control/SelectFeature.js -OpenLayers/Format/JSON.js -OpenLayers/Format/KML.js -OpenLayers/Handler/Click.js -OpenLayers/Feature/Vector.js -OpenLayers/Rule.js -OpenLayers/Style.js -OpenLayers/StyleMap.js -OpenLayers/Geometry/Point.js -OpenLayers/Protocol/HTTP.js -OpenLayers/Layer/Vector.js -OpenLayers/Layer/OSM.js -OpenLayers/Popup/FramedCloud.js -# Needed by Protocol/HTTP (for Strategy/BBOX bbox) -# This loads in needed Filters too. -OpenLayers/Format/QueryStringFilter.js -# For Angus cobrand -OpenLayers/Format/WFS.js -OpenLayers/Format/WFSCapabilities.js -OpenLayers/Format/WFSCapabilities/v1.js -OpenLayers/Format/WFSCapabilities/v1_0_0.js -OpenLayers/Format/WFSCapabilities/v1_1_0.js -OpenLayers/Format/WFSDescribeFeatureType.js -OpenLayers/Protocol/WFS.js -OpenLayers/Protocol/WFS/v1.js -OpenLayers/Protocol/WFS/v1_0_0.js -OpenLayers/Protocol/WFS/v1_1_0.js - -[exclude] - |