#19239 closed enhancement (worksforme)
Use the filter on a KML/KMZ layer
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | question | Cc: |
Description
Assuming this is an enhancement and not a bug since the help file for filtering shows examples only filtering OSM data and that my actions with the filter have no affect on the KMZ layer I have open.
As an OSM Contributor I need to be able to filter layers based on KMZ/KML files just like I can filter OSM Data layers so that I can declutter my display.
Acceptance Criteria.
- Load a KMZ like the TON_Road.KMZ from http://www.fs.fed.us/r3/gis/gisdata/RoadKMLWest.zip in addition to any OSM data layer and filter to only show lines where the key "OPER_MAINT_LEVEL" does not contain the text "Closed".
- Load a KMZ like the TON_Road.KMZ from http://www.fs.fed.us/r3/gis/gisdata/RoadKMLWest.zip in addition to any OSM data layer and filter to only show lines where the key "LANES" contains the text "1- single lane".
Currently those files I shown in the acceptance criteria have roads that are both open to the public and those that are closed or decommissioned. I would like to be able to focus my initial efforts to only navigable ways by filtering out those closed or decommissioned roads. I can then come back later and then focus on building out those "closed" ways that are physically there yet access is restricted.
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 5 years ago
Keywords: | question added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
For 1, you can use the Help/Action/Search or Help/Dialog/Filter with
type:way -OPER_MAINT_LEVEL:closed
For 2, you can use the Help/Action/Search or Help/Dialog/Filter with
type:way LANES:"1 - SINGLE LANE"