Displaying 15 results from an estimated 15 matches for "geocommon".
Did you mean:
geocommons
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...
2009 Mar 10
3
mapstraction as org for GSOC?
...upport 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
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 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 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
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:
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 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 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 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 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:
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 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 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
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