An example of an html code that allows you to embed a map application from the Maps of Małopolska portal on any website.
Place the code snippet below on a page on your own site.
<iframe
src="https://mapymalopolski.pl/app/mapa/miip/f12b809d-68f6-791b-2325-
feeeb2f4c4ef/?locale=pl&mapview=49.828113,19.974853,10z"
style="width:100%;height:600px;border:none;">
</iframe>
Parameter description:
- src – address of the map application and parameters of the embedded map contained in the address of the application:
- locale – application’s language (‘pl’ lub ‘en’)
- mapview – coordinates of the center of the map (latitude and longitude) along with the scale level
- style – settings of the frame in which the map application is displayed
- width – frame width; in order to match the layout of the page on which the map is embedded, it is recommended to provide a value of 100% (you can enter a value in px)
- height – frame height; given in px (pixels) units
- border – frame border style, in this case the border will not be visible