Displaying 20 results from an estimated 22 matches for "ajturn".
Did you mean:
pjturn
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 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 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
2009 Mar 10
3
mapstraction as org for GSOC?
...More advanced spatial functionality
- Build/support Mapstraction plugins to other frameworks (Rails,
Drupal, GWT) - there are already some here, so could be into others or
extending
Any other thoughts, or students?
Andrew
--
Andrew Turner
m: 248.982.3609 e: andrew at highearthorbit.com t: @ajturner
b: http://highearthorbit.com w: http://geocommons.com
Introduction to Neogeography - http://oreilly.com/catalog/neogeography
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 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 -
2008 Jan 03
3
GeoRSS support and Openstreetmap
Hi,
is geoRSS overlay supported with openstreetmap ?
I can''t get it to work.
Google maps georss
http://blogs.intermedia.uib.no/motel/experiments/bergenGeoRSS.html
Openstreetmap georss
http://blogs.intermedia.uib.no/motel/experiments/bergenOSMGeoRSS.html
As you can see, nothing shows in the openstreetmap example.
Regards
--
Rune Baggetun
2008 May 27
6
IE7 Problems
...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 appears to be happening in the resizeTo method on the
line that reads "self = this;". It appears that this was fixed in
revision 164 by ajturner, but was re-introduced with the changes in
revision 175 with the namespaced changes by Derek Fowler. Changing the
variable references back to "myself" in the resizeTo function fixed the
Not Implemented error, but I''m getting other runtime errors as well.
Marker.OpenBubble also...
2007 Oct 16
3
can''t define custom GIcon
Hi,
I am having trouble getting custom GIcons to display. Here is the code in
my controller:
@map = GMap.new("map_div")
@map.control_init(:large_map => true,:map_type => true)
@map.icon_global_init(GIcon.new(:image => "images/APBox-20.png
"),"ap_none")
infoString = "Friendly Name: "+result.friendly_name+
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:
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
2008 Apr 23
2
ESRI support
Does Mapstraction support ESRI (arcwebservices.com)?
Thanks,
- Michael
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 lists.mapstraction.com
>Subject: Re: [Mapstraction] map24 error
>
>On Tue, Jun 10, 2008 at 4:00 PM, Shankhadeep Sen <shanks.iit at gmail.com> wro...
2009 Aug 24
0
r23 committed - Changed build.xml to use correct directory slashes
Revision: 23
Author: ajturner
Date: Sun Aug 23 19:48:12 2009
Log: Changed build.xml to use correct directory slashes
http://code.google.com/p/mapstraction/source/detail?r=23
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Sun Aug 16 17:18:10 2009
+++ /trunk/build.xml Sun Aug 23 19:4...
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
2008 Mar 15
3
problem with config file
Hey there all
if i have this in my gmap_api_key.yml file,
production:
ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH-N3IAp9ruoqiU43w
everything works fine but if i have this .....
production:
texaspivot.com:
ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH-N3IAp9ruoqiU43w
i get this
ActionView::TemplateError (texaspivot.com) on line #1 of
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.
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:
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>
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...