forked from MapComplete/MapComplete
Lots of refactoring, first version of the import helper
This commit is contained in:
parent
612b8136ad
commit
3402ac0954
54 changed files with 1104 additions and 315 deletions
26
assets/layers/import_candidate/import_candidate.json
Normal file
26
assets/layers/import_candidate/import_candidate.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"id": "import_candidate",
|
||||
"description": "Layer used in the importHelper",
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": []
|
||||
}
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": "square:red;",
|
||||
"iconSize": "15,15,center"
|
||||
}
|
||||
],
|
||||
"title": "Import candidate",
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "all_tags",
|
||||
"render": "{all_tags()}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -68,10 +68,6 @@
|
|||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap():height: 9rem; border-radius: 2.5rem; overflow:hidden;border:1px solid gray}"
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "The name of this bookcase is {name}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue