Add 'add new note' functionality, fix bug where 'test'-theme comes up when deleting images

This commit is contained in:
Pieter Vander Vennet 2022-01-14 01:41:19 +01:00
parent e562975f6b
commit 6ae8ec8036
16 changed files with 212 additions and 59 deletions

View file

@ -0,0 +1,23 @@
{
"data_format": 1,
"project": {
"name": "MapComplete Notes on OpenStreetMap",
"description": "A note is a pin on the map with some text to indicate something wrong",
"project_url": "https://mapcomplete.osm.be/notes",
"doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
"icon_url": "https://mapcomplete.osm.be/assets/svg/resolved.svg",
"contact_name": "Pieter Vander Vennet, MapComplete",
"contact_email": "pietervdvn@posteo.net"
},
"tags": [
{
"key": "id",
"description": "The MapComplete theme Notes on OpenStreetMap has a layer OpenStreetMap notes showing features with this tag"
},
{
"key": "id",
"description": "The MapComplete theme Notes on OpenStreetMap has a layer Your track showing features with this tag",
"value": "location_track"
}
]
}