Displaying 2 results from an estimated 2 matches for "mapapplication".
Did you mean:
appplication
2008 May 07
0
api swap
...ttp://labomedia.lobotomie.org/~maps/mapstraction/lib/mapstraction.js Line
466)
swapping to freeearth is ok
swapping to openlayer is ok*
*swapping to map24 give me this erreor* :
*uncaught exception: Map24.Exception.InvalidArgument {
Message: Invalid Argument _params.Latitude
Function: Map24.MapApplication.Map24.MapApplication.center()
Attachment: "_params.Latitude"
} *
I wonder if someone has already seen these pbs.
Is the swap method really efficient ?
thanks by advance for response
riccco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lis...
2009 Jan 21
7
Panning map to a point vs. setCenter
Several map providers have functions to pan to a location, as opposed
to the direct setCenter call. Panning animates the move from one point
to another. To implement this in mapstraction, I created a panCenter
function.
I don''t know how to go about committing the change to svn, or who
decides whether my naming convention is worthy, but I thought I''d
share the function