Hi MooTools pals.

I'm working on a XMLMap class, basically it implements my XML 2 Js
Object converter script and then creates a google maps accordingly the
XML file nodes (which syntax I've defined accordingly to MooGooMaps
classes arguments/options).

By example,
right now I've just achieved it creating the map from a pretty simple
XML file like this:

[code]
<Map container="map_canvas" width="200px" height="400px" lat="45.8"
lng="54">
</Map>
[/code]

Incoming adds: creating markers,polylines,circles,rectangles and else
from marker nodes, polygons nodes and all other nodes; stuff from
google maps API that MooGooMaps is capable to do.

Hope you will enjoy this.

This way, even non-programmers could have their own customized google
maps through MooGooMaps :D

Best regards,
Ciul

Reply via email to