2021-07-11 11:30:15 +02:00
|
|
|
{
|
|
|
|
"id": "cyclenodes",
|
|
|
|
"title": {
|
|
|
|
"en": "Cycle Node Networks",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Fahrrad-Knotenpunktnetzwerke",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "Redes de Nodos Ciclistas",
|
|
|
|
"nb_NO": "Sykkelnodenettverk",
|
|
|
|
"nl": "Fietsknooppuntennetwerken"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"en": "This map shows cycle node networks and allows you to add new nodes easily",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Diese Karte zeigt Knotenpunktnetzwerke für Radfahrer und erlaubt auch neue Knoten zu mappen",
|
2022-05-06 12:17:21 +02:00
|
|
|
"es": "Este mapa muestra redes de nodos ciclistas y te permita añadir nodos nuevos de manera sencilla",
|
|
|
|
"nl": "Deze kaart toont fietsknooppunten en laat je toe om eenvoudigweg nieuwe knooppunten toe te voegen"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"maintainer": "Sebastian Kürten",
|
|
|
|
"icon": "./assets/themes/cyclenodes/logo.svg",
|
|
|
|
"version": "0",
|
2021-11-21 03:48:05 +01:00
|
|
|
"hideFromOverview": true,
|
2021-07-11 11:30:15 +02:00
|
|
|
"startLat": 51.755515,
|
|
|
|
"startLon": 14.327545,
|
|
|
|
"startZoom": 11,
|
|
|
|
"widenFactor": 0.05,
|
2021-11-21 03:48:05 +01:00
|
|
|
"clustering": {
|
2021-07-23 12:54:14 +02:00
|
|
|
"maxZoom": 11,
|
|
|
|
"minNeededElements": 1000000
|
|
|
|
},
|
2021-07-11 11:30:15 +02:00
|
|
|
"layers": [
|
|
|
|
{
|
|
|
|
"id": "node2node",
|
|
|
|
"name": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "node to node links",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Knotenpunktverbindungen",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "enlaces nodo a nodo",
|
|
|
|
"nl": "verbindingen van node naar node"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"osmTags": {
|
|
|
|
"and": [
|
|
|
|
"network=rcn",
|
2021-11-21 03:48:05 +01:00
|
|
|
"network:type=node_network",
|
|
|
|
"route=bicycle"
|
2021-07-11 11:30:15 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"minzoom": 12,
|
|
|
|
"title": {
|
|
|
|
"render": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "node to node link",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Knotenpunktverbindung",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "enlace nodo a nodo",
|
|
|
|
"nl": "node-naar-node verbinding"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "ref~*",
|
|
|
|
"then": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "node to node link <strong>{ref}</strong>",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Knotenpunktverbindung <strong>{ref}</strong>",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "enlace nodo a nodo <strong>{ref}</strong>",
|
|
|
|
"nl": "node-naar-node verbinding <strong>{ref}</strong>"
|
2021-07-11 11:30:15 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-11-21 03:48:05 +01:00
|
|
|
"mapRendering": [
|
|
|
|
{
|
|
|
|
"width": {
|
|
|
|
"render": "4"
|
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"render": "#00a703"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2021-07-11 11:30:15 +02:00
|
|
|
"tagRenderings": [
|
|
|
|
{
|
|
|
|
"question": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "When was this node to node link last surveyed?",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Wann wurde diese Knotenpunktverbindung zuletzt überprüft?",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "¿Cuándo se sondeó este enlace nodo a nodo por última vez?",
|
|
|
|
"nl": "Wanneer werd deze node-naar-node verbinding het laast gesurveyed?"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"render": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "This node to node link was last surveyed on {survey:date}",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Diese Knotenpunktverbindung wurde zuletzt am {survey:date} überprüft",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "Este enlace nodo a nodo se sondeó por última vez el {survey:date}",
|
|
|
|
"nl": "Deze node-naar-node verbinding werd het laast gesurveyed op {survey:date}"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "survey:date",
|
|
|
|
"type": "date"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "survey:date:={_now:date}",
|
|
|
|
"then": "Surveyed today!"
|
|
|
|
}
|
2021-11-21 03:48:05 +01:00
|
|
|
],
|
|
|
|
"id": "node2node-survey:date"
|
|
|
|
},
|
|
|
|
"export_as_gpx"
|
2021-07-11 11:30:15 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "node",
|
|
|
|
"name": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "nodes",
|
2022-04-13 18:42:40 +02:00
|
|
|
"de": "Knotenpunkte",
|
2022-04-28 00:35:08 +02:00
|
|
|
"ca": "nodes",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "nodos",
|
|
|
|
"nb_NO": "noder",
|
|
|
|
"nl": "knooppunten"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"source": {
|
2021-07-11 12:46:22 +02:00
|
|
|
"osmTags": {
|
2021-11-21 03:48:05 +01:00
|
|
|
"and": [
|
2021-07-11 12:46:22 +02:00
|
|
|
"rcn_ref~*"
|
|
|
|
]
|
|
|
|
}
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
2021-11-21 03:48:05 +01:00
|
|
|
"mapRendering": [
|
|
|
|
{
|
|
|
|
"location": [
|
|
|
|
"point",
|
|
|
|
"centroid"
|
|
|
|
],
|
|
|
|
"label": {
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "rcn_ref~*",
|
|
|
|
"then": "<div style='position: absolute; top: 10px; right: 10px; color: white; background-color: #00a703; width: 20px; height: 20px; border-radius: 100%'>{rcn_ref}</div>"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "rcn_ref=",
|
|
|
|
"then": "<div style='position: absolute; top: 10px; right: 10px; color: white; background-color: #00a703; width: 20px; height: 20px; border-radius: 100%'>?</div>"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2021-07-11 11:30:15 +02:00
|
|
|
"minzoom": 12,
|
|
|
|
"title": {
|
|
|
|
"render": {
|
2021-07-11 12:46:22 +02:00
|
|
|
"en": "cycle node <strong>{rcn_ref}</strong>",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Knotenpunkt <strong>{rcn_ref}</strong>",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "nodo ciclista <strong>{rcn_ref}</strong>",
|
|
|
|
"nb_NO": "sykkelnode <strong>{rcn_ref}</strong>",
|
|
|
|
"nl": "fietsknooppunt <strong>{rcn_ref}</strong>"
|
2021-07-11 11:30:15 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tagRenderings": [
|
|
|
|
{
|
|
|
|
"question": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "When was this cycle node last surveyed?",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Wann wurde dieser Fahrradknotenpunkt zuletzt überprüft?",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "¿Cuándo fue sondeado este nodo ciclista por última vez?",
|
|
|
|
"nl": "Wanneer is dit fietsknooppunt voor het laatst gecontroleerd?"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"render": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "This cycle node was last surveyed on {survey:date}",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Dieser Fahrradknoten wurde zuletzt überprüft am {survey:date}",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "Este nodo ciclista se sondeó por última vez el {survey:date}",
|
|
|
|
"nl": "Dit fietsknooppunt is voor het laatst gecontroleerd op {survey:date}"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "survey:date",
|
|
|
|
"type": "date"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "survey:date:={_now:date}",
|
|
|
|
"then": "Surveyed today!"
|
|
|
|
}
|
2021-11-21 03:48:05 +01:00
|
|
|
],
|
|
|
|
"id": "node-survey:date"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"question": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "How many other cycle nodes does this node link to?",
|
2022-04-28 00:35:08 +02:00
|
|
|
"de": "Mit wie vielen anderen Knoten des Fahrradknotenpunktnetzwerkes ist dieser Knoten verbunden?",
|
2022-05-11 18:39:21 +02:00
|
|
|
"es": "¿A cuántos otros nodos ciclistas enlaza este nodo?",
|
|
|
|
"nl": "Met hoeveel andere fietsknooppunten heeft dit knooppunt een verbinding?"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"render": {
|
2022-01-06 15:37:57 +01:00
|
|
|
"en": "This node links to {expected_rcn_route_relations} other cycle nodes.",
|
2022-05-11 18:39:21 +02:00
|
|
|
"de": "Dieser Knoten ist mit {expected_rcn_route_relations} anderen Knoten des Fahrradknotenpunktnetzwerkes verbunden.",
|
2022-06-19 22:13:38 +02:00
|
|
|
"nl": "Dit knooppunt verbindt met {expected_rcn_route_relations} andere fietsknooppunten.",
|
|
|
|
"es": "Este nodo enlaza a {expected_rcn_route_relations} otros nodos ciclistas."
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "expected_rcn_route_relations",
|
|
|
|
"type": "int"
|
2021-11-21 03:48:05 +01:00
|
|
|
},
|
|
|
|
"id": "node-expected_rcn_route_relations"
|
2021-07-11 11:30:15 +02:00
|
|
|
},
|
|
|
|
"images"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2021-11-21 03:48:05 +01:00
|
|
|
}
|