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

Add bicycle map POIs #592

Closed
9 tasks done
nvkelso opened this issue Mar 12, 2016 · 4 comments
Closed
9 tasks done

Add bicycle map POIs #592

nvkelso opened this issue Mar 12, 2016 · 4 comments

Comments

@nvkelso
Copy link
Member

nvkelso commented Mar 12, 2016

Bicycle POIs:

  • shop=bicycle
  • min zoom = 15 for shop=bicycle
  • amenity=bicycle_rental
  • min zoom = 16 for bicycle_rental
  • add more properties for bicycle_rental: network, operator, ref, capacity
  • amenity=bicycle_parking at zoom 17
  • add more properties for bicycle_parking: capacity, covered, access, fee, operator, cyclestreets_id, maxstay, surveillance
  • rcn_ref nodes - min_zoom = 16 (was 15)
  • cycle_barrier at zoom 17
@nvkelso nvkelso modified the milestones: v0.9.0, v0.10.0 Mar 12, 2016
@nvkelso
Copy link
Member Author

nvkelso commented Apr 13, 2016

We can split off the extra properties (later) from the zoom range changes (now).

@nvkelso
Copy link
Member Author

nvkelso commented Apr 21, 2016

Adjustments to the above recommendations after reviewing the data more:

  • If a bicycle_rental is a shop, min zoom = 16
  • If a bicycle_rental is bike share station, min zoom = 17
  • cycle_barrier at zoom 18
  • several new attributes for bicycle_rental were added, but not all. Ref was already present:
    • network: {col: tags->network}
    • operator: {col: operator}
    • capacity: {col: tags->capacity}
  • several new attributes for bicycle_parking were added, but not all:
    • operator: {col: operator}
    • capacity: {col: tags->capacity}
    • covered: {col: tags->covered}

nvkelso added a commit that referenced this issue Apr 25, 2016
@nvkelso
Copy link
Member Author

nvkelso commented Apr 26, 2016

@zerebubuth I'm okay calling the bicycle_guidepost and walking_guidepost something else, more like bicycle_junction or bicycle_network_node. Use your best judgement.

@nvkelso
Copy link
Member Author

nvkelso commented Apr 30, 2016

Looking good.

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

No branches or pull requests

2 participants