OpenLayers: Maps Made Easy

Want to put a map of Prince Edward Island somewhere on your website? OpenLayers makes it dead simple; just paste in:

<iframe 
   src="http://openlayers.org/viewer/?center=46.2361,-63.13&zoom=5"
   width="500" height="250" scrolling="no" 
   marginwidth="0" marginheight="0" frameborder="0">
</iframe>

Here’s what you should end up with:

Comments