2021-11-03 00:44:53 +01:00
{
2021-11-07 15:44:22 +01:00
"id" : "conflation" ,
2021-12-10 04:00:02 +01:00
"description" : "If the import-button moves OSM points, the imported way points or conflates, 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 ,
2023-03-24 19:21:15 +01:00
"source" : "special" ,
2021-11-07 15:44:22 +01:00
"name" : "Conflation" ,
"title" : "Conflation" ,
"mapRendering" : [
{
"location" : "point" ,
2021-12-23 03:36:03 +01:00
"icon" : {
2021-12-23 21:28:41 +01:00
"render" : "addSmall:#000" ,
2021-12-23 03:36:03 +01:00
"mappings" : [
{
"if" : "detach=yes" ,
"then" : "circle:white;close:#c33"
}
]
} ,
2023-06-20 02:02:45 +02:00
"iconSize" : "10,10" ,
"anchor" : "center"
2021-11-03 00:44:53 +01:00
} ,
2021-11-07 15:44:22 +01:00
{
"location" : "end" ,
2021-12-10 04:00:02 +01:00
"icon" : {
"render" : "circle:#0f0" ,
2021-12-10 15:32:11 +01:00
"mappings" : [
2022-01-05 16:36:08 +01:00
{
"if" : "reprojection=yes" ,
2022-01-06 14:39:42 +01:00
"then" : "none:#f00"
2022-01-05 16:36:08 +01:00
} ,
2021-12-10 15:32:11 +01:00
{
"if" : "move=no" ,
"then" : "ring:#0f0"
}
]
2021-12-10 04:00:02 +01:00
} ,
2023-06-20 02:02:45 +02:00
"iconSize" : "10,10" ,
"anchor" : "center"
2021-11-07 15:44:22 +01:00
} ,
{
"location" : "start" ,
2022-01-06 14:39:42 +01:00
"icon" : {
2022-01-06 15:38:43 +01:00
"render" : "square:#f00" ,
2022-01-06 14:39:42 +01:00
"mappings" : [
{
"if" : "reprojection=yes" ,
"then" : "reload:#f00"
}
]
} ,
2021-12-10 04:00:02 +01:00
"iconSize" : {
2021-12-10 15:32:11 +01:00
"render" : "10,10,center" ,
2021-12-10 04:00:02 +01:00
"mappings" : [
{
"if" : "distance<0.1" ,
"then" : "0,0,center"
}
]
}
2021-11-07 15:44:22 +01:00
} ,
{
2021-12-10 04:00:02 +01:00
"width" : {
2021-12-10 15:32:11 +01:00
"render" : "3" ,
"mappings" : [
{
"if" : "distance<0.2" ,
"then" : "0"
}
]
2021-12-10 04:00:02 +01:00
} ,
2021-11-07 15:44:22 +01:00
"color" : "#00f" ,
"dasharray" : {
"render" : "" ,
"mappings" : [
{
"if" : "resulting-geometry=yes" ,
"then" : "6 6"
}
]
}
}
]
2023-06-20 01:52:15 +02:00
}