forked from MapComplete/MapComplete
Themes(infrastructure): Add pipelines
This commit is contained in:
parent
58346c2342
commit
31d3e0d202
3 changed files with 61 additions and 8 deletions
52
assets/layers/pipeline/pipeline.json
Normal file
52
assets/layers/pipeline/pipeline.json
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"id": "pipeline",
|
||||
"name": {
|
||||
"en": "Pipelines",
|
||||
"nl": "Pijpleidingen"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing pipelines for transport of various substances.",
|
||||
"nl": "Laag die pijpleidingen toont voor het transport van verschillende stoffen."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "man_made=pipeline"
|
||||
},
|
||||
"minzoom": 13,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Pipeline",
|
||||
"nl": "Pijpleiding"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "black"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"width": 4,
|
||||
"color": {
|
||||
"render": "black",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "location=underground",
|
||||
"then": "gray"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images"
|
||||
],
|
||||
"allowMove": false
|
||||
}
|
||||
|
|
@ -205,13 +205,6 @@
|
|||
"en": "What method does this generator use to produce electricity?",
|
||||
"nl": "Welke methode gebruikt deze generator om elektriciteit te produceren?"
|
||||
},
|
||||
"condition": {
|
||||
"and": [
|
||||
"generator:source~*",
|
||||
"generator:source!=wave",
|
||||
"generator:source!=geothermal"
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "generator:method=fission",
|
||||
|
|
@ -334,8 +327,15 @@
|
|||
},
|
||||
"hideInAnswer": "generator:source!=biogas"
|
||||
}
|
||||
],
|
||||
"condition": {
|
||||
"and": [
|
||||
"generator:source~*",
|
||||
"generator:source!=wave",
|
||||
"generator:source!=geothermal"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"allowMove": {
|
||||
"enableImproveAccuracy": true,
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
}
|
||||
},
|
||||
"power_generator",
|
||||
"pipeline",
|
||||
"street_cabinet",
|
||||
{
|
||||
"builtin": "utility_pole",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue