I’d like to display OSM maps in a Microsoft Access Database using the Edge Browser Control. Is it possible to use URL parameters to hide things like the white box at the top to maximise the map area in the Browser Control?
![]()
Thanks in advance
I’d like to display OSM maps in a Microsoft Access Database using the Edge Browser Control. Is it possible to use URL parameters to hide things like the white box at the top to maximise the map area in the Browser Control?
![]()
Thanks in advance
Yes, you can go to osm.org, and use Share > HTML. Take a look at the link that is generated.
https://www.openstreetmap.org/export/embed.html?bbox=minx,miny,maxx,maxy&layer=mapnik&marker=lat,lon
Unfortunately you would have to compute the bounding box coordinates such that the map displays the desired extent.