Conversation
| "max_height": 200, | ||
| "fee_description": "Spieltag: PKW/Motorrad 15,00 €; Bus 25,00 €; Kleinbus 20,00 €; Wohnmobil 20,00 €; Spielfrei: PKW/Motorrad 5,00 € (45 Min. frei); Bus/Wohnmobil 20,00 €; Wohnmobil Übernachtung: 20,00 €", | ||
| "lat": "48.214808", | ||
| "lon": "11.624268", |
There was a problem hiding this comment.
These coordinates are not the Entrance of the parking space but a midpoint. The data source seems to have coordinates more inclined towards the entrance. Therefore, I would not override the existing coordinates from the data source.
Generally I would avoid patching coordinates different from what the data source provides. The best way would be that the data provider amend the coordinate on their end.
There was a problem hiding this comment.
The apcoa api coordinates are in the middle of the road - which is not correct. The patch file takes the coordinates from apcoas map: https://www.apcoa.de/einmal-parken/standorte/muenchen/allianz-arena - which is a suitable location.
| "restrictions": [ | ||
| { | ||
| "type": "WOMEN", | ||
| "capacity": 53 |
There was a problem hiding this comment.
The capacity for women should be 35 according to the website - https://www.apcoa.de/einmal-parken/standorte/muenchen/p-r-froettmaning
There was a problem hiding this comment.
Right, this seems to be a number twister
No description provided.