mirror of
https://github.com/bellingcat/osm-search.git
synced 2026-06-08 03:28:33 +03:00
Update queries.js
Add pharmacy and bike path presets
This commit is contained in:
@@ -267,6 +267,27 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Bike path",
|
||||
type: "line",
|
||||
method: "OR",
|
||||
filters: [
|
||||
{
|
||||
parameter: "highway",
|
||||
comparison: "=",
|
||||
value: "cycleway",
|
||||
},
|
||||
{
|
||||
parameter: "bicycle",
|
||||
comparison: "=",
|
||||
value: "designated",
|
||||
},
|
||||
{
|
||||
parameter: "cycleway",
|
||||
comparison: "is not null",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Cliff",
|
||||
type: "line",
|
||||
@@ -549,6 +570,18 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Pharmacy",
|
||||
type: "any",
|
||||
method: "OR",
|
||||
filters: [
|
||||
{
|
||||
parameter: "amenity",
|
||||
comparison: "=",
|
||||
value: "pharmacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Supermarket",
|
||||
type: "any",
|
||||
|
||||
Reference in New Issue
Block a user