search for: googlemaps

Displaying 15 results from an estimated 15 matches for "googlemaps".

Did you mean: rgooglemaps
2006 Mar 02
3
Left Joins with Rails?
Everyone, I have two tables (assuming their most logical types): apartments id address bedrooms bathrooms googlemaps_id googlemaps id url the models: class Apartment < ActiveRecord::Base has_one :googlemap end class Googlemap < ActiveRecord::Base belongs_to :listing end I would like to find_all by searching the attributes in apartment, and also return the google map associated with that apar...
2009 Jul 15
1
Read PNG file and display with more than 256 colors RGDAL
Hello list I am trying to use a Googlemaps tile (png file, 640 X 640 px tile) as a background to a plot and have been using the rgdal library to read in the PNG file (modified from code in the RGoogleMaps package). This works OK. My problem is is that the SGDF2PCT function in rgdal seems to be limited to 256 colors and this is introducing...
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) Thank you. Best regards, Carlos
2006 Aug 04
3
is cartographer recommended for using google maps?
been doing some searches on how to get googlemaps working in a ror app. seems like cartographer is the main one? is this true? Thanks -- Posted via http://www.ruby-forum.com/.
2014 Sep 27
2
recomendación de librerías para mapas en Shiny
Hola Estoy ahora mismo en el MADData <http://www.maddata.es/>, y en proceso de hacer un Shiny, quiero meterle un mapa con los puntos de medida del tráfico y el tráfico. Pero como novato quería ver si me recomendais alguna librería para hacer mapas y embeberlos en shiny, ya sea googlemaps, leaflet, cartodb... y cualquier enlace a buena documentación es muy bien recibido! :-) Miguel [[alternative HTML version deleted]]
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 =>
2014 Sep 27
2
recomendación de librerías para mapas en Shiny
...MADData <http://www.maddata.es/>, y en proceso de >> hacer un Shiny, quiero meterle un mapa con los puntos de medida del >> tráfico >> y el tráfico. Pero como novato quería ver si me recomendais alguna >> librería >> para hacer mapas y embeberlos en shiny, ya sea googlemaps, leaflet, >> cartodb... >> >> y cualquier enlace a buena documentación es muy bien recibido! :-) >> >> >> Miguel >> >> [[alternative HTML version deleted]] >> >> _______________________________________________ >> R-help-es ma...
2015 Oct 20
3
Mapa de Calor con Google Maps de fondo
...1.523 -3,675325 40,41986 4.122 -3,673758 40,41978 4.098 -3,645127 40,42780 2.306 Donde el data frame datos contiene: x: Longitud y: Latitud z: Variable a estudiar lo que quiero es mostrar sobre un fondo de GoogleMaps, otra capa(semitransparente) con el Calor de la variable. Para ello primero calculo una aproximación de superficies de mis puntos usando MBA ##Cargamos paquetes library(MBA) ##Calculamos aproximacion de superficies segun coordenadas y valores superf <- mba.surf(datos, 2000, 2000,ext...
2009 Apr 12
0
Adding an eventhandler for click, but still be able to zoom in with doubleclick
...ttle problem: On one page, I am allowing a user to add / edit a marker on a page, by clicking on the map. I do this by adding an eventhandler: mapstraction.addEventListener(''click'', clickmap); However, this causes zooming in by doubleclicking to stop working. I have seen pages (Googlemaps itself, for example) where this still works, also, Javascript has seperate events for click and doubleclick, so I guess it should be possible to determine the difference between clicking on the map (to add a marker) and doubleclicking (to zoom in and recenter), but I cannot figure out how to do thi...
2008 Feb 05
0
prototype-1.6.0.2 Newbie Why is AJAX.request fired 3 times?
...des prototype, it also contains: - Google Maps script to show an address location in the page that can be dragged to move an address on a map - TinyMCE script to give the user the ability to enter fancy HTML that is then displayed in Google Earth in the so called "balloon" Can it be that GoogleMaps, TinyMCE and Prototyp ALL fire up my AJAX.request under water? As I said, I am a AJAX newbie. So any suggestion or help is appreciated! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs&qu...
2008 Jan 26
0
Error: no such file to load -- geokit (plugin is install)
...ns). So far I understood Ym4r require Geokit? I have no model (no data will be stored). I have a controller geokittest. The controller contains: class GeokittestController < ApplicationController require ''geokit'' require ''ym4r_gm'' include ym4r_gm::GoogleMaps include GeoKit::Geocoders def index @map = GMap.new("map_div") @map.control_init(:large_map => true,:map_type => true) @map.center_zoom_init([75.5,-42.56],4) #@map.overlay_init(GMarker.new([75.6,-42.467],:title => "Hello", :info_window => "I...
2010 Feb 19
3
Date label lost while inverting y axis.
Good morning, I am currently displaying a time series with the time on the Y axis, and the values on the X axis. The problem is that I wanted to reverse the Y axis (that is, to have the latest date the closest to the X axis). So I looked for a way to do this on this mailing list and I found a response: inverting the ylim parameter of the plot. I did it, the data are displayed correctly, but now
2007 Feb 26
5
Panel Slider (like on maps.google.com)
Hi, I want to create a panel slider like shown on maps.google.com (click the little triangle on the left side of the map (in the vertical- middle)). I tried several scriptaculous treasure chest thingies .. but they didn''t work. Does anyone know of a way to do this? Thanks, Joost --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2005 Oct 01
7
minimal browser requirements for scriptaculous
Hi, I noticed that the scriptaculous shopping cart demo doesn''t work in safari 1.03. I was wondering if there was documentation somewhere that would tell me what my minimal browser requirements were for running scriptaculous? I found this comparative analysis on the web: http://wiki.osafoundation.org/bin/view/Projects/AjaxLibraries but I think it might be a bit out of date. I did
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