2021-11-03 00:44:53 +01:00
{
2021-11-07 15:44:22 +01:00
"id" : "conflation" ,
2021-11-08 02:36:01 +01:00
"description" : "If the import-button is set to conflate two ways, a preview is shown. This layer defines how this preview is rendered. This layer cannot be included in a theme." ,
2021-11-07 15:44:22 +01:00
"minzoom" : 1 ,
"source" : {
"osmTags" : {
"or" : [
"move=yes" ,
"newpoint=yes"
]
}
} ,
"name" : "Conflation" ,
"title" : "Conflation" ,
"mapRendering" : [
{
"location" : "point" ,
"icon" : "addSmall:#000" ,
"iconSize" : "10,10,center"
2021-11-03 00:44:53 +01:00
} ,
2021-11-07 15:44:22 +01:00
{
"location" : "end" ,
"icon" : "circle:#0f0" ,
"iconSize" : "10,10,center"
} ,
{
"location" : "start" ,
"icon" : "square:#f00" ,
"iconSize" : "10,10,center"
} ,
{
"width" : "3" ,
"color" : "#00f" ,
"dasharray" : {
"render" : "" ,
"mappings" : [
{
"if" : "resulting-geometry=yes" ,
"then" : "6 6"
}
]
}
}
]
2021-11-03 00:44:53 +01:00
}