-
Notifications
You must be signed in to change notification settings - Fork 17
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 Filter for Mapillary Traffic Sign layer #227
Comments
FTR: The way that the filter works is it adds a filter to |
FYI, after setting a filter, I'm finding that newly loaded tiles are showing all signs and the filter must be toggled off/on to be effective. |
@tsmock why if i select all the 'maxspeed' signs they are the ones that get hidden, and not the only ones that are shown? Look like filter works in the opposite way that it should |
@ireun there's a check box toward the right labeled like "show selected" which seems to have an inverting effect on the filters. I was able to get my desired effect by clicking around enough, but yes, the operation was not intuitive. |
Ohh I didn't notice that there is 'Mapillary Expert Filter' windows, thanks! Still I think what I said in previous comment could be fixed. @tsmock i think all that should be done is negate the filter or add a
I'm yet to understand date filtering for traffic signs, is it even possible? In web UI it is simple: Yet I have no idea how to achieve the same in JOSM. I've tried sth like |
@ireun : The
Alternatively, you can use the Quick rundown of the keys you might want to filter on:
|
If you've got feedback on the Mapillary Filter dialog, I would be more than happy to hear it. I would appreciate it if you could tell me everything that is unintuitive so I can fix it all at once (to have a single release where things change, instead of 20). Please open a separate ticket for that though. |
Thanks for maintaining this plugin.
I'd like a way to filter the traffic signs that are loaded by the plugin on the Traffic Signs layer. The layer seems designed for "what signs are at this location" and I want more of "where are the one-way signs".
I poked at https://tiles.mapillary.com/maps/vtp/mly_map_feature_traffic_sign/2/ but I didn't find any documentation for the endpoint.
I'm currently trying to hack at mapcss to change the appearance of filtered signs, please save me from myself.
The text was updated successfully, but these errors were encountered: