Add rewrite of 'special' clauses, various QOLimprovements on import viewer
This commit is contained in:
parent
8df0324572
commit
c47a6d5ea7
22 changed files with 597 additions and 155 deletions
|
@ -144,6 +144,72 @@
|
|||
"https://mapcomplete.osm.be/toerisme_vlaanderen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "pin je punt1.jpg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "pin je punt2.jpg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "pin je punt3.jpg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "pin je punt4.jpg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "pin je punt5.jpg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "pin je punt6.jpg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "playground.svg",
|
||||
"license": "CC0",
|
||||
|
|
|
@ -123,7 +123,16 @@
|
|||
},
|
||||
{
|
||||
"id": "uk_addresses_import_button",
|
||||
"render": "{import_button(address,urpn_count=$urpn_count;ref:GB:uprn=$ref:GB:uprn$, Add this address, ./assets/themes/uk_addresses/housenumber_add.svg)}"
|
||||
"render":{
|
||||
"special": {
|
||||
"type": "import_button",
|
||||
"targetLayer": "address",
|
||||
"tags": "urpn_count=$urpn_count;ref:GB:uprn=$ref:GB:uprn$",
|
||||
"text": "Add this address",
|
||||
"icon": "./assets/themes/uk_addresses/housenumber_add.svg",
|
||||
"location_picker": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"calculatedTags": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue