-
Notifications
You must be signed in to change notification settings - Fork 9
Render bridges of streets over each other #44
Comments
Ah that map data link is nice, how did you get it? In the Readme I can only see Tangram Play links. |
@rugk it is my domain (mostly for serving the vector tiles at the moment) and I wanted to play around a little bit, so it is a work in progress, you can see the ugly code over at https://github.com/Map-Data/map-data.de |
Indeed would be good to find an alternative, especially as Tangram Play does not work anymore (because of the MapZen shutdown). |
Tangram Play does work here: https://tangram.city/play/ |
Ah, okay so it is just your Readme link. Always shows "Request error with a status of Not Found". |
Yeah, because it links to the local files... import:
- https://raw.githubusercontent.com/ENT8R/streetcomplete-mapstyle/master/global.yaml
- https://raw.githubusercontent.com/ENT8R/streetcomplete-mapstyle/master/layers/land.yaml
- https://raw.githubusercontent.com/ENT8R/streetcomplete-mapstyle/master/layers/labels.yaml
- https://raw.githubusercontent.com/ENT8R/streetcomplete-mapstyle/master/layers/roads.yaml |
I changed the URLs in the Readme and now it should work as expected... I only need to replace them with the commented section each time I open a PR to update the mapstyle in the app |
Regarding this issue: I think it might be related to #9... |
Or, you can have two branches and sync them before each PR. |
Regarding this feature request: This would definitely be nice, but I do not really know how this can be solved (without introducing a lot of style code). |
The solution 🔝 works in all cases I've seen so far... If you are seeing a wrong rendered bridge, just tell me here! |
I think multiple crossing bridges with layer 1 and 2 would not work. But they are rare and no special handling needed. |
While browsing the map I have noticed that it is not possible in the current style to see that one could not go from one street to the other as there is a bridge. The Issue can be seen here:
Streetcomplete-Style: https://map-data.de/#map=19/53.63997/10.00312&style=streetcomplete-light
Openstreetmaps: https://www.openstreetmap.org/#map=19/53.63997/10.00312
On a side note: The I think the gates would be a good addition to, as one can't go into the airfield.
Or a little to the east:
https://map-data.de/#map=19/53.63790/10.00908&style=streetcomplete-light
https://www.openstreetmap.org/#map=19/53.63790/10.00908
The text was updated successfully, but these errors were encountered: