Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Fixes #169
Browse files Browse the repository at this point in the history
  • Loading branch information
nateirwin committed Mar 12, 2019
1 parent 77f7c43 commit 77cd91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
"scripts": {
"test": "grunt test"
},
"version": "7.1.17"
"version": "7.1.17.1"
}
6 changes: 1 addition & 5 deletions src/preset/outerspatial.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,7 @@ var OuterSpatialLayer = L.GeoJSON.extend({
require('../mixin/geojson')
],
options: {
environment: 'staging',




environment: 'production',
formatPopups: true, // TODO: Just check for "popups" config property
searchable: true
},
Expand Down

0 comments on commit 77cd91f

Please sign in to comment.