Hosting maps on your own site

Want to host your saved map directly on your web site? You can by embedding it in an IFrame. Here is a simple script that demonstrates:

<iframe src=”http://www.batchgeocode.com/map/nw_kiteboard_shops”
frameborder=”0″ width=”770″ height=”775″></iframe>

(Replace the src=”” part with your own map URL)

Just add the code above to the HTML of your web site and your done! If the dimensions of the map don’t match your site, just edit the width and height variables.

UPDATE: You can now override the default css template (http://www.batchgeocode.com/default.css) by passing in your own CSS in the URL, ie:

http://www.batchgeocode.com/map/?i=nw_kiteboard_shops&css=http://www.batchgeocode.com/default.css

Just put your own css value where “&css=” in the URL. This will let you customize the colors and design to match your own site!