similar to: issues including multiple maps

Displaying 20 results from an estimated 2000 matches similar to: "issues including multiple maps"

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
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 -
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)
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
2008 Jun 20
2
map24 help
Hi Mapstraction Experts, I am trying to do some shortest path routing for a project with university of utah and uc berkeley.I am trying to use the map24 api using the mapstraction api but i tried a lot and cant fix this error "Map24.loadAPI is not a function".Any help on this is greatly appreciated.This below is the code.(Note:mapstraction works excellent with google and yahoo)
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:
2009 Feb 12
0
Patch to handle MapQuest icon size and icon anchor parameters
This is a patch we had to implement to use custom icons in mapquest. We needed to use a custom icon size and offset, so I added a small bit of code to handle this. We use MapQuest API v5.3. That may make this not work in all cases, I know the icon stuff changed somewhat between 5.2&5.3. To make work on MapQuests 5.2 API, I *think* would only take the following conversions. 1) MapIcon
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>
2008 Mar 03
0
Routing through LatLng points and other stuff
Hi to all! Well, I''ve been trying to find a solution to route using known LatLng points - I already have the location position, all I needed was the actual route, so I''ve put together an addition to the "mapstraction-route.js". I''ve listed it below, so maybe it would not be a bad idea to merge it to the trunk... Also, I have a few other questions regarding
2009 Jan 31
4
marker.closeBubble()
Any reason why there''s no closeBubble function in Mapstraction? It''s supported by at least Yahoo (closeSmartWindow) and Google (closeInfoWindow). A related issue, but not as clear-cut: a bubble closed event. I know Google supports this, but I haven''t investigated further. --Adam
2010 May 21
0
r83 committed - Making the geocoder pass JSLint
Revision: 83 Author: dezfowler Date: Fri May 21 11:57:43 2010 Log: Making the geocoder pass JSLint http://code.google.com/p/mapstraction/source/detail?r=83 Modified: /trunk/source/mxn.google.geocoder.js ======================================= --- /trunk/source/mxn.google.geocoder.js Wed May 19 16:33:35 2010 +++ /trunk/source/mxn.google.geocoder.js Fri May 21 11:57:43 2010 @@ -28,7 +28,7 @@
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:
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
2009 Mar 23
4
Bird''s Eye integration in Mapstraction
Are there any plans to integrate Virtual Earth''s Bird''s Eye view to mapstraction? I tried an "integration hack" but then found out that there are too many issues involved (check whether birds eye is available for the current map area, disabling zoom controls,...). Has anyone else tried it? Franz
2010 Jun 22
0
Marker.setIcon() doesn't work with bing maps
Hi, while playing around with the current trunk of Mapstraction V2, I realized that Marker.setIcon() doesn''t work with bing maps (former Virtual Earth). Here is my tiny patch: mxn.microsoft.core.js 112a113,115 > if (marker.iconUrl){ > pin.SetCustomIcon(marker.iconUrl); > } kind regards, Franz -------------- next part -------------- An HTML
2009 Apr 09
1
Problem including panoramino with google
Hi, i cannot make panoramino work with my google map... I tried mapstraction.addOverlay(new GLayer("com.panoramio.all")); and this mapstraction.addOverlay("com.panoramio.all"); But all i can have is a 400 error response. I also need wikipedia data, but i get the same error code. Can someone help me ? -- Pascal
2009 May 24
9
Mapstraction Sandbox & V2 push
Greetings from the day of rest after a week of Where. It was a great time out here - and there is a lot of interest in the community around Mapstraction. The new Sandbox (http://mapstraction.appspot.com) made surprisingly quick rounds and lots of kudos. It will be a great place to demo Mapstraction and encourage developers. We had a very good discussion about Mapstraction at WhereCamp. Pamela
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
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 >