Displaying 20 results from an estimated 600 matches similar to: "map24 help"
2008 Jun 10
1
map24 error
Hi,
I am shawn and I am a student using mapstraction to create maps .Google
works but map24 does not and gives a error "element" not defined.Is
mapstractio fully compatible with map24 ? I cant even see the demo working
on the page.
Please help.
Shawn
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 May 20
1
AddOverlay for GeoRss Feeds, GeoRSS support
On Mon, May 19, 2008 at 4:36 PM, Pierre Romieux <promieux at gmail.com> wrote:
> Hi,
>
> Sorry for this email, but I need your help. I''m testing Mapstraction and I
> have problems with GeoRss. I''m not able to link the GeoRss markers.
> I have copied the sample with full code but nothing. The markers layer are
> not added to my page. All js are ok.
2008 Jun 10
0
Please Re: map24 error
Please remove or tell me how to unsubmit. I did not sign up and prefer not to receive these. Looks like a nice list for those who have an interest...I do not. Thank you kindly. Traci Nelson
-----Original Message-----
>From: Andrew Turner <ajturner at highearthorbit.com>
>Sent: Jun 10, 2008 4:07 PM
>To: Shankhadeep Sen <shanks.iit at gmail.com>
>Cc: mapstraction at
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
2009 May 31
7
[mapstraction commit] r11 - Added functionality to automatically load scripts needed.
Author: robert.moran
Date: Sun May 31 11:13:23 2009
New Revision: 11
Modified:
trunk/source/mxn.core.js
trunk/source/mxn.js
trunk/source/mxn.yahoo.core.js
trunk/tests/index.htm
Log:
Added functionality to automatically load scripts needed.
Allowed mapstraction default constructor to have provider omitted (will use
first loaded provider).
Minor change to yahoo implementation -
2008 Aug 25
4
ViaMichelin Maps Support
Hi, I''m Adriano from Rome, Italy.
I would like to know if is there in project any support for the ViaMichelin
API''s.
Thank you
Regards
Adriano Massi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20080825/6eb6dfe1/attachment.htm>
2010 Apr 30
6
addListener
I am trying to use the marker method addlistener(). A simplified version
of what I''m trying to do:
var map;
var marker;
map = new mxn.Mapstraction(''myMap'',''google'');
map.setCenterAndZoom(new mxn.LatLonPoint(45.559242,-122.636467),
15);
marker = new mxn.Marker(new mxn.LatLonPoint(45.559242,
2007 Jul 25
1
regarding polylines
hi all, i am experimenting with ym4r mapstraction, i am using yahoo api
, when i tried polylines , its not showing up.. the code is
var map;
window.onload = addCodeToFunction(window.onload,function() {
map = new Mapstraction("map_div","yahoo");
map.setCenterAndZoom(new LatLonPoint(37.3853,-122.0172
),12);map.addSmallControls();
map.addMarkerGroup(new
2008 May 07
0
api swap
Hello,
I''m trying the mapstraction library and the swap method. i noticed some
strange behavior when swapping from api to another.
Here is my page test url
http://labomedia.lobotomie.org/~maps/mapstraction/un.html
and the trange things :
swapping to google is ok ( *but marker disappear* )
*swapping to yahoo don''t work*
*swapping mapquest give me a components error in
2008 Mar 15
0
issues including multiple maps
I''m trying to include all the map types on the same page and I''m seeing some
pretty weird behavior.
1. When the map quest JS file is included, many other maps including
Microsft, Map24 stop working. The shell of the map is displayed with the map
type logo, but no map.
and occasionally an error
for (var i = 0; i < me.onload[api].length; i++) {
me.onload[api][i]();
}
2008 Jan 28
5
Fwd: Mapstraction mailing list and licensing.
Begin forwarded message:
> From: Serge Noiraud <Serge.Noiraud at free.fr>
> Date: 27 January 2008 21:17:28 GMT
> To: steve at asklater.com
> Subject: Mapstraction mailing list and licensing.
>
> Hi,
> Reading the mapstraction home page, You speek about mapstraction
> mailing list.
> All the pointers go on the openstreetmap mailing lists and I saw the
>
2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier
for me to support more than one mapping service, mainly Google Maps and
Microsoft''s Virtual Earth. However, I seem to be running into a lot of
errors when trying to use Mapstraction with IE7 and Virtual Earth.
As an example, I get a "Not Implemented" error when I load the many of
the demos. This
2010 Jan 13
8
How to use getCenter
Hi,
I am starting to use Mapstraction with the openlayers provider, and I am not
sure how to retrieve the current center of a map in a cross-provider way.
i.e. currently when calling map.getCenter(), the result returned is the
openlayers internal one, not the long/lat used when calling setCenter().
Is that the expected behaviour?
Regards,
Philippe
-------------- next part --------------
An
2009 Oct 22
6
Mapstraction V2 Geocoder?
Hey all,
I''m wondering about your thoughts on upgrading the Geocoder to use
Mapstraction V2. Currently it uses the old syntax (i.e., for
LatLonPoint, etc.):
http://mapstraction.appspot.com/#geocoding
Moving from V1 to V2 is fairly simple changes to the code. However, I
wonder whether we want to update the way the geocoder is structured,
as well? Some options:
1) Roll geocoding
2009 Oct 23
2
Directions and Driving Distance
An HTML attachment was scrubbed...
URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20091023/4b3edf49/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Dave_Kerschner.gif
Type: image/gif
Size: 11121 bytes
Desc: not available
URL:
2009 Apr 14
2
routes with google maps API
Hi,
I''m using mapstraction with Google Maps api and I want to use routes.
As of now, mapstraction only supports mapquest API to do this, so can I
use the underlying googlemaps API to do this, while using mapstraction?
If yes, how?
Btw, mapquest route demo doesn''t work (Error: MQA is not defined /
Source File: http://mapstraction.com/mapstraction-js/mapstraction.js /
Line: 621)
2009 Apr 14
2
local file and swap doesn''t work correctly
Hi,
I have an html file which is in a local file.
If use webkit or firefox, it works only one time.
I cannot return to a map I already used.
Is there something wrong in my html file ?
Is it a mapstraction bug ?
The html file is joined to this mail.
it use always the last the svn mapstraction.js file :
http://www.mapstraction.com/svn/source/mapstraction.js
Serge
-------------- next part
2009 Nov 19
5
speaking about mxn at #geomob
Fellow mapstractors,
I''m speaking about mapstraction tonight at a London neogeo event - #geomob
http://gmdlondon.ning.com/events/geomob-november
basically I''ll jus be explaining what mxn is, how ift can be used, and a
brief history of the project and trying to encourage more people to
contribute.
My slides are here:
http://www.slideshare.net/lokku/mapstraction-2537688
let me
2009 Jun 13
4
Automatic provider API loader for mapstraction?
Hi,
today I gave a talk at Barcamp Vienna (
http://www.barcamp.at/BarCamp_Vienna_Juni_2009) about Mapstraction and its
recent progress.
The crowd was really impressed! In the follow-up discussion several people
were asking why mapstraction itself can''t take care of loading the provider
APIs.
I''m not sure if anybody is working on this, but such an automatic api loader
has quite
2010 Jan 05
2
Clustering in Mapstraction
Hi All,
I''m looking for a good example of client-side marker clustering with
Mapstraction. It would be especially valuable if it was easily
reusable code, similar to MarkerClusterer for Google Maps:
http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/docs/reference.html
If no such thing exists for Mapstraction (and I haven''t seen one),
what are the