Skip to content

Inconsistent naming and presence of disputed border attribute #190

@dnomadb

Description

@dnomadb

Location
Map here: https://felt.com/map/Disputed-Border-Examples-DeV2O4NyRky9Apwpz9Cjd0WD?loc=36.445,-290.359,5.33z&share=1

There is inconsistent naming and presence of disputed border attributes -- the disputed attribute only exists from zoom 0 to 7, and is boolean from zooms 0-5 and numeric in zooms 6 + 7:

$ for zoom in {15..0}; do vt2geojson https://basemap.felt.com/tiles/planet-20231030a/$(echo '[75.13606532, 34.65216745]' | mercantile tiles $zoom | xt).mvt | jq -c --arg zoom $zoom '{zoom: $zoom, disputed_values: [.features[] | select(.properties.disputed != null) | .properties.disputed] | sort | unique}'; done
{"zoom":"15","disputed_values":[]}
{"zoom":"14","disputed_values":[]}
{"zoom":"13","disputed_values":[]}
{"zoom":"12","disputed_values":[]}
{"zoom":"11","disputed_values":[]}
{"zoom":"10","disputed_values":[]}
{"zoom":"9","disputed_values":[]}
{"zoom":"8","disputed_values":[]}
{"zoom":"7","disputed_values":[1]}
{"zoom":"6","disputed_values":[1]}
{"zoom":"5","disputed_values":[true]}
{"zoom":"4","disputed_values":[true]}
{"zoom":"3","disputed_values":[true]}
{"zoom":"2","disputed_values":[true]}
{"zoom":"1","disputed_values":[true]}
{"zoom":"0","disputed_values":[true]}

Required information

  • Tileset version: ostensibly v3.0.0-pre1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions