Displaying 20 results from an estimated 20000 matches similar to: "package name for mapstraction"
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 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 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)
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 Nov 04
0
r53 committed - applied patch from John McKerrell
Revision: 53
Author: freyfogle
Date: Wed Nov 4 08:34:55 2009
Log: applied patch from John McKerrell
http://code.google.com/p/mapstraction/source/detail?r=53
Modified:
/trunk/source/mxn.cloudmade.core.js
=======================================
--- /trunk/source/mxn.cloudmade.core.js Sun Sep 20 06:30:15 2009
+++ /trunk/source/mxn.cloudmade.core.js Wed Nov 4 08:34:55 2009
@@ -7,6 +7,21 @@
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,
2008 Mar 01
0
event model
Hi,
The only event related method I see is Mapstraction.addListener(..) and
there is no documentation on the supported events. Can you provide a few
examples, ans also is there''s a place to get an complete list of supported
events.
The google maps API for example has a rich event model on not just the map,
but also the overlays, info widow and such.
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 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]();
}
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
2009 Apr 12
3
Last push to Mapstraction v2
Hey everyone - how are things going?
I wanted to see what the consensus was on last steps to push out the
RC for the new Mapstraction architecture?
Timing-wise, I''m speaking at JSConf in 2 weeks and would like to be
able to mention the new arch (currently talking about using JavaScript
to control immersive virtual worlds, but may try to switch to talk
about JS Mapping) - regardless
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
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 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
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 Oct 22
0
Mapstraction v2 test suite and state of coverage?
Hi,I''m just starting to take a look at Mapstaction, it seems like a great
library. I''m particularly liking the structure of v2. I have a couple of
questions:
- Is there is any kind of test suite for v2?
- I''ve been trying to use the Openlayers provider and I have been running
into some problems, it seems like the v2 implementation might not be
completed yet. Is there
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 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