dimfeld / svelte-maplibre

Svelte bindings for the MapLibre mapping library
https://svelte-maplibre.vercel.app
MIT License
319 stars 40 forks source link

Search map #31

Closed tinkerbaj closed 11 months ago

tinkerbaj commented 1 year ago

Does anyone know how to implement search on the map if I type some city etc?

dimfeld commented 11 months ago

This depends a lot on the specifics of your app.

A simple implementation would have a text box which filters your list of GeoJSON Features based on what you type, and then supplies that filtered list to the GeoJSON component for rendering.