Fork me on GitHub

Mapiator the straight forward online mapping application

What is Mapiator?

Mapiator is an online mapping application like Google Maps or Openlayers. You can use it without any charge. It was created by Patrick Dietrich in February 2009.

Try it:

How can I use Mapiator in my site or web application?

In your page add a div element to contain the map:

<script type="text/javascript" src="Mapiator.js"></script>
...
<div id="map" style="width:400px; height:300px; position:relative"></div>

Then in your javascript do:

var map = new Mapiator.Map('map');
map.setZoomLevel( 6 );
map.setCenter(48.0, 10.0); // latitude, longitude
map.redraw();

That’s what you need to set it up.

What are Mapiator’s main featues?

What features are missing?

What technologies are used for the Mapiator

Read more…