HN user

burritojustice

25 karma

burritojustice.com

Posts3
Comments9
View on HN

Hi! Nathaniel and John from Mapzen here.

We thought a lot about the colors for the new bike map. Green is pretty universal for trails and paths where bicycles are protected from cars. But colors are less standardized for places where bicycles share the road with cars – bike lanes, streets with "sharrows", and signed bike routes.

For this first version of the bike map we focused on creating a "warm" map that complements the basemap and invites the reader to spring into exploring the bike-friendly ways tagged in OpenStreetMap, the community mapping wiki.

While red draws the eye and is a warning color, we found that it overwhelmed the map in most cities when used for the least safe routes. If you want to experiment with colors, you can do so in Tangram! Instructions are at the bottom of the post. Please let us know what you come up with.

While OpenStreetMap's tags are a great starting point, they aren't a perfect proxy for safety. We're working on ways to effectively mark greenways, green waves (timed lights), `living streets`, or even buffered bike lanes.

Seattle is quite well tagged in this regard, and we're working to improve San Francisco. What will help most is tagging important streets into a `route relation` in OpenStreetMap (and of course getting your city and state government to build more protected bike lanes and neighbourhood bike routes).

This map is a first step, and your feedback will help make the next version even better. Thanks!

hey eean -- that's on our roadmap! We can already route by bike, and by BART. Multimodal Bike+BART would basically look and act like the walking + transit directions we have now. Drop us a line at hello@mapzen.com and we'll let you know when it's ready.

Hey, I'm with Mapzen, let me know if you have any questions. We're importing GTFS feeds from multiple transit agencies and serving them via a single API via our Transit.land project. We then pass the data into Turn-by-Turn, our open source routing engine which serves them up as data tiles. We select routes with on-the-fly costing and draws it via LRM (Leaflet Routing Machine).

open > proprietary: If you want routing (and elevation and a time-distance matrix) based on open data, via an API with liberal licensing, all based on open source code that you could run yourself if you wanted, you may want to take a look at Mapzen's Turn-by-Turn routing. We built it to get away from this kind of thing.

more here: https://mapzen.com/projects/valhalla docs: https://mapzen.com/documentation/turn-by-turn/ API: https://mapzen.com/developers/