Hello everyone. I figured out how to embed a map on my site (via HTML). But the map is inserted without a search bar http://joxi.ru/BA0Xn5aC1GDa5A . Can you tell me how to add a search bar? where can i find documentation? asked 10 Feb '22, 13:48 Петр1245 |
Hi. Unfortunately the iframe code from opentreetmap.org is only meant to display a simple map, optionally with a single marker. Here is the doc. I'm afraid you'll need to write your own code, using the Leaflet js framework for example. Or I think you can use facilmap, based on OSM data. Here some code that looks like what you want. Regards. answered 10 Feb '22, 19:16 H_mlet |