similar to: Mapstraction v2 test suite and state of coverage?

Displaying 20 results from an estimated 4000 matches similar to: "Mapstraction v2 test suite and state of coverage?"

2012 Mar 30
1
Popups not appearing for leaflet using mxn 2.0.18
Good day, I''m trying out the new Leaflet provider using the 2.0.18 release. Unfortunately, I haven''t been able to get a marker bubble (popup) to appear after clicking on the marker. I think my use of Mapstraction is correct as I see a popup appear for the googlev3, ovi, and openlayers providers when I switch with no other changes to my code. Is there a step I''m
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
2010 Aug 30
4
Implementation of openBubble for openlayers
Hello, I''m back with another problem, the method Marker.openBubble isn''t implemented yet. I tried to hack a solution but I encountered some problems. When the popup is created in the toProprietary method from Marker in mxn.openlayers.core.js, I keep a reference on it with a this.infoPopup = popup. Later in the openBubble method, I do :
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
Revision: 65 Author: ajturner Date: Sun Dec 13 11:10:04 2009 Log: Use the GeoCommons addOverlay method http://code.google.com/p/mapstraction/source/detail?r=65 Modified: /trunk/source/mxn.geocommons.core.js /trunk/tests/index.htm ======================================= --- /trunk/source/mxn.geocommons.core.js Sun Dec 13 11:10:00 2009 +++ /trunk/source/mxn.geocommons.core.js Sun Dec 13
2008 Sep 29
0
Adding markers with info bubbles
Hi All, I am following an example of adding markers on a openlayers interface. Having difficulties when trying to add markers into a custom tiled map. Is there anyone that can help me? If you need more info, I can provide the code. Thanks, Gokalp Selcuk gselcuk at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 21
7
Provider API versioning
Hi folks, Wondering whether I can get a quick show of hands from those of you who use OpenLayers. The latest version of the API has some refinements for adding the OSM layers which it would be good to take advantage of. If anyone who uses OpenLayers is planning to upgrade from Mapstraction v1 to v2 would it be acceptable to have to upgrade OpenLayers too? That''s assuming you
2008 Mar 01
0
package name for mapstraction
Hi, Can you consider adding a package name / namespace to the mapstraction classes. For example new mapstr.LatLonPoint(..) This will help avoid potential conflicts with other JS libraries. Thanks, Sanjiv -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jun 10
0
How to unsubscribe from mapstraction mailing list
I''ve seen some other requests for this - so I''ll email out once. Here is the URL to unsubscribe from the Mapstraction mailing list. http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com If you have any problems or additional questions, please email me directly and don''t Copy the entire mailing list. Thanks - and happy mapping. :) Andrew
2009 Mar 19
0
any example for Mapstraction.writeInclude
Hi All Any example how to use ''Mapstraction.writeInclude''? Best regards, Patrick _________________________________________________________________ More than messages?check out the rest of the Windows Live?. http://www.microsoft.com/windows/windowslive/ -------------- next part -------------- An HTML attachment was scrubbed... URL:
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 -
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 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 01
0
[mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
Author: duvander Date: Sun May 31 17:34:27 2009 New Revision: 12 Modified: trunk/source/mxn.cloudmade.core.js Log: Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays Modified: trunk/source/mxn.cloudmade.core.js ============================================================================== --- trunk/source/mxn.cloudmade.core.js (original) +++
2008 Jun 03
3
OpenSpace support for mapstraction
Attached is patch to provide support for OpenSpace in mapstraction. A demo can be seen at http://yvonnesplants.co.uk/openspace_demo.html. Note that OpenSpace seems sometimes to have a problem with links clicked from email. If you get an error ''HTTP referrer not valid'' then open a new browser window and paste in the link and it should be ok. The following features are not
2010 Jan 11
1
Using mapstraction
Folks, I just wanted to drop a quick note pointing out that the next version of the StatusNet microblogging software uses Mapstraction to provide a mapping interface. It uses the OpenStreetMaps flavour by default. It''s in use in production on identi.ca, for example: http://identi.ca/evan/map Thanks for a great piece of software! -Evan -- Evan Prodromou CEO, StatusNet, Inc. evan
2009 Mar 10
3
mapstraction as org for GSOC?
Google Summer of Code has announced the opening of applications for Mentor organizations. Pamela Fox mentioned awhile ago that Mapstraction may be a good fit. http://socghop.appspot.com/ I would like to brainstorm if we have identifiable projects, and preferably even interested students, that would like to work together on putting in some applications. A couple of initial possibilities: -
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
2008 Feb 29
1
Using ym4r/mapstraction''s cluster.js with RJS
Hey all, This is a little OT but ... I''m trying to use this the YM4R/mapstraction clusterer with RJS but having a hard time, I can create a working cluster when i initiate it in a controller, but not from RJS. For the proper flow in my app it would be very helpful to be able to do it from RJS. Thanks for the help, Chuck -- *Chuck Fletcher* Email: chuck at chuckfletcher.com
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 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>