[Google Maps API v3] Re: storing geocode data exception

2012-09-15 Thread davie strachan
I know he doesn't want to use maps, But as there is very doubtful he will get permission from Google this is an option On Friday, 14 September 2012 16:05:18 UTC+1, Rossko wrote: > > OP is "not interested in mapping the locations" > OP is looking for a special dispensation around a specific prohi

[Google Maps API v3] Re: storing geocode data exception

2012-09-14 Thread davie strachan
Hi The way round this is 1.create a map 2.use geocoding to place a movable marker 3.you MUST move marker to exact position.This exact position has not been geocoded. 4.save your location to database As you are not saving the geocoded result this is not against TOS Davie On Thursday, 13

Re: [Google Maps API v3] Re: Google Maps and Database

2012-09-11 Thread davie strachan
t&lat=-37.12345&lng=122.12345&type=bar> Davie On Tuesday, 11 September 2012 01:46:14 UTC+1, Daniel Montenegro wrote: > > But I haven't yet published the map in the web... is it necessary doing so? > > Sorry, but I'm a really begginer at PHP/MySQL. > > T

[Google Maps API v3] Re: Google Maps and Database

2012-09-10 Thread davie strachan
What return are you getting from http://yourdomain.com /phpsqlinfo_addrow.php?name=Best%20Bar%20Ever&address=123%20Main%20St&lat=-37.12345&lng=122.12345&type=bar On Sunday, 9 September 2012 23:00:08 UTC+1, Daniel Montenegro wrote: > > Hi there! > > I'm trying to implement a small database to b

[Google Maps API v3] Re: Massive Non-Existent Park in South Africa

2012-03-07 Thread davie
Hi Rob It seems to exist http://www.africa-game-farms.co.za/Images/images/samap.pdf Regards Davie -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google

Re: [Google Maps API v3] Re: Performance scaling google maps application

2012-03-05 Thread davie
of table you can filter(Query) is 100K. Regards Davie On Monday, March 5, 2012 3:09:49 PM UTC, Henri wrote: > > From what I read about fusion tables, up to 100k rows can be marked on the > map. However, if your fusion table has say 1m rows, you are able to query > the relevant rows

[Google Maps API v3] Re: Map position when re-size

2012-02-28 Thread davie
Hi If you look at https://beta.rti4.com.br/c3po/garbage/index.html you will see where the snippet goes Regards Davie On Feb 28, 12:53 am, Geoff Leff wrote: > Hi Davie, > > Thanks for the response..normally I would respond in the group but the post > was rejected as it'

[Google Maps API v3] Re: Map position when re-size

2012-02-27 Thread davie
Hi Try //Update current center info. lastCenter=map.getCenter(); new google.maps.event.trigger(map,"resize"); // then add the event listener google.maps.event.addListener(map, 'resize', function(){ map.setCenter(lastCenter); }); Regards Davie -- You received this mes

[Google Maps API v3] Re: Accessing Google Maps from EPUB

2012-02-19 Thread davie
2&t=m&z=16&ei=s_g6T7a4G6rjiAKgtPCpCg&pw=2 I made a demo a few months ago of google map in SVG http://daviestrachan.zxq.net/maps/svgmap.xml Hope this helps Regards Davie -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript A

[Google Maps API v3] Re: Address link for dot mobi version of site points incorrectly

2012-02-18 Thread davie
5.677068&sspn=57.030354,75.673828&vpsrc=0&ie=UTF8&hq=&hnear=9818+SE+17th+Ave,+Portland,+Oregon+97222&t=m&z=16&ei=s_g6T7a4G6rjiAKgtPCpCg&pw=2 Which sends you to a map Regards Davie -- You received this message because you are subscribed to the Google Gr

[Google Maps API v3] Re: Grid-based clustering of markers in squares

2012-02-12 Thread davie
Hi One approach is server side using MySQL and PHP Regards Davie On Feb 11, 5:25 pm, "geocode...@gmail.com" wrote: > On Feb 11, 7:06 am, khaldoon wrote: > > > hi, > > 1- I want to cluster markers in a form of square... > > You probably need to write cod

[Google Maps API v3] Re: Attribution dialog on map update

2012-02-08 Thread davie
Hi Link? Davie On Feb 8, 9:38 am, Hawk_AA wrote: > Hi, > > I have an OpenLayers application using google maps as background layers . > It has worked splendid until this morning, where a dialog started showing > up on every Google Map Update (map load, map zoom, map panning, etc).

[Google Maps API v3] Re: Ongoing Map Problems

2012-02-08 Thread davie
ger since I am nearly done my current > work. In over 40 years programming it amazes me that some of the help groups and forums I thought I may never use again have had to be visited again. Good luck but remember you manners Regards davie Regards Davie . -- You received this message b

[Google Maps API v3] Re: InternalBrowser/IExplorer/Firefox

2012-02-06 Thread davie
Hi http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/6a024bd70557baf5 Regards Davie -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps

[Google Maps API v3] Re: us map with overlays for states

2012-02-06 Thread davie
Hi You code var content = layerEvt.featureData.name; } document.getElementById('info').innerHTML = content; You can use this for any other you require. var content = layerEvt.featureData.description; Regards Davie On Feb 6, 2:37 pm, rmcguire wrote: > when I look at the xml

[Google Maps API v3] Re: function initialize javascript tab

2012-02-04 Thread davie
Hi Works for me in Firefox and Crome Not in IE8 Regards Davie On Feb 3, 5:40 pm, mcampos wrote: > I'm trying to use Simple CSS Jquery Tabs and Google Maps V3 (http:// > flintmaker.com/sandpit/jquery-tabs-google-map.html) >  with a map that I have on

[Google Maps API v3] Re: SetZoom Error

2012-02-04 Thread davie
Hi > The method of loading the API is exactly what Google recommends. not exactly See http://code.google.com/speed/page-speed/docs/rtt.html http://code.google.com/speed/page-speed … rLoadingJS) http://code.google.com/apis/maps/documentation/javascript/tutorial.html Regards Davie --

[Google Maps API v3] Re: SetZoom Error

2012-02-04 Thread davie
Hi > This is definitely an API bug. The error shows only in IE and with the API called asynchronously using a method not suggested by Google. If the error still shows after the recommended method it may be an API bug Regards Davie -- You received this message because you are subscribed

[Google Maps API v3] Re: SetZoom Error

2012-02-03 Thread davie
Hi The invalid argument shown by IE relates to a Google js file. Your function GLoad() may be the problem See http://code.google.com/apis/maps/documentation/javascript/tutorial.html about loading maps asynchronously Regards Davie On Feb 3, 1:17 pm, Ice wrote: > Okay so I've rem

[Google Maps API v3] Re: SetZoom Error

2012-02-03 Thread davie
Hi > The zoom works but I'm getting the error "Invalid argument" IE debugger is renowned for sending you to the wrong line ie setZoom is not the invalid argument I would look at your clearOverlays() function Regards Davie -- You received this message because you are subscr

[Google Maps API v3] Re: SetZoom Error

2012-02-03 Thread davie
Hi It works for me in firefox ie zooms to 5 Regards Davie On Feb 3, 11:07 am, Ice wrote: > My apologies the co-ordinates are not the problem like I said it is the > map.setZoom that > brings up my error. > > It doesn't matter what position I plot as soon as that setZoom is

[Google Maps API v3] Re: SetZoom Error

2012-02-03 Thread davie
; Regards Davie On Feb 3, 9:25 am, Ice wrote: > Sorry if I wasn't being clear enough > > In my reset function I am setting the default values. I am > not calling my initialize function like before so I'm still using the > same map object. > > So now, even in t

[Google Maps API v3] Re: 10.000.000 visitors per month using API V3 styled maps

2012-02-01 Thread davie
what is to stop somebody else stealing your idea and using Google or even Bing Maps,maybe even Google itself? Regards Davie On Feb 1, 10:43 am, Charles wrote: > Just remember we are talking map loads here not unique visitors. > > One unique visitor could create a map load 10+ times a da

[Google Maps API v3] Re: 10.000.000 visitors per month using API V3 styled maps

2012-01-31 Thread davie
Hi Just a thought 800M unique users visit YouTube each month. Regards Davie On Jan 31, 11:30 pm, Jeff Lake wrote: > anybody have 10,000,000 10 MILLION hits a month > doubt it HIGHLY !!! > if you think your website has that man hits in a month > I want some of what your smoking &g

[Google Maps API v3] Re: Markers not displaying after latest csv import

2012-01-31 Thread davie
Hi Adrian > Can't use db : Access denied for user '*'@'**' to database '*' Looks like user*** does not have permission to access database Either your password is wrong or you will need to set permissions. Regards Davie -- You received t

[Google Maps API v3] Re: Markers not displaying after latest csv import

2012-01-31 Thread davie
Hi Adrian If your map was working and you have not changed your script your database is probably corrupt. Use a tool like phpMyAdmin to examine it Regards Davie -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

[Google Maps API v3] Re: XML approach - One Master XML file vs Multiple Query Based XML files

2012-01-30 Thread davie
Hi Jared Have you looked at http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html This approach can be adapted to suit various scenarios including property. Regards Davie On Jan 30, 4:20 am, hungerstar wrote: > I have a realty site that I am implementing Google Maps on. > >

[Google Maps API v3] Re: Different direction results v2->v3 (v3 WRONG)

2012-01-27 Thread davie
Hi obviously the coordinates 33.95062845457156,-84.415002509787 are not on the road and the different decoders are attempting to find the nearest road Ge the correct coordinates Regards Davie On Jan 27, 12:39 am, Dave Medlicott wrote: > Did you ever figure this out? The location you are look

[Google Maps API v3] Re: XHTML versus HTML

2012-01-25 Thread davie
Hi Probably this before DOCTYPE I got it going with http://www.w3.org/1999/xhtml";> stolen from http://www.w3schools.com/html/html_xhtml_dtd.asp Regards Davie On Jan 25, 4:32 pm, Frank Natoli wrote: > My regular ISP has a free webspace, with an upload feature, but when I > t

[Google Maps API v3] Re: google map automatically zoom to the maximum level

2012-01-22 Thread davie
Hi Marker Riaz Mobile Sher Shah Road , Kot Khawaja Saeed Shad Bagh, Lahore Still in pacific Regards Davie On Jan 21, 10:51 pm, alex wrote: > Seems the kml file cannot be found. When you take out these two lines, it > might work. >     var islamabad_coverage = new > google.maps.Km

[Google Maps API v3] Re: slowness and lag in Galaxy Nexus (Android ICS 4.0) default browser only !!

2012-01-22 Thread davie
Hi How about a state of the art link so we can all see the problem Regards Davie On Jan 21, 12:04 am, shehriih wrote: > Hi, > > i have simple mobile webpage that display google map with set of markers > that are loaded from a server (JSON). > > it also has filter by drop down

[Google Maps API v3] Re: Problem with XHTML

2012-01-22 Thread davie
Hi Your original post on this subject is still current. Regards Davie On Jan 20, 8:59 pm, Frank Natoli wrote: > Must convert Google Map JavaScript to operate inside XHTML. On entry to > "Initialize" function, first statement appears to stop JavaScript execution. > > Se

[Google Maps API v3] Re: XHTML versus HTML

2012-01-20 Thread davie
Hi How about var myLatlng = new google.maps.Latlng(50.391652,5.932534); instead of var myLatlng = new google.maps.LatLng(50.391652,5.932534); Regards Davie On Jan 20, 6:53 pm, Frank Natoli wrote: > Attempting to convert Google Maps HTM code to XHTML. Find that JavaScript > stops execut

[Google Maps API v3] Re: google map automatically zoom to the maximum level

2012-01-20 Thread davie
Hi Line 2258 maybe Regards Davie On Jan 20, 1:39 pm, davie wrote: > Hi > If you zoom out your map you have a marker in the pacific ocean > > On Jan 19, 5:23 pm, Ghouri wrote: > > > > > > > > > i have problem in my exiting website, I have use the

[Google Maps API v3] Re: google map automatically zoom to the maximum level

2012-01-20 Thread davie
Hi If you zoom out your map you have a marker in the pacific ocean On Jan 19, 5:23 pm, Ghouri wrote: > i have problem in my exiting website, I have use the google map in my > website it working correctly a week ago, but now there is problem in > google map, when I load page it work correctly and

[Google Maps API v3] Re: Google add url problem:/ What's wrong?

2012-01-13 Thread davie
Hi Check your address bar is showing " http://www.google.com"; not "http:// www.google.com/www.google.com " Regards Davie On Jan 13, 8:39 pm, Jeremy Geerdes wrote: > I can verify this issue, but it doesn't have anything to do with the Google > Maps API. I w

[Google Maps API v3] Re: Page stalls while loading

2012-01-08 Thread davie
Hi lines 516 to 520 for(var i=0;i<12;i++) { if(i=month) { inForm.month.options[i].selected=true; break; } } if(i=month) should be if(i==month) assign value =comparison == Regards Davie On Jan 8, 4

[Google Maps API v3] Re: converting negative heading

2012-01-08 Thread davie
t;0) newVar = Math.round(heading); else newVar = Math.round(360-heading); Or just use heading instead of newVar if appropriate ie var heading = google.maps.geometry.spherical.computeHeading(path[0],path[1]); if (heading>0) heading = Math.round(heading); else heading = Math.round(360-heading); Regards

[Google Maps API v3] Re: Finding error while creating Store locator

2012-01-07 Thread davie
x27;t change anything when trying out a demo (except database username & password ) Get it working before changing anything. Regards Davie On Jan 7, 4:09 pm, UpickyRizek wrote: > I have used this tutorial   > (http://code.google.com/apis/maps/articles/phpsqlsearch.html) > but I get s

[Google Maps API v3] Re: embed Map in SVG

2012-01-06 Thread davie
Hi Something like http://daviestrachan.zxq.net/maps/svgmap.xml Regards Davie On Jan 5, 6:43 pm, StarTraX wrote: > I've found that document.getElementById works fine on SVG elements in > all the browsers that I've tested that support both SVG and the Earth > API, namely IE 9

[Google Maps API v3] Re: Google map directions with dynamically changing lat/lng values from sql server database

2012-01-04 Thread davie
Hi Vehicle tracking systems are against Google TOS See http://code.google.com/apis/maps/terms.html License Restriction 10.2(c) Regards davie -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group,

[Google Maps API v3] Re: showing NEAREST train Stations from the property postcode

2012-01-04 Thread davie
Hi Paull Something like http://daviestrachan.zxq.net/maps/stationmap.php Works with UK postcode or city/town Regard Davie -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-m

[Google Maps API v3] Re: We could not calculate directions between Place A and Place B

2011-12-29 Thread davie
Hi As geonames shows only 5 cities in Oman you could use polylines between these. http://www.doogal.co.uk/polylines.php could be used for this Regards Davie On Dec 29, 11:37 am, Rossko wrote: > > I need to find any solution using google maps > > I do not know of a workaround to ge

[Google Maps API v3] Re: Need some help with markers / iteration!

2011-12-28 Thread davie
ar(center) " to suit your own database needs. In "phpsqlsearch_genxml.php" your SELECT statement will be different as you will not need the radius computations and your database fields will be different. Regards davie On Dec 28, 8:33 pm, Michael Drayson wrote: > Hello all, > >

[Google Maps API v3] Re: Quick Noob Q

2011-12-22 Thread davie
e your application to provide your APIs Console key when loading the Maps API. Regards Davie -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com

[Google Maps API v3] Re: Local searches

2011-12-15 Thread davie
Hi See http://daviestrachan.zxq.net/maps/taxicalc2.html I have changed it for variable rates Regards davie On Dec 14, 10:00 pm, Matt Young wrote: > That's perfect!! Can I use the code? > > Thanks > > Sent from my iPhone > > On 14 Dec 2011, at 21:08, davie w

[Google Maps API v3] Re: Local searches

2011-12-14 Thread davie
Hi Something like this http://daviestrachan.zxq.net/maps/taxicalc.html works with address or Postcode Regards Davie On Dec 13, 7:44 pm, Matt Young wrote: > I want to display the map and fine having the directions. How do I > make the start and end point user defined? > > Sent fr

[Google Maps API v3] Re: google maps not showing georss feed

2011-12-12 Thread davie
Hi Yes your using Bing maps not Google Regards Davie On Dec 12, 8:56 am, Mac wrote: > example (in german):www.trinews.at/triathlontermine/index.asp > > please change "datum bis" to "31.12.2012" > > this page should show the place for events, loaded with

[Google Maps API v3] Re: Custom Icons Problem

2011-12-08 Thread davie
uot;, $row['distance']); } } echo $dom->saveXML(); echo $xmlfile; //.. This will always create 1 marker even if no records are found. In the calling file the first markerNode name is checked and if it is "No Records Found" the default marker is used otherw

[Google Maps API v3] Re: Custom Icons Problem

2011-12-07 Thread davie
Davie On Dec 7, 3:22 pm, IR HM wrote: > I wonder whether someone may be able to help me please. > > I'm trying to use custom icons on > this<http://www.mapmyfinds.co.uk/development/mylocationstest.html> > page > but I've come up against a problem. The page uses two

[Google Maps API v3] Re: Where are the ridefinder marker icons?

2011-12-05 Thread davie
ns on your own server. To emphasize the point further down the page you will see that one of the graduates Web Search API is Deprecated Regards Davie On Dec 5, 9:25 am, Pil wrote: > There would be an evident first choice solution: > Why not redirecting the queries to the icons to another

[Google Maps API v3] Re: choosing right approch to implement google map application (js/php/mysql)

2011-11-30 Thread davie
Hi Save data either as MySQL or Fusion tables Regards Davie On Nov 29, 8:35 am, dmk wrote: > Hi, > > any one there to give some idea... ! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this g

[Google Maps API v3] Re: "Map Data" Window obscures Map

2011-11-29 Thread davie
Hi Just a thought As you are working in a Microsoft environment it would probably be more effective to use Bing Maps You should get more support eg see http://www.magnetism.co.nz/blog/11-09-16/Displaying_a_Dynamics_CRM_2011_Account_on_a_Bing_Map.aspx Regards Davie On Nov 29, 9:23 pm, davie

[Google Maps API v3] Re: "Map Data" Window obscures Map

2011-11-29 Thread davie
Davie On Nov 29, 11:28 am, Rossko wrote: > I don't have Visual Studio so I can't replicate your problem, even if > I were likely to want to copy/paste your code into my environment > (which I'm not) > > When you want some help, give a link to your webpage showing t

[Google Maps API v3] Re: MarkerManager

2011-11-28 Thread davie
I doubt this poster will post the issue and its resolution on the issue list. He probably found out the error was in his own code. He didn't even understand the rational of his own link http://catb.org/~esr/faqs/smart-questions.html#not_losing Regards Davie On Nov 27, 1:34 pm, &qu

[Google Maps API v3] Re: Zipcode from City name

2011-11-26 Thread davie strachan
Hi The latest zipcode database for usa can be found here http://federalgovernmentzipcodes.us/ This may be of use instead of reverse geocoding Regars Davie On Nov 26, 3:49 pm, wrote: > On Nov 25, 9:37 am, Adil Malik wrote: > > > Hi, > > I want to get a person's Zip

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread davie strachan
In reply to your origonal post it maybe an echo? As said in an earlier post a link (demo) as none of us are clairvoyants Regards Davie On Nov 26, 6:50 pm, AF wrote: > Again, nothing to do with the subject matter but thanks again, you three > must be what keeps Google profitable, you g

[Google Maps API v3] Re: Reverse geocoder on lakes/sea/oceans

2011-11-15 Thread davie strachan
Not really It is not designed for sea locations Regards davie On Nov 15, 10:37 am, marcin wrote: > Hello, I wanted to ask if there's any way to improve reverse geocoding when > using it on sea/ocean locations on map? Now it returns some not really > accurate information (Someti

[Google Maps API v3] Re: No results, No element found Creating a Store Locator with PHP, MySQL & Google Maps

2011-11-15 Thread davie strachan
lat ) ) * cos( radians( lng ) - radians('-4') ) + sin( radians('55') ) * sin( radians( lat ) ) ) ) AS distance FROM gbstn HAVING distance < '200' ORDER BY distance LIMIT 0 , 20 CHANGE 55(2 places) and -4 to your own lat lng AND gbstn to your own table name Regards Dav

[Google Maps API v3] Re: Listing zoom

2011-11-08 Thread davie
y and understand the logic of a code snippet to see if it gives the required result before adding it to your code I see you have got the zoom fixed Now to query the database with rooms and bathrooms Post here if you want help with query Regards Davie On Nov 8, 7:00 pm, Am wrote: > Ok, I figured i

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread davie
Hi See http://daviestrachan.zxq.net/maps/svgmap.xml Map in SVG Regards Davie On Nov 7, 3:19 pm, Sy wrote: > I think I may be able to do it with the 'foriegnobject' tag: > > http://ajaxian.com/archives/foreignobject-hey-youve-got-html-in-my-svg > > On Nov 7, 12:23

[Google Maps API v3] Re: Transaction limits and associated costs

2011-11-07 Thread davie
Google subsidise your particular business model Regards Davie On Nov 7, 12:59 pm, JD Gauchat wrote: > Hi Rossko. Thanks for the advice. Here is what I know: > > I was working on a project that requires Google Maps. Due to its > characteristics, I estimated the following: > > - I

[Google Maps API v3] Re: How to embed google map in SVG document

2011-11-07 Thread davie
application unless: (i) your platform does not have a web browser; or (ii) if your platform does have a web browser, you provide a link that shows the location concerned either (x) in the Google Maps native application (if your platform has one); or (y) on the Google Maps website. Regards Davie

[Google Maps API v3] Re: moving the mouse over the custom marker creates mouseover and mouseout events

2011-11-03 Thread davie strachan
Hi >They are allowed to keep the map private while developing. The final >product must be publicly available to meet the TOS for the free API. Exactly But if they need help they need to have a public link to the sample page Regards Davie On Nov 3, 3:43 pm, rlk27 wrote: > I

[Google Maps API v3] Re: moving the mouse over the custom marker creates mouseover and mouseout events

2011-11-03 Thread davie strachan
-only access). As the final product must be publicly accessible you should be able to post a temp link. If the final product is not publicly accessible you are breaking TOS unless you have a Premier licence which has Google support. Regards Davie On Nov 3, 2:11 pm, rlk27 wrote: > I could

[Google Maps API v3] Re: Listing zoom

2011-11-03 Thread davie strachan
Sorry http://daviestrachan.zxq.net/maps/stationmap5.php Regards Davie On Nov 3, 9:53 am, davie strachan wrote: > Hi Am > Is this what you are looking for > huttp://daviestrachan.zxq.net/maps/stationmap5.php > try paris &london 25miles > I suggest you try my map changing th

[Google Maps API v3] Re: Listing zoom

2011-11-03 Thread davie strachan
n created // fit the map to the markers map.fitBounds(bounds);*/ In your case there is always at least one XML marker (No Property Found) Regards Davie On Nov 2, 9:21 pm, Rossko wrote: > In your code you have >       map.fitBounds(zoom); > You can't fitBoun

[Google Maps API v3] Re: Listing zoom

2011-10-31 Thread davie strachan
ter map.fitBounds(bounds); //map.setZoom(8); to map.fitBounds(zoom); //map.setZoom(8); If that doesnt work use alerts to see what is hapening Regards Davie On Oct 31, 7:42 pm, Am wrote: > sorry, that was Longwood, FL 10mi, not 5mi. -- You received this message because you are sub

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-31 Thread davie strachan
http://www.netmagazine.com/news/devs-respond-google-maps-api-limits-111510 Regards Davie On Oct 31, 5:39 pm, "geocode...@gmail.com" wrote: > On Oct 31, 10:17 am, giscoda wrote: > > > Hi Thor, > > > will there be an option to get streetview and geocoder with

[Google Maps API v3] Re: Geocode status ERROR

2011-10-31 Thread davie strachan
tect the problem using your MySQL administration Regards Davie On Oct 31, 5:22 pm, Chris Harding wrote: > Hi > > The google geocoder failed due to ERROR eveytime I run it. This > happens for my page and also the google exmpales online. > > My Page:http://www.lambrettatailorin

[Google Maps API v3] Re: Listing zoom

2011-10-31 Thread davie strachan
t")=="No properties found"{ map.setZoom(4); } for (var i = 0; i < markerNodes.length; i++) { This should do it Regards Davie On Oct 31, 6:00 pm, Am wrote: > Thank you for the advice. It's really helpful, but I don't know how to set > the zoom level. I know I

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-31 Thread davie strachan
>2) the 99,65% of the sites have found a way to offer a great map >service without go over this limit. I'm very curios to know how! Only show map when requested How many of the 25K hits ever require the map?? Regards Davie On Oct 31, 10:41 am, Rossko wrote: > > 1) the 99,65% o

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread davie strachan
Hi Exactly If your site has hits which may excede the quota limit the access to the map to only when the user requires one Regards davie On Oct 30, 8:11 pm, John Coryat wrote: > If you have multiple maps on a single domain, then the cumulative total map > loads per day for that domain i

[Google Maps API v3] Re: How to embed google map in SVG document

2011-10-30 Thread davie strachan
Davie On Oct 30, 11:48 am, Sy wrote: > Hi, is it possible / permitted to embed an Google map inside an SVG > document? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to googl

[Google Maps API v3] Re: Transaction limits and associated costs

2011-10-30 Thread davie strachan
limit don't have the map on the main page and only show a map if the user requires one Regards davie On Oct 30, 2:48 pm, John Coryat wrote: > We should be given a choice of shutting the site down when the 25k limit is > reached or paying to keep it online. As stated by a previous

[Google Maps API v3] Re: Help With Coding

2011-10-28 Thread davie strachan
if you go with PHP/MySQL Sorry to be so negative Regards Davie On Oct 28, 7:54 pm, Jeremy Geerdes wrote: > You're going to have a hard time doing this given the TOS for the Maps API. > Namely, since you mention that this map is for the "administrator front," the > TO

[Google Maps API v3] Re: Traveling Salesman Problem with extra restrictions

2011-10-28 Thread davie strachan
Hi Googling multiple travelling salesman with time window provides many ideas Regards Davie On Oct 27, 10:02 pm, "Miguel.camba" wrote: > Hi. > I've reached a dead end on a problem. I've implemented easily a > feature that optimizes a route given start and end poi

[Google Maps API v3] Re: Storing geocoding results

2011-10-28 Thread davie strachan
directly generated by Google either geocoded or reverse geocoded any data recieved from the user is yours to save (dependant on any relevant data protection laws in your country) Regards Davie On Oct 28, 3:01 pm, mydoghasworms wrote: > Thanks Rossko, you bring up an interesting point: > &

[Google Maps API v3] Re: Storing geocoding results

2011-10-28 Thread davie strachan
Regards Davie On Oct 27, 7:51 pm, mydoghasworms wrote: > I have just come across a part in the Terms of Service that seem to > indicate that you may not store information from geocoding using Google > Maps. I am building an application where users would be able to put a > marker on a

[Google Maps API v3] Re: convert city and state ids to city and state names

2011-10-27 Thread davie strachan
Hi http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/phpsqlsearch_genxml.php?lat=40&lng=-100&radius=2000 produces XLM which contains both city and state IF you type arvada into the input box it gives 2 markers and the sidebar shows both city & state Regards Davie On

[Google Maps API v3] Re: Getting a list of cities

2011-10-27 Thread davie strachan
Hi What country?? Not all countries have states It helps if you can be more specific in your questions. Regards Davie On Oct 26, 10:54 pm, "geocode...@gmail.com" wrote: > On Oct 26, 2:09 pm, Austin Gabel wrote: > > > I only want to show a list of cities with their

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-27 Thread davie strachan
;setAttribute("name", $row['name']); $newnode->setAttribute("address", $row['address']); $newnode->setAttribute("lat", $row['lat']); $newnode->setAttribute("lng", $row['ln

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-26 Thread davie strachan
there is sufficient records to test (for USA + Canada I personally would need at least 1000) The coding goes in the phpsqlsearch_genxml.php file replacing the XML generting lines Regards Davie On Oct 26, 4:03 pm, Am wrote: > Is there anywhere specific in my code I'm supposed to add this? B

[Google Maps API v3] Re: best way to get airports given a lat/long position given inaccurate Places API results

2011-10-24 Thread davie strachan
Hi If you are looking for airports in Japan Geonames has the location of 14736 (Feature Code AIRP). It would be advisable to create your own database rather than using geocoding Regards Davie On Oct 23, 4:13 am, mighty wrote: > I am experimenting with the Google Maps V3 api and I am a lit

[Google Maps API v3] Re: Open info window using links from images in jcarousel

2011-10-22 Thread davie strachan
/2b3f101fd509919e# Regards Davie On Oct 22, 9:29 pm, Hank wrote: > Hi en4ce: > > It seems my thread here lacks etiquette. My bad for my part in that. > If you could provide insight here on how I can demonstrate a more > professional approach to posting content on groups.google.com in the &g

[Google Maps API v3] Re: Convert google maps into an image

2011-10-20 Thread davie strachan
Hi Google Static Maps http://code.google.com/apis/maps/documentation/staticmaps/ Regards Davie On Oct 20, 1:29 am, Geoff wrote: > Is there a way to convert the google maps object into a static image > (png, jpg, gif, etc.)?  Specifically, I have a div holding a google > maps object wi

[Google Maps API v3] Re: Google Maps API v3 & WordPress 3.2.1.

2011-10-19 Thread davie strachan
suggestions because I dont use Regards Davie On Oct 19, 10:03 am, davie strachan wrote: > Hi > Carlos links give plugins for Google Maps > You already have a map on page_id=55 > You need to find a Ajax plugin for your search or create your own to > write XML file > Helpfull linksht

[Google Maps API v3] Re: Google Maps API v3 & WordPress 3.2.1.

2011-10-19 Thread davie strachan
/converting-mysql-queries-to-xml/ ///XML from MySQL http://wordpressapi.com/2009/10/08/create-xml-through-php-and-mysql/ ///XML from MySQL Sorry I can not help more Regards Davie On Oct 18, 9:30 pm, Carlos Montelongo wrote: > Hope these links help you. > > http://en.support.wordpress.com/go

[Google Maps API v3] Re: Google Maps API v3 & WordPress 3.2.1.

2011-10-18 Thread davie strachan
.txt Hope this helps Davie On Oct 18, 3:00 pm, Judith Winner wrote: > Thanks Dave, but the webpage that you see when using the > urlhttp://snowvillecreamery.com/snow_wp/phpsqlsearch.php/?lat=39.0202&ln...because > it is inside the WordPress installation. The page that loads is

[Google Maps API v3] Re: Google Maps API v3 & WordPress 3.2.1.

2011-10-17 Thread davie strachan
Hi http://snowvillecreamery.com/snow_wp/phpsqlsearch.php/?lat=39.0202&lng=-82.0419&radius=100 should produce an XML file not a web page http://www.snowvillecreamery.com/Custom_Search/phpsqlsearch.php?lat=39.0202&lng=-82.0419&radius=100 does Regards Davie On Oct 17, 7:39 pm, Judi

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-17 Thread davie strachan
Attribute("lat", $row['lat']); $newnode->setAttribute("lng", $row['lng']); $newnode->setAttribute("distance", $row['distance']); } } Regards Davie On Oct 17, 9:48 pm, davie strachan wrote:

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-17 Thread davie strachan
$newnode->setAttribute("address", $row['address']); $newnode->setAttribute("lat", $center_lat); $newnode->setAttribute("lng", $center_lng); $newnode->setAttribute("distance", $row['distanc

[Google Maps API v3] Re: charges for using v3 map on website

2011-10-14 Thread davie strachan
nly property or hotels) which are clearly commercial. I think non commercial sites such as the japanese earthquake maps which may initially have a high hit rate but fall away relatively quickly would not be charged Davie On Oct 13, 7:07 pm, Pil wrote: > It's a shame. > > Initially they s

[Google Maps API v3] Re: Thought this would be easy, but can't figure it out.

2011-10-11 Thread davie strachan
Hi are you developing this using localhost?? the localhost IP address is not valid for geolocation Regards Davie On Oct 11, 4:50 am, "geocode...@gmail.com" wrote: > On Oct 10, 8:24 pm, George wrote: > > > Hi, I just wanted to make a page that got my geolocation and then

[Google Maps API v3] Re: Location for Static Image Files from Google

2011-10-07 Thread davie strachan
Hi Try http://mapicons.nicolasmollet.com or http://www.iconspedia.com/ Or Google map icons You will need to store the files on your own server and not link to the origin Regards Davie On Oct 7, 4:59 pm, Scott Hemmeter wrote: > I am familiar with the Static Maps API.  What I am referring to

[Google Maps API v3] Re: Location for Static Image Files from Google

2011-10-07 Thread davie strachan
you will see that you can add parameters to the URL to modify the map. Regards Davie On Oct 6, 5:11 pm, Scott H wrote: > Does Google publish their locations for static image files that people > can use in their maps development? > > I've found various blogs and such on the subjec

[Google Maps API v3] Re: Damn IE - can anyone see why this won't work?

2011-10-06 Thread davie strachan
fail on the actual line. As the different browsers use different interpreters some may not show errors at all. The actual error may be several lines prior to the interpreter failing in IE Regards Davie On Oct 6, 11:35 am, Andy Newby wrote: > Hi, > > Thanks for the reply. Unfortunatly, tha

[Google Maps API v3] Re: Damn IE - can anyone see why this won't work?

2011-10-06 Thread davie strachan
time but I am still struggling with ASP vaguaries Regards Davie On Oct 6, 11:03 am, davie strachan wrote: > Hi > Know DA about jQuery > But normally errors show up not on the line indicated but earlier on > > 22  jQuery(document).ready(function() { > 23   jQuery('#toggleBu

[Google Maps API v3] Re: Damn IE - can anyone see why this won't work?

2011-10-06 Thread davie strachan
Hi Know DA about jQuery But normally errors show up not on the line indicated but earlier on 22 jQuery(document).ready(function() { 23 jQuery('#toggleButton').click(function() { 24 if (jQuery('#toggleSection').is(":hidden")) 25 { 26 jQuery('#toggleSection').slideDown("slow"); 27 } else

[Google Maps API v3] Re: Questions about Google Maps API terms of service

2011-10-01 Thread davie strachan
I think this is against TOS The pertinent word here is alter which you are proposing to do. Davie On Oct 1, 10:23 am, Artem wrote: > Masashi.K, you are right - API doesn't provide the way to change the > appearance of copyrights line. But I can get this DIV through document >

  1   2   >