Leaflet tutorial 7 add geocoding search | 2023 tutorial step by step

preview_player
Показать описание


This tutorial shows how to create a vector map with MapTiler geocoding in leaflet js. MapTiler geocoding allows you to set search language and search just in the current map view or in a specific country. It also gives answers in a GeoJSON format and can be used for reverse geocoding. Reverse geocoding is the process of translating latitude and longitude into human-readable form.

Chapters:
0:00 intro
0:25 MapTiler Geocoding
0:48 How to add geographical search to a leaflet map
1:29 How to change geocoding parameters

Do you need the best maps for your web or mobile app?

Thank you for watching this video.

Follow us on
Рекомендации по теме
Комментарии
Автор

hi, can u give the tutorial how to add route machine with geocoding?

Yonki
Автор

Hallo...

I would like to use overlayadd to know the array id of the elements on the overlays to use it with mysql...
I tried with
map.on('overlayadd', function (e) {
pathid = e.layer._leaflet_id;
alert(pathid);
});
but i don't understand why it gives me ids that are not part of the array.

Thanks


Gianfranco

Abbici