forked from MapComplete/MapComplete
Center label if no icon is present, add login button to index page
This commit is contained in:
parent
7a45477ae2
commit
4366366586
10 changed files with 283 additions and 387 deletions
|
@ -28,7 +28,8 @@
|
|||
"title": "Welcome to MapComplete",
|
||||
"featuredThemeTitle": "Featured this week",
|
||||
"intro": "MapComplete is an OpenStreetMap-viewer and editor, which shows you information about features of a specific theme and allows to update it.",
|
||||
"pickTheme": "Pick a theme below to get started."
|
||||
"pickTheme": "Pick a theme below to get started.",
|
||||
"logIn": "Log in to see other themes you previously visited"
|
||||
},
|
||||
"split": {
|
||||
"split": "Split",
|
||||
|
|
|
@ -581,6 +581,25 @@
|
|||
"shortDescription": "Eine Karte zum Ansehen und Bearbeiten verschiedener Elementen der Fahrradinfrastruktur.",
|
||||
"title": "Fahrradinfrastruktur"
|
||||
},
|
||||
"cyclenodes": {
|
||||
"description": "Diese Karte zeigt Knotenpunktnetzwerke für Radfahrer und erlaubt auch neue Knoten zu mappen",
|
||||
"layers": {
|
||||
"1": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Knotenpunkt"
|
||||
},
|
||||
"1": {
|
||||
"title": "Knotenpunkt im Netzwerk Spree-Neiße"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Knotenpunkt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Fahrrad-Knotenpunktnetzwerke"
|
||||
},
|
||||
"cyclestreets": {
|
||||
"description": "Eine Fahrradstraße ist eine Straße, auf der <b>motorisierter Verkehr Radfahrer nicht überholen darf</b>. Sie sind durch ein spezielles Verkehrsschild gekennzeichnet. Fahrradstraßen gibt es in den Niederlanden und Belgien, aber auch in Deutschland und Frankreich. ",
|
||||
"layers": {
|
||||
|
|
|
@ -609,6 +609,45 @@
|
|||
"shortDescription": "A map where you can view and edit things related to the bicycle infrastructure.",
|
||||
"title": "Bicycle infrastructure"
|
||||
},
|
||||
"cyclenodes": {
|
||||
"description": "This map shows cycle node networks and allows you to add new nodes easily",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "node to node links",
|
||||
"tagRenderings": {
|
||||
"node2node-survey:date": {
|
||||
"question": "When was this node to node link last surveyed?",
|
||||
"render": "This node to node link was last surveyed on {survey:date}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "node to node link <strong>{ref}</strong>"
|
||||
}
|
||||
},
|
||||
"render": "node to node link"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"name": "nodes",
|
||||
"tagRenderings": {
|
||||
"node-expected_rcn_route_relations": {
|
||||
"question": "How many other cycle nodes does this node link to?",
|
||||
"render": "This node links to {expected_rcn_route_relations} other cycle nodes."
|
||||
},
|
||||
"node-survey:date": {
|
||||
"question": "When was this cycle node last surveyed?",
|
||||
"render": "This cycle node was last surveyed on {survey:date}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "cycle node <strong>{rcn_ref}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Cycle Node Networks"
|
||||
},
|
||||
"cyclestreets": {
|
||||
"description": "A cyclestreet is is a street where <b>motorized traffic is not allowed to overtake cyclists</b>. They are signposted by a special traffic sign. Cyclestreets can be found in the Netherlands and Belgium, but also in Germany and France. ",
|
||||
"layers": {
|
||||
|
@ -795,7 +834,7 @@
|
|||
"grb": {
|
||||
"description": "This theme is an attempt to help automating the GRB import.<br/>Note that this is very hacky and 'steals' the GRB data from an external site; in order to do this, you need to install and activate <a href='https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/'>this firefox extension</a> for it to work.",
|
||||
"layers": {
|
||||
"1": {
|
||||
"2": {
|
||||
"tagRenderings": {
|
||||
"building type": {
|
||||
"question": "What kind of building is this?"
|
||||
|
|
|
@ -753,7 +753,7 @@
|
|||
"grb": {
|
||||
"description": "GRB Fixup",
|
||||
"layers": {
|
||||
"3": {
|
||||
"0": {
|
||||
"description": "Dit gebouw heeft een foutmelding",
|
||||
"name": "Fixmes op gebouwen",
|
||||
"tagRenderings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue