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

differentiating between "shop=bicycle" and "amenity=bicycle_rental" #15

Closed
maphouse opened this issue Aug 20, 2021 · 7 comments
Closed

Comments

@maphouse
Copy link

I have been looking for something like Cyclofix for a long time to allow people to easily (1) document/map free cycling repair services in the city of Montreal (Canada) and (2) view nearby cycling services when in an emergency!

Cyclofix does all this very well. I had some questions on the mapping controls and symbology, though.
What is the difference between the red shop symbol and the black shop symbol?
image
image
They both seem to have very similar attributes, though the dark symbols tend to have more of them... This brings me to my next point: bicycle rental services (amenity=bicycle_rental), which are also symbolized in red
image

This generates much confusion (when using the map in several cities) between bicycle repair shops/boutiques and outdoor municipal rental stations like Bixi (Montreal), Citi bike (NYC), Divvy bikes (Chicago), etc. Unfortunately many OSM users map these dock locations, even though coverage is inconsistent and the dock locations change seasonally...

Would it be possible to have a separate category in the legend for bike rental nodes? This would make the map much more useful, I think, for users to quickly locate repair services as opposed to more common bike rental stations!

Thanks!

@maphouse
Copy link
Author

as a quick follow-up, I would actually suggest keeping the black symbol (and its useful add-on icons) for any bike shop.
And maybe designate the red (or another icon) as bike rental.

@pietervdvn
Copy link
Collaborator

Hi,

Glad that you like it!

A black symbol is a shop (thus actually selling bikes), whereas a red one does not sell bikes (but might repair or hire).

A amenity=bicycle_rental which has a network=* tag is hidden from cyclofix. If you add a 'network' to those docks, they'll dissapear from cyclofix.

You'll probably also be interested in the ghostbikes theme and the cycle-infra theme (the latter one is still in beta and needs quite some improvements)

@pietervdvn
Copy link
Collaborator

At last: you can also create your own mapcomplete theme from scratch for whatever POI you want - as long as it fits into OSM. Have a look at the documentation

@maphouse
Copy link
Author

Hi,

Glad that you like it!

A black symbol is a shop (thus actually selling bikes), whereas a red one does not sell bikes (but might repair or hire).

A amenity=bicycle_rental which has a network=* tag is hidden from cyclofix. If you add a 'network' to those docks, they'll dissapear from cyclofix.

You'll probably also be interested in the ghostbikes theme and the cycle-infra theme (the latter one is still in beta and needs quite some improvements)

Ah this is good to know. I'm going to add network=* to all the bike docks in my city then. that will fix it!

@maphouse
Copy link
Author

At last: you can also create your own mapcomplete theme from scratch for whatever POI you want - as long as it fits into OSM. Have a look at the documentation

This is really good to know. Didn't know Cyclofix was based on a broader tool like MapComplete, which seems to handle what I found was missing from Mapcontrib (mainly the intuitive ability for map users to add data to OSM, which Mapcontrib seems to lack).

I don't think I'll need to create e new theme. I can use Cyclofix, and just adjust the legend items and location in the url, then share that url with the community. As long as people refer to the specific link, it will remain very relevant locally.

@maphouse
Copy link
Author

At last: you can also create your own mapcomplete theme from scratch for whatever POI you want - as long as it fits into OSM. Have a look at the documentation

This is really good to know. Didn't know Cyclofix was based on a broader tool like MapComplete, which seems to handle what I found was missing from Mapcontrib (mainly the intuitive ability for map users to add data to OSM, which Mapcontrib seems to lack).

I don't think I'll need to create e new theme. I can use Cyclofix, and just adjust the legend items and location in the url, then share that url with the community. As long as people refer to the specific link, it will remain very relevant locally.

Actually, if I do make my own custom map, it might just be because of language. Fr usually needs to be first here, and lang preferences don't seem to be saved in the URL like legend and loc does (this might be something worth adding!)
I can see that when making a custom map, you can set lang options in order... which would be the only way of setting fr to the default

@pietervdvn
Copy link
Collaborator

This is really good to know. Didn't know Cyclofix was based on a broader tool like MapComplete, which seems to handle what I found was missing from Mapcontrib (mainly the intuitive ability for map users to add data to OSM, which Mapcontrib seems to lack).

Which is why MapComplete was created. Note that creating your own theme isn't really polished yet.

I've added in the possibility to set the loaded language via a URL-parameter

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