similar to: r65 committed - Use the GeoCommons addOverlay method

Displaying 20 results from an estimated 100 matches similar to: "r65 committed - Use the GeoCommons addOverlay method"

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.
2010 Aug 30
4
Implementation of openBubble for openlayers
Hello, I''m back with another problem, the method Marker.openBubble isn''t implemented yet. I tried to hack a solution but I encountered some problems. When the popup is created in the toProprietary method from Marker in mxn.openlayers.core.js, I keep a reference on it with a this.infoPopup = popup. Later in the openBubble method, I do :
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
Revision: 30 Author: freyfogle Date: Sun Sep 20 06:26:44 2009 Log: jslint now passing for google and googlev3 http://code.google.com/p/mapstraction/source/detail?r=30 Modified: /trunk/build.xml /trunk/source/mxn.google.core.js /trunk/source/mxn.googlev3.core.js ======================================= --- /trunk/build.xml Sun Sep 20 06:13:41 2009 +++ /trunk/build.xml Sun Sep 20 06:26:44
2009 Nov 06
0
r54 committed - ...
Revision: 54 Author: freyfogle Date: Fri Nov 6 07:21:27 2009 Log: Marker should pass in google MarkerImage objects rather than just image URLs if possible http://code.google.com/p/mapstraction/source/detail?r=54 Modified: /trunk/source/mxn.googlev3.core.js ======================================= --- /trunk/source/mxn.googlev3.core.js Fri Oct 9 07:48:43 2009 +++
2009 Mar 10
3
mapstraction as org for GSOC?
Google Summer of Code has announced the opening of applications for Mentor organizations. Pamela Fox mentioned awhile ago that Mapstraction may be a good fit. http://socghop.appspot.com/ I would like to brainstorm if we have identifiable projects, and preferably even interested students, that would like to work together on putting in some applications. A couple of initial possibilities: -
2009 Sep 21
0
r34 committed - removed deprecated method draggable, all controls off when first creat...
Revision: 34 Author: freyfogle Date: Mon Sep 21 00:21:06 2009 Log: removed deprecated method draggable, all controls off when first creating the map, bit of work on adding controls, though still doesnt seem to be working correctly http://code.google.com/p/mapstraction/source/detail?r=34 Modified: /trunk/source/mxn.googlev3.core.js ======================================= ---
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
2012 Aug 04
1
Getting unknown error trying to plot spatial data
Hi there! I'm following an awesome guide to working with spatial data (http://www.frankdavenport.com/blog/2012/6/19/notes-from-a-recent-spatial-r-class-i-gave.html) and am running into an error that I can't figure out how to fix. Disclaimer: I am very much an R n00b Here is the r script I am running: https://dl.dropbox.com/u/28231177/This%20Should%20Work.R data:
2009 Apr 09
1
Problem including panoramino with google
Hi, i cannot make panoramino work with my google map... I tried mapstraction.addOverlay(new GLayer("com.panoramio.all")); and this mapstraction.addOverlay("com.panoramio.all"); But all i can have is a 400 error response. I also need wikipedia data, but i get the same error code. Can someone help me ? -- Pascal
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
2007 Mar 08
1
map not displayed after Ajax.updater request
In my layout header I inserted the standard helper : GMap.header I built the map in my controller , I build either a standard table or a map and display it in the corresponding partial the map is built without any problem with the icons and markers ( @map is correct...) @map = GMap.new("map_div") ... @map.icon_global_init(GIcon.new(:image =>
2007 May 04
3
Lotus Notes 6.5 fail to install in Wine
Hi, I'm trying to install Lotus Notes Client 6.5 in Brazilian Portuguese with Wine 0.9.36 and its doesn't work. I find in http://wiki.winehq.org/LotusNotes that this version of wine can install and run the Lotus Notes 6.0, 6.5, and 7 Windows clients without any special effort. And don't find any bugs related to that. Someone know something about? Thanks, Vitor ubuntu 7.04
2007 Mar 09
0
(no subject)
I am trying to use the clusterer as stated in the README ( plugin is running well ...) and I got an error when displaying the map... addDescriptionToMarker is not defined (no name)()22 (line 169) (no name)()ym4r-gm.js (line 67) [Break on this error] map.addOverlay(new GMarker(new GLatLng (47.7377071331,-2.9257965088),{title : "aa... here is the generated script... <script
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
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
1999 Aug 30
2
R --gnome segfaults on RH 6.0 with R-0.65.0
Have just compiled and installed R-65.0 on RH 6.0 with all the latest updates for RH and Gnome (including `libglade-0.3-1.i386.rpm' and `libglade-devel-0.3-1.i386.rpm' from RH ftp). R.X11 works OK. But when I try `R --gnome' I get a segmentation fault/core dump with the messages: Gdk-CRITICAL **: file gdkfont.c: line 174 (gdk_font_id): assertion `font != NULL' failed.
1999 Aug 30
2
R --gnome segfaults on RH 6.0 with R-0.65.0
Have just compiled and installed R-65.0 on RH 6.0 with all the latest updates for RH and Gnome (including `libglade-0.3-1.i386.rpm' and `libglade-devel-0.3-1.i386.rpm' from RH ftp). R.X11 works OK. But when I try `R --gnome' I get a segmentation fault/core dump with the messages: Gdk-CRITICAL **: file gdkfont.c: line 174 (gdk_font_id): assertion `font != NULL' failed.
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
2007 Jan 18
1
Clusterer generating javascript syntax error
Hi all, I''m using Ym4r with the Clusterer. The GMaps code in my controller looks something like this: # geo is an array of lon/lat points session[:gmap] = GMap.new(''map_div'') session[:gmap].control_init(:large_map => true,:map_type => true) session[:gmap].center_zoom_init([38.134557,-95.537109],4) markers = Array.new