The last few days I played a bit more with this little thing and made it a bit more stable. First of all there were some strange silver rectangles in the map (which I suspect is becouse I use IE) another struggle was to force the map not to resize (pretty strange, huh?). I solved both issues at once by adding overflow="hidden" style attribute to the div, containing the map. It is quite strange. I also added the stnadard map types controls (Map, Satellite and Hybrid), that wasn't hard but took a lot of search in the net, I had the feeling that I need to define my layer, I don't know why but in the end I understood I only need to call : map.addControl(new GMapTypeControl()); it simply cannot be more easier. After the lesson with |
Finally here is what I have so far :

I will try to add custom layers and lines these days only to test how it works and is it hard to implement.