Skip to content

Commit

Permalink
enable crs selector for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed May 31, 2019
1 parent d8f7ef4 commit 91a9e81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions web/client/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,20 @@
"filterAllowedCRS": ["EPSG:4326", "EPSG:3857"],
"additionalCRS": {}
}
}, {
"name": "CRSSelector",
"cfg": {
"additionalCRS": {

},
"filterAllowedCRS": [
"EPSG:4326",
"EPSG:3857"
],
"allowedRoles": [
"ADMIN"
]
}
}, {
"name": "Search",
"cfg": {
Expand Down

0 comments on commit 91a9e81

Please sign in to comment.