search for: mapquest

Displaying 18 results from an estimated 18 matches for "mapquest".

2009 Feb 12
0
Patch to handle MapQuest icon size and icon anchor parameters
This is a patch we had to implement to use custom icons in mapquest. We needed to use a custom icon size and offset, so I added a small bit of code to handle this. We use MapQuest API v5.3. That may make this not work in all cases, I know the icon stuff changed somewhat between 5.2&5.3. To make work on MapQuests 5.2 API, I *think* would only take the f...
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, Car...
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
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
2004 Aug 14
2
VVDQ : GPS/topo-map software?
Can anyone please hazard a guess at an estimate for a poor old squirrel hunter with a Very Very Dumb Question? Is wine likely to be able to install and run any of the proprietary GPS-interfacing topo map programs (DeLorme, Garmin, Mapquest, et al.) at any roughly predictable future date? The season opens in three weeks, my GPS (Garmin's etrex vista) is full -- and it still contains road maps instead of topo maps, because I can't upload the good ones from linux (FC1). I'm getting almost hard up enough to break down and run...
2007 Jan 16
3
Small design question ... good or bad ...
hey guys, I am trying to add mapping functionality to the example application from the book. The mapping (mapquest''s openAPI) uses javascript to generate maps. So I was thinking that I''ll have a partial view to which i''ll pass the addresses and it''ll plot them. I''ll then put the partial view in the main view. Is this a good way of implementing this ?? -- Posted v...
2009 Jan 21
7
Panning map to a point vs. setCenter
...;'microsoft'': map.PanToLatLong(point.toMicrosoft()); break; case ''yahoo'': case ''openlayers'': case ''openspace'' : case ''multimap'': case ''mapquest'': case ''freeearth'': case ''map24'': case ''viamichelin'': this.setCenter(point); break; default: if(this.debug) { alert(this.api + '' not su...
2008 May 07
0
api swap
...d the swap method. i noticed some strange behavior when swapping from api to another. Here is my page test url http://labomedia.lobotomie.org/~maps/mapstraction/un.html and the trange things : swapping to google is ok ( *but marker disappear* ) *swapping to yahoo don''t work* *swapping mapquest give me a components error in firebug* : * uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLDivElement.removeChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://btilelog...
2007 Sep 06
1
computing distance in miles or km between 2 street addresses
...I need to compute the distance between 2 street addresses in either km or miles. I do not care if the distance is a "shortest driving route" or if it is "as the crow flies." Does anybody know how to do this? Can it be done in R? I have thousands of addresses, so I think that Mapquest is out of the question! Please rely to: philipsmith at alumni.albany.edu Thank you! Phil Smith
2007 Sep 07
0
computing distance in miles or km between 2 street
...t; or "as the crow flies" - again depending on what other info you have in the file. A "shape file" is actually a group of files with with data attributes, projection info and so on - so even if you don't see xy coordinates, they actually are imbeded in the file. I suspect Mapquest or any other mapping web product has a database with all those addresses with xy coordinates. The user needs to know only the address and behind doors there is an sql process which selects particular addresses together with all the other attributes attached to it and calculate distances because it...
2008 Mar 03
0
Routing through LatLng points and other stuff
...quot;. I''ve listed it below, so maybe it would not be a bad idea to merge it to the trunk... Also, I have a few other questions regarding the routing: 1) How to handle errors when the route is unknown? * namely, when I use the coordinates from the http://mapstraction.com/route.php?router=mapquest&map=mapquest example, everything works fine, but when I use [42.426474, -83.492817] and [42.279092, -83.764378], i get the "TypeError: this.location has no properties" * I''m not really sure it is Mapstraction error, but here it is, so if anyone can help.... 2) MapstractionRo...
2009 May 31
7
[mapstraction commit] r11 - Added functionality to automatically load scripts needed.
...element to replace with a map - * @param {String} api The API to use, one of ''google'', ''yahoo'', ''microsoft'', ''openstreetmap'', ''multimap'', ''map24'', ''openlayers'', ''mapquest'' + * @param {String} api The API to use, one of ''google'', ''yahoo'', ''microsoft'', ''openstreetmap'', ''multimap'', ''map24'', ''openlayers'', ''mapquest''....
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>
2010 May 21
0
r83 committed - Making the geocoder pass JSLint
...Details.Country.AdministrativeArea.SubAdministrativeArea.Locality.Thoroughfare !== null) { return_location.street = place.AddressDetails.Country.AdministrativeArea.SubAdministrativeArea.Locality.Thoroughfare.ThoroughfareName; } } @@ -132,7 +132,7 @@ case ''mapquest'': break; } -} +}; /** @@ -147,7 +147,7 @@ switch (this.api) { case ''google'': - if (address.address == null || address.address == "") { + if (address.address === null || address.address === "") { address.address = address...
2008 Mar 15
0
issues including multiple maps
...me.onload[api].length; i++) { me.onload[api][i](); } me.onload[api] has no properties in the Map24 section. 2. Including Map24 screws up the display of MultiMap in the same way as above. Are these know issues? The mapstraction example of multiple maps on the same page doesn''t have MapQuest as well as Map24 + MultiMap. You can reproduce this issue by trying to include these map types in the example. Thanks, Sanjiv -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20080315/2...
2005 May 25
2
Gig with Adaptive Path
Adaptive Path is looking for a FreeBSD expert to help us wrangle a couple of FreeBSD servers into an orderly bunch. This short term contract requires that you love FreeBSD and like setting up web servers that will experience significant load while requiring high availability to boot. In addition to server setup, you will help plan for the future by advising the project technical lead on
2013 Mar 27
0
[JOBS] Great Ruby Coding Opportunities in Boston Area and L.A.
...benefits (401(k), 100% medical coverage, 11 paid holidays) • Great work/life balance, with 40-45 hour work weeks the norm! • Long-term stability with a venture backed start up that is already profitable and growing • Investors include the Founders of MapQuest and CoreLogic Desired Skills & Experience: • A BS in Computer Science, Computer Engineering, or similar; MS preferred • 5+ years designing and implementing complex, data-heavy e-commerce systems • Self-directed time management, documentation and...