Tobias
Tobias
:warning: This is a follow up to https://github.com/zlant/parking-lanes/pull/107 and should only be merged afterwards. --- This way the label stays on the left (top) and the forms in the second...
The placeholder for the surface input is now "eg. asphalt" to clarify, that it is just a suggestion that needs to be typed. It was easy to be seen as...
This refactors the iD Editor Link to use the stand alone editor to set more config options via URL params. The editor function allows to generate an URL based on...
This is based on top of https://github.com/zlant/parking-lanes/pull/72. Only the second commit https://github.com/zlant/parking-lanes/pull/73/commits/2c838f8b34258a1d67352fb2e07069ee0b5da1f8 is relevant here. This will show the default/minimal editor presets (traffic signs) by default but allow to set...
With this change, the following roads will be ignored when loading data for the editor: - `service=emergency_access` - `service=parking_aisle` - `service=driveway` - And also `access=private` At least for Berlin, there...
This is meant as a documentation of an evaluation. And a place to discuss possible future features to improve the integration. ## My evaluation and findings I am wondering how...
https://github.com/zlant/parking-lanes/pull/83 add the new schema to the editor which means all new tagging will follow the new schema. However, to fully support the new schema https://github.com/zlant/parking-lanes/issues/61, local communities also need...
Right now, the scissors are hidden when the way cannot be split (because it is part of a relation). Ideally, the UI would explain this situation to the user. Something...
For our mapping efforts in Berlin, the district asked us to collect the surface information when possible. This data is important for efforts of handling heavy rain situations and water...
I don't consider this urgent but lets have a ticket regardless: Its possible to create tagging like this: ``` parking:lane:both separate parking:lane:left separate parking:lane:right separate ``` https://www.openstreetmap.org/way/168945516 I thinks this...