Skip to content

Commit

Permalink
add qwant_id
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrll committed Oct 16, 2023
1 parent 0bb2de2 commit 55deed8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layers/poi/poi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ layer:
layer:
description: |
Original value of [`layer`](http://wiki.openstreetmap.org/wiki/Key:layer) tag.
qwant_id:
description: |
Value of custom qwant id.
indoor:
description: |
Original value of [`indoor`](http://wiki.openstreetmap.org/wiki/Key:indoor) tag.
Expand All @@ -146,7 +149,7 @@ layer:
key_field: osm_id
key_field_as_attribute: no
srid: 900913
query: (SELECT osm_id, geometry, global_id, name, name_en, name_de, {name_languages}, class, subclass, agg_stop, layer, level, indoor, rank FROM layer_poi(!bbox!, z(!scale_denominator!), zres(z(!scale_denominator!))::numeric) ORDER BY rank) AS t
query: (SELECT osm_id, geometry, global_id, name, name_en, name_de, {name_languages}, class, subclass, agg_stop, layer, level, qwant_id, indoor, rank FROM layer_poi(!bbox!, z(!scale_denominator!), zres(z(!scale_denominator!))::numeric) ORDER BY rank) AS t
schema:
- ./public_transport_stop_type.sql
- ./class.sql
Expand Down

0 comments on commit 55deed8

Please sign in to comment.