Re: [Google Maps API v3] google map not displaying

2016-08-04 Thread Simon Platten
t;towns"]').change(function() { > var town = $('select[name="towns"]').val(); > $("#results" ).load( "fetch_pages.php?rsTown="+town); > }); > }); > > > -- > You received this message because you

Re: [Google Maps API v3] Re: Distance Travelled?

2011-11-17 Thread Simon Platten
Thanks again, next question is there a snap to road function? On Thu, Nov 17, 2011 at 12:21 PM, Rossko wrote: > > have used GIS libraries before, could I log the position and snap to a > > road, log the roads that have been travelled on then from the start > > co-ordinate calculate the cumulativ

Re: [Google Maps API v3] Re: Distance Travelled?

2011-11-17 Thread Simon Platten
Hi Roosko, At the moment nothing I haven't started writing this part of the application. I don't know to much about what is possible with the API. I have used GIS libraries before, could I log the position and snap to a road, log the roads that have been travelled on then from the start co-ordin

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

2011-11-07 Thread Simon Platten
Hi, I've been working on an SVG GUI http://svggui.com/demo/virDesktop.php What I want to do is to create a panel, which can contain a Google map. Your link seems to be do embed SVG into an HTML document, which is the inverse of what I'm trying to do. Sorry if I haven't included enough informati

[Google Maps API v3] Places Automcplete Search API - "Z and Y (0 results)" vs "Z & Y (1 result)" i.e. ampersand vs. "and"

2011-10-06 Thread Lindsey Simon
Using the Places Autocomplete API: http://code.google.com/apis/maps/documentation/javascript/examples/places-autocomplete.html Search for "Z and Y restaurant" - no results Search for "Z & Y restaurant" - bingo. If you just do a Google search for "Z and Y restaurant" the first result is for "Z

[Google Maps API v3] Re: Only return certain places results based on internal database

2011-07-27 Thread Simon Fowles
Hello. You don't, you can't you must meaningfully generate the markers that you require at any one time from data that you control. Do you have a sample of the data you hold I would like to try and help, as this is of interest to me. -- You received this message because you are subscribed to

[Google Maps API v3] Re: Extra Markers at corners of map tiles - IE only.

2011-05-20 Thread Simon Clark
I encountered this just today. It happens in the latest V3 API when you try to create a marker with a an undefined latitude or longitude. On Firefox, it crashed my script altogether. My fix was: function createMarker(m) { if (m.LATDD != undefined && m.LONGDD != undefined) { // if stmnt a

[Google Maps API v3] IPhone (smart device) Dual Canvas Issues

2011-05-15 Thread Simon
Hello. GoogleMaps V3.4 I am trying to write a mobile phone app to identify the locations of various eateries in relation to the surfer. Onload there are no problems and the location of the Surfer and the required eateries are displayed fine. I have generated InfoWindows which relate to the Eate

[Google Maps API v3] How to use Google Maps API on Windows CE 6.0

2011-03-14 Thread Simon
I have a GPS module(RS232 interface) work with WinCE. I saw Google Maps API have a easy way to get sensor data. (sensor=true) What should I suppose to do let Google API get my sensor's coordinate? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip

[Google Maps API v3] Re: Google Map can't be dragged on Qt Webkit based browsers.

2011-02-18 Thread Simon
I am having the same problem. Suddenly my project has broken overnight because requesting 3.1 is giving me 3.2 now. Does anyone have any ideas? On Jan 29, 9:39 am, Thomas Mansencal wrote: > Hello, > > I'm having an issue with Google Map and QtWebkit : Browsers using the Qt > Webkit Port are unabl

[Google Maps API v3] Re: region biasing uk problems getting it to work

2011-02-12 Thread Simon Hobbs
Doesn't work for me in Australia either. Here are ten USA results for a single key word. So if "bias" is working then there are other biases also in play. http://maps.google.com/maps/geo?q=tanner%20st®ion=au&output=json Whereas the region code to the end of the search string... http://maps.googl

Re: [Google Maps API v3] Re: Remove KmlLayer with checkbox

2010-11-13 Thread Simon Doty
roup. > To post to this group, send email to > google-maps-js-api...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-js-api-v3+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl

[Google Maps API v3] Line: 20 Error: '__e3_' is null or not an object???

2010-10-12 Thread Simon Chan
oint me in the right direction. Thanks, Simon -- 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...@googlegroups.com. To unsubscribe from this group, send

[Google Maps API v3] using "My Maps" data with categories

2010-07-05 Thread Simon Tennant
I am trying to generate a page for personal use similar to http://berlin.unlike.net/proximity . The difference is that I would like to use "My Maps" places and the associated tools for editing places to collect and manage the place list. And do this with categories. It looks like it's possible t