diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-21 21:08:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-21 21:08:42 +0100 |
commit | 924a9f155140e511a88f21a6cd0116a93fe08176 (patch) | |
tree | 2f3c350ea381a90009350f551083f6eef8473d0e /data | |
parent | 6a6a9e3f05df8cae49917302cbbd105713d1dc91 (diff) |
Fix GoogleOL library to include GeoJSON, not KML.
The area display code was switched from KML to GeoJSON in 30426bc0
but this library was missed being updated to match.
Diffstat (limited to 'data')
-rw-r--r-- | data/openlayers.fixmystreet.google.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/openlayers.fixmystreet.google.cfg b/data/openlayers.fixmystreet.google.cfg index 96c93147c..828fbb7d4 100644 --- a/data/openlayers.fixmystreet.google.cfg +++ b/data/openlayers.fixmystreet.google.cfg @@ -20,7 +20,7 @@ OpenLayers/Control/PinchZoom.js OpenLayers/Control/Permalink.js OpenLayers/Control/SelectFeature.js OpenLayers/Format/JSON.js -OpenLayers/Format/KML.js +OpenLayers/Format/GeoJSON.js OpenLayers/Handler/Click.js OpenLayers/Feature/Vector.js OpenLayers/Rule.js |