Creating categories
In the presets directory, customize the .json files
presets directory, customize the .json filesExample preset file (fishing-site.json):
fishing-site.json):{
"icon": "fishing",
"name": "Fishing Site",
"sort": 10,
"color": "#13D5CF",
"fields": [
"name"
],
"geometry": [
"point",
"area"
]
}Last updated