Skip to content
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

Highway mile markers #6

Open
bnordgren opened this issue Dec 25, 2016 · 1 comment
Open

Highway mile markers #6

bnordgren opened this issue Dec 25, 2016 · 1 comment

Comments

@bnordgren
Copy link
Owner

Display mile markers when zoomed in enough..

@bnordgren
Copy link
Owner Author

There is a means of tagging this information in OSM, but there do not appear to be any in our area:

osm2=> select distinct highway from osm_point ;      
      highway      
-------------------
 
 motorway_junction
 service
 mini_roundabout
 stop
 turning_circle
 traffic_signals
 trailhead
 turning_loop
 passing_place
 crossing
 street_lamp
 give_way
(13 rows)

osm2=> select distinct highway from osm_roads ; 
    highway     
----------------
 
 primary
 secondary
 track
 motorway
 cycleway
 trunk_link
 service
 trunk
 residential
 motorway_link
 secondary_link
 primary_link
(13 rows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant