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

Feature: unmapped trails #30

Open
mmertsock opened this issue Aug 9, 2020 · 2 comments
Open

Feature: unmapped trails #30

mmertsock opened this issue Aug 9, 2020 · 2 comments

Comments

@mmertsock
Copy link
Member

mmertsock commented Aug 9, 2020

Proposed enhancement: add support for a flag that indicates the park or trail system has trails but they are not mapped in the TrailsRoc app.

Use cases

  • It can take a lot of time/effort to collect and prepare a full set of trail data in order to add a park to the map. We have a growing todo list of parks and trails to add, and it could take years to get through everything. It would be nice to just take 10 minutes to add a park pin to the map (and maybe its boundary and some parking locations) for discoverability while we work on building the actual trail maps. Examples: Dryer Road, Rob’s Trail, Brighton area parks
  • Some locations have trails that are worth visiting, but we choose not to actually map the trails. This could be for copyright reasons, or the trails are informal or very short, private property, etc. For these, a nice compromise would be to show these locations on the map for discoverability and driving directions, but leave the trails unmapped. Examples: Letchworth/FLT, Grimes Glen, small city parks, maybe Cumming Nature Center

Implementation

  • Add a Boolean property trailsRoc-isUnmapped to park and trail system features. If unspecified, default value is false
  • If isUnmapped is true, show a text label in various places in the mobile and web apps indicating that the location has trails not shown in the app, with a “for more info” link using the URL specified by the existing trailsRoc-url property
  • If in the future we decide to add that location’s trails to the map, we simply set the isUnmapped flag to false

This allows us to use all the existing map style code to render park pins and boundaries, set up relationships with other POI (e.g. parking), etc.

@mcbeth if you like this idea, I can implement this soon.

@mcbeth
Copy link
Member

mcbeth commented Aug 26, 2020 via email

@mmertsock
Copy link
Member Author

ok, heal up! I might make some time to do some of this somewhat soon.

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

2 participants