Add export_as_geojson, open_in_id and open_in_josm special renderings

This commit is contained in:
Pieter Vander Vennet 2021-12-23 21:28:41 +01:00
parent b0f0a57bc7
commit 7f829a3578
8 changed files with 144 additions and 60 deletions

View file

@ -3,11 +3,16 @@
"description": "The default rendering for a locationInput which snaps onto another object",
"source": {
"osmTags": {
"and": []}
"and": []
}
},
"mapRendering": [{
"location": ["point","centroid"],
"icon": "./assets/svg/crosshair-empty.svg"
}]
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": "./assets/svg/crosshair-empty.svg"
}
]
}