search for: dezfowl

Displaying 18 results from an estimated 18 matches for "dezfowl".

Did you mean: dezfowler
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 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
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: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20100809/cf726d93/attachment.htm>
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 Feb 09
15
Mapstraction v2 architecture demo - work in progress
...d. Have a look and let me know any thoughts. I''ll try and get it working ASAP but I just wanted to get this out there so you know I''m actually doing something on it. http://dfowler.geeksbox.co.uk/files/mapstraction-2/1/wip.htm Cheers, Derek -- Derek Fowler m. 07966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090209/afe203ac/attachment.htm>
2010 May 21
7
Provider API versioning
...t it on the site and in the code as well. Anyone got any thoughts on this? On an unrelated note I''m wondering what people think of going with TERRAIN for the new map type rather than PHYSICAL, I think TERRAIN makes more sense personally. Derek -- Derek Fowler m. +44 (0) 7966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20100522/951b3f8f/attachment.htm>
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
2010 May 19
7
Safari reload
Hi, is tehre any news on the safari reload bug? Maybe a workaround? Mapstraction is sometimes not displayed on reload... regards Henrik
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
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 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
2009 Jun 06
0
Patch submissions & phone call this morning
...ur file otherwise it''ll give you an error and forget the file you uploaded. Sorry for any confusion. Also, did someone on here call me this morning? I didn''t catch the name and I didn''t get your e-mail if you sent one. Derek -- Derek Fowler m. +44 (0) 7966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090606/b38b08e7/attachment.htm>
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/sour...
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
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 Nov 30
3
Specifying sub-filters
Hello everyone. I have been looking at the filtering on Mapstraction and realized that it does not allow for sub-filters. I have modified the applyFilter function to accommodate sub filters. for example if I wanted to filter all houses that are blue and green and also all warehouses irrespective of color now I can use map.addFilter(''Type'', ''eq'', { pFilter:
2011 Jan 04
5
Webkit - can't find variable: mxn
In my app (v2.0.15) and on the mapstraction demo the first time I load the page in Safari I get the error "Can''t find variable: mxn" and the map doesn''t load. http://mapstraction.appspot.com/ mapstraction.googlecode.com/svn/trunk/source/mxn.core.js:6ReferenceError: Can''t find variable: mxn I''ve seen a few old posts in the list archives about similar