Make categories not geometry-specific

This commit is contained in:
Quincy Morgan
2019-03-04 13:39:30 -05:00
parent 0aa95bf8b0
commit 734731bfda
23 changed files with 63 additions and 139 deletions

18
dist/locales/en.json vendored
View File

@@ -2065,22 +2065,13 @@
"category-building": {
"name": "Building Features"
},
"category-golf-area": {
"name": "Golf Features"
},
"category-golf-line": {
"category-golf": {
"name": "Golf Features"
},
"category-landuse": {
"name": "Land Use Features"
},
"category-natural-area": {
"name": "Natural Features"
},
"category-natural-line": {
"name": "Natural Features"
},
"category-natural-point": {
"category-natural": {
"name": "Natural Features"
},
"category-path": {
@@ -2101,10 +2092,7 @@
"category-utility": {
"name": "Utility Features"
},
"category-water-area": {
"name": "Water Features"
},
"category-water-line": {
"category-water": {
"name": "Water Features"
}
},