Brian Sperlongano
Brian Sperlongano
I think openmaptiles/openmaptiles#1576 is not that far off, if the team is on board with that approach. While testing it, I did find a pretty major bug in openmaptiles that's...
Okay, the prerequisite is done. I could use some design help in figuring out what the implementation for openmaptiles/openmaptiles#1576 should actually do to support these use cases.
Looks like the deploy preview is hit by actions/first-interaction#10. I'll plan to do some research as to how that can be resolved.
The CI issues have been resolved. The schema update remain unresolved.
Thanks for sticking this one out! Looks awesome!
OSM US is working on a hillshade layer, see osmus/tileservice#16
I was thinking that this could be something that only appears in parts of the map where there isn't much else. In other words, only show where it's really rugged,...
This is a tough one, and it scratches at whether we even render these polygons. I do think we should at the highest zooms at least. I wonder if perhaps...
I achieved the following effect with: ``` export const bridgeFill = "hsl(248, 25%, 85%)"; export const bridgeBackgroundFill = "hsl(248, 25%, 36%)"; ```  The slightly bluer effect seemed more pavement-y....
I note that even with the escaping fixed, I still get (different) non-sensical results: ``` [out:csv(::id, name)][timeout:2500]; node[place=city][name~"[\\u036E-\\u036F]"]; out; ```