Closed nikolai-b closed 8 years ago
This assumes that the data returned is LatLon and doesn't have an id. My data has polygons and has an id element.
Similar to https://github.com/stefanocudini/leaflet-search/pull/111 in that I could use filterData but I'd much prefer to just use my own id element.
filterData
id
replaced from new option propertyId from version 0.2.0
propertyId
This assumes that the data returned is LatLon and doesn't have an id. My data has polygons and has an id element.
Similar to https://github.com/stefanocudini/leaflet-search/pull/111 in that I could use
filterData
but I'd much prefer to just use my ownid
element.