GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
86 stars 25 forks source link

Queryselector fails with data-id beginning with zero #1341

Closed dbauszus-glx closed 1 week ago

dbauszus-glx commented 1 week ago

A valid construction is to create a geometry type entry to request geometries from an API.

Without a key and a field 0 may be assigned as key.

A data-id queryselect fails beginning with 0.

{
  "type": "isoline_mapbox",
  "params": {
    "access_token": "***"
  }
},