Displaying 20 results from an estimated 2000 matches similar to: "local file and swap doesn''t work correctly"
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 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
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 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)
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 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 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 11
1
Image Overlay demo not working.
HYPERLINK
"http://mapstraction.com/demo-overlay.php"http://mapstraction.com/demo-overl
ay.php
is not working. Did something change with Google Maps that makes this not
work?
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.557 / Virus Database: 270.11.10/1995 - Release Date: 3/11/2009
8:28 AM
-------------- next part --------------
An HTML attachment was
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
>
2009 Aug 22
1
map.onLoadMap?
Hi,
I use a bing map via mapstraction in worpdress. It works for all
browsers exept the Internet Explorer. With IE I get an HTML parsing
error, because the map is not loaded completely. Is there a possibility
to use something like this: "map.onLoadMap"? This would prevent the
error, but I don''t find such a function in mapstraction.
Greetings,
frest
PS:
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 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
2009 Jan 19
2
Can I use my own map
Hy guys, I was reading some information about your great service and I
wanted to know one thing.
It''s not clear if using mapstraction is possible to use my own maps (I
create my own tiles I would like to visualize) or if just a service that
wraps existing services. I f I can use my own maps, I wanted to know if you
can give me a link or something that can be useful to get started with it!
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
2009 Mar 04
5
Detect polyline relationship to map bounds?
I''m working on a mapstraction implementation modeled after the radius
search feature. (http://mapstraction.com/demo-radius.php)
I''d like to recognize when the user extends the radius beyond the
visible edges of the map and adjust the zoom level. I''m not seeing
how to test this when redrawing the circle. I thought maybe I wanted
to use polylineCenterAndZoom()
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,
2010 Aug 09
3
New build 2.0.5
Just applied some changes from Adam and Dylan and uploaded a new build. Good
stuff guys, thanks.
Get 2.0.5 here:
http://github.com/mapstraction/mxn/downloads
Derek
--
Derek Fowler
m. +44 (0) 7966 512 369
e. dezfowler at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Feb 19
1
Twitter account
I noticed that the "mapstraction" Twitter account was available, so I
claimed it. Ping me for the password and maybe we can get a few people
using it.
--Adam
2009 Feb 09
15
Mapstraction v2 architecture demo - work in progress
Hi guys,
Been working on this over the past few evenings and, although it''s not
actually working yet, I thought I''d give you a first glance.
The core mapstraction stuff is about 1800 lines with the Google
implementation code adding another 500. Original mapstraction is 5353 lines
so we''re looking at 5800 for this version if you were to include all
provider
2009 Jan 08
20
Mapstraction V2 Architecture Demo
Hi all,
I''ve been fiddling with some mapstraction architecture ideas and before I
lose my mind (caller, calleee, apply, arguments, pop!), I wanted to share my
progress.
Please see here for details:
http://www.thegecko.org/mapstractionv2/
I''m by no means a javascript guru, so I would appreciate any feedback you
may have :)
Kind regards,
Rob
-------------- next part