-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Road construction missing? #394
Comments
In these cases, the roads are still open for pedestrian use, so it's especially weird to drop them. |
Yup, these will be tagged
The former has the advantage that it's closer to the original data. The latter requires fewer special cases in the style to work correctly if people don't really care about the construction - just that it's passable by horse or whatever. |
@nvkelso: which of the options ( |
For option 2 (synthesize)... if there's still some access on the way tagged with construction, we evaluate which next best highway tag would be equivalent and mark it Is there a downside? What about a highway that is under construction that does allow some pedestrian access still (like shoulder "sidewalks", not a separate path feature)? Would the way show up in tiles as |
For option 1 (pass thru), would we add Looks like the gravity-storm stylesheet uses the pass thru method: |
Option 1: Yes, this one's simpler to implement, but puts all the burden of figuring out how to display a construction thing onto the person writing the style. This may mean writing many cases for handling the different types of construction which closely mirror the existing cases. At the moment, that would be impossible as we don't even put access properties ( Option 2: Right, so something that's tagged as In the case where only one style is being rendered (e.g: the OSM-carto style) then it's no big deal whether it's done in the "tile" or in the "style" (except that OSM-carto isn't a vector style, so, rather if it's done in the "query" or "style"). We, on the other hand, have to decide whether the extra work & flexibility should be on the style side, or the server side. |
Note that option 2:
|
Let's prototype using option 1. |
Looking around Union Square in SF, it seems like we're dropping roads that are under construction. We should include those, but mark them as under construction.
#17/37.78636/-122.40449
The text was updated successfully, but these errors were encountered: