similar to: Cartographer/Google Maps Questions

Displaying 20 results from an estimated 50000 matches similar to: "Cartographer/Google Maps Questions"

2005 Dec 19
4
Firefox crash while ajax''ing Google Maps
Hi all, I''m trying to make a simple mapping application that shows to a given point (city, zip etc.) the appropriate map from Google. This is done by updating a div tag via link_to_remote with the Google map code (lot of JavaScript code; see example http://www.google.com/apis/maps/documentation/) Clicking on the ajax''ed link let crash Firefox immediately whereas IE seems
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/.
2006 Feb 04
0
Cartographer plugin problem: was: ArgumentError when installing plugins with -x
On 2/3/06, jeremy*pinnix <jpinnix.alt@gmail.com> wrote: > This is the second time that I''ve tried to install plugins where this > error has occured. It only occurs when I use the -x flag. > > > What is the problem? > I found that the cartographer plugin has been moved to rubyforge. But I am still getting an error trying to install it. script/plugin install
2006 Jan 12
0
Cartographer installation Issues
Hi Folks, I am trying to install cartographer on windows using ruby script\plugin install -x "svn://dotsx.usc.edu/cartographer/branches/pnh/vendor/plugins/cartographer" I get the following error script/plugin: No such file or directory - svn --version Cannot install using subversion because `svn'' cannot be found in your PATH I have svn install on my machine. Where am I
2006 Jul 02
11
Google maps api in ruby/rails
I''ve been looking for any modules/tools that are available for using the google maps api in rails. I found a couple of quick examples, but not much more. If anyone knows of good sites that cover using google maps api in rails please post it here:) Chris
2006 May 16
5
Google Map problems
I followed the setup from http://cartographer.rubyforge.org/ but keep getting this error - NoMethodError in Sandbox#map Showing app/views/layouts/sandbox.rhtml where line #4 raised: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.[] Extracted source (around line #4): 1: <html> 2: <head>
2006 Aug 16
3
Easiest way to create a google map mashup?
I wanted to add a mash up to my website and was wondering if there were any recommendations? I saw that there is a cartographer plugin (http://cartographer.rubyforge.org/) and also something else called YM4R (http://wiki.rubyonrails.org/rails/pages/YM4R). I have no idea if they are up to date or not or whether this is currently the easiest/best way to go about it short of rolling your own.
2010 Nov 08
1
API Google MAPS
Hello everybody, I''m working with Version 3 of Google Maps JavaScript API, and I have the next code: In a layout of my application: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/ libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?
2006 Apr 11
2
New ROR Site
Hello Everyone, I wanted to announce our "just for fun" ruby on rails/ajaxified web application. http://www.rateyourmates.net Our goal was to combine the power of google maps, geographical statistics, and instant feedback using rjs/ajax to create a site that is personal and uniquely interesting for all viewers. We hope people really have fun navigating throughout the site and ultimately
2012 Mar 10
6
Cartographer shows correct info box BUT over wrong marker
Hi guys (and gals), The code formatting is so nice on SO.com, so I thought I''d just share my post in hopes that someone from the group can help. http://stackoverflow.com/questions/9643786/cartographer-shows-correct-info-box-but-over-wrong-marker Feel free to answer back via email if you don''t have an SO account. Thanks! Abram -- You received this message because you are
2006 Aug 04
0
Install 3rd part plugins problem
Can anyone tell me whats wrong here. I am running ruby on rails on windows XP using radrails plugin in eclipse. I can install the plugins that show up in the radrails plugin tab like file_column etc ok. When i try to intall a 3rd part plugin like cartographer i just get a folder structure containing empty files with the following in comments like below: #
2008 Feb 10
0
google map mashup design
I''m working on a mashup with google maps and I''m not sure how to proceed with the design. The main page has a map, a list of events and a calendar. Users add events for specific days on the calendar. The "add event" involves clicking through two other pages. One big problem with this is it reloads the map after returning from adding events (which seems to take 10
2006 Dec 21
1
Interactive maps
Hello all. Does a plugin exist that replicates the basic functionality of google maps (scrolling around, clicking on a point to fire off a trigger) that gets the data from your webserver? I have googled about and found http://ka-map.maptools.org/ which appears to do the sort of thing I am looking for but it looks like it uses PHP. I was wondering if there was a native RoR + ajax solution?
2011 Apr 16
0
[announcement] Google Maps + Rails 3 = gmaps4rails
Just FYI I created a gem to easily integrate google maps within Rails3: - geocode - display styled markers, polylines, polygons, destinations... There is much configuration to fit your needs. It was presented here: http://rubyshow.com/episodes/157 The source is here: https://github.com/apneadiving/Google-Maps-for-Rails Wiki is here: https://github.com/apneadiving/Google-Maps-for-Rails/wiki
2008 May 11
0
Switching Google Maps API Key from Deplyoment to Production
Hi there everyone, I have a rails app that used Google Maps in some of the views. In order to use it I have to include the following code at the top of my view: <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAIMKpaY7H31fBaN42JFh17RTJQa0g3IQ9GZqIMmInSLzwtGDKaBR7f3BOyzEp9wqLchJrd7-MYS2n0Q" type="text/javascript"></script> However,
2009 Jun 22
2
URI::InvalidURIError with open-uri and Google Maps
Hello, I''m getting an URI::InvalidURIError in my controller when I use german characters in the uri. Google accepts them but open-uri not. How to encode them? That''s my controller simplified: def index require ''open-uri'' address = "Bürgerstraße+68+01127+Dresden" api_key = "my api key" json =
2007 Mar 31
0
Google Maps Integration
Has anybody worked with applications that interface with the Google Maps API? If so where did you start? I''ve got myself a Google Maps Key and I''ve made applications in Rails previously but I''m keen to get some advice on whether to go with a gem such as YM4R or just going straight in and trying to control a map window using JavaScript triggered by Ruby. Any advice
2016 Oct 15
1
[Bug 98270] New: Firefox + Google Maps + scroll => EQ overflowing
https://bugs.freedesktop.org/show_bug.cgi?id=98270 Bug ID: 98270 Summary: Firefox + Google Maps + scroll => EQ overflowing Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
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)
2006 Jun 26
1
RJS and Google Maps API
Is there a repository for RJS extensions? Has anyone built some extensions for RJS that play well with google maps? I''m having a play with using RJS to power our mapping sites. Anyone experienced? Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060626/1931ed29/attachment.html