You can embed a specific map location from live-wind.com.au directly into your website. The embed code below will display the map centered on the latitude and longitude provided in the URL.
Location Coordinates: Latitude: 144.927
, Longitude: -37.9483
To embed this specific location, use the following HTML code. You can modify the lat
and lon
parameters in the src
URL to display a different location.
<body>
tags.Customizing the Location: To embed a different map location, simply change the values of the lat
(latitude) and lon
(longitude) parameters in the src
attribute of the <iframe>
tag. For example:
<iframe src="https://live-wind.com.au/index.php?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE" style="width:100%; height:500px; border:none;"></iframe>
Remember to adjust the width
and height
attributes as needed for your website layout.