[Google Maps API v3] How to add the geometry to google maps from geojson for a specified condition using javascript

2015-11-24 Thread Farook M
I have two datasets loaded in a database, one is a geojson and other is a csv file. Both can be retrieved and return to as in json format.geojson has a field named "name" and csv has a field named "region_name". Both are stored in an array as below. /*csv field*/var place_names = []; $.getJSO

[Google Maps API v3] Re: circle icon with different color based on the values in the data using google maps api

2015-11-19 Thread Farook M
Thank you Mark McDonald. Seems to be useful. On Thursday, 19 November 2015 16:03:57 UTC+5:30, Farook M wrote: > > I am reading the place names from a database and doing geocoding using > google maps api. I am using circle icons instead of default red markers. > Now i would like to

[Google Maps API v3] circle icon with different color based on the values in the data using google maps api

2015-11-19 Thread Farook M
I am reading the place names from a database and doing geocoding using google maps api. I am using circle icons instead of default red markers. Now i would like to know whether those circle icon can be appear in different colours based on the value in the csv data using google maps api? for e

[Google Maps API v3] Client side geoding libraries

2015-09-29 Thread Farook M
Hi All, Is there any Pure client side geocoding JavaScript Libraries available? Like if we give lat long info it should get converted into pixel information in the browser itself, without connected to the server. Is there any such libraries available? Thanks, M.Farook -- You received this me

[Google Maps API v3] Re: HTML 5 API - Supports Andriod( default browser)

2012-06-19 Thread John M Phillips
wrote: > > Hi, > > I m using HTML5 API, in my web application. Does is support Android). > > -- > *With Regards,* > * * > *Amit Prasad* > Software Engineer > Meditab Software Pvt Ltd, > Ahmedabad > > -- You received this message because you are sub

[Google Maps API v3] Land Use Planning Website

2012-02-21 Thread Tom M
Hi Folks: We used Google Maps API V3 to help make a great land use planning database. We are also using cloud computing technologies that should be fully implemented this week. This will allow us to burst to the University's cloud and when we exceed our capacity, to the public cloud (Rackspace

[Google Maps API v3] Where do I ask this usage question

2012-02-11 Thread John M Phillips
that I need. The question is am I missing anything? John M Phillips -- 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. To unsubscribe from

Re: [Google Maps API v3] Displaying different streetview latlngs

2012-02-06 Thread Jeremy M Folds
Awesome! Thanks so much for the help! -Jeremy On 2/5/2012 10:38 PM, Marc Ridey wrote: You want something like this: function initialize() { // Create the map // No need to specify zoom and center as we fit the map further down. var map = new google.maps.Map(document.getElement

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-05 Thread Mathias M.
Sorry guys, but it was a very stupid error. When i create the waypoint i whrite : waypointsLatLng.push({ location:latLng, stepover:false }); But it's not "stepover" but "stopover"... Sorry, and t

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-05 Thread Mathias M.
Hello, I join my javascript to this post. Rossko, i don't understand what do you say... -- 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.com/d/msg/google-maps-js-a

[Google Maps API v3] Re: Problem to create a waypoint

2011-12-03 Thread Mathias M.
thanks for the answer. It's not working because the route is not created. I have not the project here because i'm not at work. Monday i will post a part of my java script. thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Problem to create a waypoint

2011-12-02 Thread Mathias M.
Hello, I have a problem with the waypoints. I create a Waypoint with a latlng and I put this in an Array. But when i try to create a route with the request, it's not working. My function to add a waypoint: function addWaypoints (lat,lng){ if(waypointsLatLng == null){

[Google Maps API v3] Re: Can someone tell me why my fusion map (Beginner) w/ dropdowns isn't working but this example one is?

2011-11-11 Thread Daniel M. Sheehan
Larry, is there a way to close this thread or mark as answered? On Nov 11, 5:47 pm, "Daniel M. Sheehan" wrote: > Wow, that was a lame mistake, I'm so sorry, I thought I checked the > table ID a few times. > > Thanks, > Danny > > On Nov 11, 5:40

[Google Maps API v3] Re: Can someone tell me why my fusion map (Beginner) w/ dropdowns isn't working but this example one is?

2011-11-11 Thread Daniel M. Sheehan
Wow, that was a lame mistake, I'm so sorry, I thought I checked the table ID a few times. Thanks, Danny On Nov 11, 5:40 pm, "geocode...@gmail.com" wrote: > On Nov 11, 2:32 pm, "Daniel M. Sheehan" > > wrote: > > My map is at: > > >http://www

[Google Maps API v3] Re: Having two info windows on one page? (beginner question)

2011-11-11 Thread Daniel M. Sheehan
if statement to if (typeof infoWindow2 == > 'undefined') > > Cheers > Chris > > --http://twitter.com/broady > > On Tue, Sep 27, 2011 at 8:59 AM, Daniel M. Sheehan < > > > > > > > > daniel.martin.shee...@gmail.com> wrote: > > This is p

[Google Maps API v3] Can someone tell me why my fusion map (Beginner) w/ dropdowns isn't working but this example one is?

2011-11-11 Thread Daniel M. Sheehan
My map is at: http://www.columbia.edu/~dms2203/cprc/cprc_map_working.html The source code I downloaded of a Google Page is here: http://www.columbia.edu/~dms2203/cprc/cprc_map_working_backup_2011_1633.html The original I found here: http://gmaps-samples.googlecode.com/svn/trunk/fusiontables

[Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2011-09-30 Thread David M
Glad I stumbled up the solutions of this page, especially the simple genius of setting the parent/parent-parent to *overflow:none*. Brilliant. In my attempts to figure out what was happening, I stumbled up the following *in my context (only?)*: adjusting the font-size of the last line affected

[Google Maps API v3] Is it possible to remove business information from the map?

2011-09-29 Thread J M
Hi, I have a mapping application and would like to remove business information from the map. Is this possible? http://th-staging.herokuapp.com/ Thank you, John -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gr

[Google Maps API v3] Re: Street View overlay in V3

2011-09-28 Thread Mathias M.
Hi, I have the same problem. Has someone found a solution ? Thanks! -- 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.com/d/msg/google-maps-js-api-v3/-/MWV9b9xit

[Google Maps API v3] How many digits of precision after the decimal should be stored for lat lng?

2011-09-27 Thread J M
Hi, currently I'm using double precision (postgres) to store lat and lng values. How many digits does the current google maps zoom capabilities utilize? According to this documentation from 4/2007: http://code.google.com/apis/maps/articles/phpsqlajax_v3.html "With the current zoom capabilities o

[Google Maps API v3] Having two info windows on one page? (beginner question)

2011-09-26 Thread Daniel M. Sheehan
This is probably a very newbie question, but I'm modifying code from Gabriel Svennerberg's book to have two videos in clickable info windows on one map. Essentially, I tried naming the 2nd infoWindow infoWindow2 and can't seem to get the code to work properly. The functionality that I'm lookin

[Google Maps API v3] render routes from Google XML format

2011-09-09 Thread M M
a way to display routes directly from XML format Regards M. -- 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.com/d/msg/google-maps-js-api-v3/-/i

[Google Maps API v3] Re: error in upload

2011-08-18 Thread chris m
FusionTable issue which I have seen and worked with on this board previously, but I will check elsewhere. On Aug 18, 11:57 am, Andrew Leach wrote: > On 18 August 2011 16:38, chris m wrote: > > > I am getting an error "can not upload, try again later" when I try > &

[Google Maps API v3] error in upload

2011-08-18 Thread chris m
I am getting an error "can not upload, try again later" when I try xlsx and csv anyone else getting this? I have another version of this file in a table now and had no issues. Wantedt o see if there are characters that are not allowed, I am not using any special ones. Please help? Chris -- You

[Google Maps API v3] Re: Center map with location Select box in HTML - Fusion Tables

2011-08-18 Thread chris m
t; > > On Aug 13, 2:04 pm, "geocode...@gmail.com" > > > wrote: > > > > On Aug 12, 5:04 pm, chris m wrote: > > > > > > Hi - > > > > > > I am looking to have a list of links in HTML and a HTML select box/ > > > > >

[Google Maps API v3] Center map with location Select box in HTML - Fusion Tables

2011-08-12 Thread chris m
Hi - I am looking to have a list of links in HTML and a HTML select box/ form that updates the locations center and zoom level based on what is clicked / selected. I have looked at many things domListener and the like and be it as I am a noob, and not awesome with JS, I am having issues getting th

[Google Maps API v3] Slightly off topic: Google Earth, Picasa, and CDATA

2011-07-19 Thread John M Phillips
As part of the "Trail to Every Classroom", I wanted to show teachers how to build a simple KML file with pictures attached to placemarks, see: http://www.jtphillips.com/TTEC/ttec.html Picasa supports a simple method to cut-and-paste a URL with an imbedded image, but the problem comes when pasting

Re: [Google Maps API v3] Re: creating costom coordinates

2011-07-14 Thread Bilge M
ty Rossko for your reply. i'll check your suggestion. maybe i can find a way to project my map on area, and convert my data coords to world coords. i still need it as data placemark info in exel (xml) so i can update my data any moment. i'll read the links you suggest. ty B On Thu, Jul 14, 201

[Google Maps API v3] Re: Drawing polyline error

2011-06-21 Thread Rick M
Problem solved! You're right, the tag was completely unnecessary. Embedding the map into a normal frame resolved the problem. The map will load in any browser and I can now successfully draw polylines. And for whatever reason the array path cannot be retrieved when the map is embedded in an i

Re: [Google Maps API v3] Drawing polyline error

2011-06-21 Thread Rick M
Below is a link to the page. I'm just getting started with the API, so please excuse the rudimentary design. I am trying to draw a line by clicking on two points on the map. I've also noticed that the map only displays in certain browsers. Feel free to check out the full page source code. Thanks

Re: [Google Maps API v3] Drawing polyline error

2011-06-17 Thread Rick M
Is the presence of an API key required when trying to reference the 'polyline' class of the Google API? If so, I believe that may be my problem. Also, I run into issues when using my key and trying to debug locally. The key was issued for v2. Do I need to obtain a new key? I realize these q

[Google Maps API v3] Drawing polyline error

2011-06-13 Thread Rick M
Hey everyone, So I am just starting to familiarze myself with the Google Maps API and I am seeing an error while attempting to draw a polyline on a map. I am working with my own version of the "Hello World" example provided in the tutorial. I receive an error stating *"htmlfile: Unexpected c

[Google Maps API v3] IE error 'google.maps' is null or not an object [Google Maps API V3]

2011-06-03 Thread Raju M
How to solve this issue?? I am using map version 3.3.This same script works in FF and Chrome. -- 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.com/d/msg/google-maps

[Google Maps API v3] Re: How to get markers?

2011-05-31 Thread Raju M
I solved the problem... I added some functions in geoxml3.js file to solve my issue On May 29, 12:48 am, Raju M wrote: > I am reading kml files from local system [ for some security issue] using > geoxml3. I read that KmlLayer do not support that local files. I am using > gmap v3. my

[Google Maps API v3] Re: How to get markers?

2011-05-28 Thread Raju M
I am reading kml files from local system [ for some security issue] using geoxml3. I read that KmlLayer do not support that local files. I am using gmap v3. my issue is when I use createMarker in geoXml i am failed to use afterParse method. It rise error doc[0] is not defined or doc[0].marker.l

[Google Maps API v3] How to get markers?

2011-05-28 Thread Raju M
I am using geoXml geoXml = new geoXML3.parser({ map: map, singleInfoWindow: true, createMarker:myMarkers }); function myMarkers(placemark) { //how can i get marker? } -- You received this message because you are subscribed to the Google Groups "Google Maps Jav

[Google Maps API v3] Re: How to add content in GeoXml Kml layer InfoWindow

2011-05-23 Thread Raju M
thanks -- 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. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.co

[Google Maps API v3] directionsService.route is not returning anything

2011-05-23 Thread Raju M
I have 2 map on my page. 1 is for searching postcode and another is for directions service. first map is working fine and directions map is not woking after integrate in sharepoint. directionsService.route not returning anything. I did debug js file with firebug. I dont get any erros what can i

[Google Maps API v3] How to add content in GeoXml Kml layer InfoWindow

2011-05-21 Thread Raju M
How to add content in GeoXml Kml layer InfoWindow.. -- 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. To unsubscribe from this group, send email to goo

[Google Maps API v3] How to get all geoxml layers in map

2011-05-21 Thread Raju M
. I want to remove selected layers? -- 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. To unsubscribe from this group, send email to google-maps-js-api-

[Google Maps API v3] [GeoXml v3] Picking useTheData from doc

2011-05-20 Thread Raju M
I am using different KML Layers in my map. I use different function to call to bind KML layer in my map for example var __control1 function control1BindKmlLayer(id) { //some condition __control1=new new geoXML3.parser({ map: map, singleInfoWindow: true, afterParse: useTheData1 }); __control1.p

[Google Maps API v3] Script file for GeoXML3

2011-05-18 Thread Raju M
I recommend to use this script for GeoXML3 integration. before I use some other more than 4 script files,all of them are not working perfectly. I wasted one day with other script files. I got this script from Larry. http://code.google.com/apis/maps/documentation/javascript/forum.html?place=topi

[Google Maps API v3] Re: How can I remove GeoXml Layer In map

2011-05-18 Thread Raju M
Thanks very very much... script cheat me. its not working very well... -- 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. To unsubscribe from this group,

[Google Maps API v3] Re: How can I remove GeoXml Layer In map

2011-05-18 Thread Raju M
ocode...@gmail.com" wrote: > On May 18, 5:38 am, Raju M wrote: > > > > > > > > > > > please check this code > > > var geoXmlLayer; > > var doc = []; > > function toggleGeoXML(id,checked) { > >     if (checked)

[Google Maps API v3] How can I remove GeoXml Layer In map

2011-05-18 Thread Raju M
please check this code var geoXmlLayer; var doc = []; function toggleGeoXML(id,checked) { if (checked) { geoXmlLayer = new geoXML3.parser({ map: map, singleInfoWindow: true, afterParse: useTheData }); geoXmlLayer.parse("http://localho

[Google Maps API v3] Does any one know to upload kml files for testing

2011-05-17 Thread Raju M
Does any one know to upload kml files for testing -- 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. To unsubscribe from this group, send email to google

[Google Maps API v3] Re: Switch Map

2011-05-17 Thread Raju M
thanks... it works -- 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. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@goo

Re: [Google Maps API v3] Doubt about KML Urls

2011-05-17 Thread Raju M
thanks.. in that handler file I read the kml file and write output as xml. but It is not loading on map :( base_layer = new google.maps.KmlLayer('http://localhost:41169/map/map/readKMLs.ashx?query=havering_boundary'); // this is not working //base_layer = new google.maps.KmlLayer('

[Google Maps API v3] Doubt about KML Urls

2011-05-17 Thread Raju M
Is that possible to add KML layers form urls like this http://localhost:41169/map/readKMLs.ashx?query=showboundary -- 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@goog

[Google Maps API v3] Re: How to put links in KML layer infoWinow

2011-05-16 Thread Raju M
do you know how to impliment *google.maps.KmlMouseEvent? or do u know any samples code? * -- 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. To unsubscr

[Google Maps API v3] Switch Map

2011-05-15 Thread Raju M
I am displaying directions in map1 and loading kml layer in map2, both map rendering in same map_canvas. How can i switch maps -- 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-

[Google Maps API v3] How to put links in KML layer infoWinow

2011-05-15 Thread Raju M
How to customize KML layer Points infowindows? I need to put some links in infowindow. how can i achieve that? -- 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@googlegro

[Google Maps API v3] Re: how can i add 3 kml file on Gmap?

2011-05-13 Thread Raju M
thanks man. it works -- 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. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@g

[Google Maps API v3] how can i add 3 kml file on Gmap?

2011-05-13 Thread Raju M
Is that possible to add 3 kml layer in one gmap -- 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. To unsubscribe from this group, send email to google-m

[Google Maps API v3] Re: Import/Export GPX and KML (possibly also XML)

2011-04-29 Thread John M Phillips
GpsBabel is an open-source project and free to download. Their web site http://www.gpsbabel.org/ does accept $15 or $25 donations. John On Apr 28, 3:21 am, Dean wrote: > Hey Rossko and John P, > > We'll be doing it in JSF.  The idea is to have a user load the GPX > file and have it converted to

[Google Maps API v3] Re: Street View images not loading in IE

2011-04-28 Thread Todd M
http://toddm.me/test/test.html It's only on IE7, and it prompts to install chrome frame which is strange. On Apr 27, 11:36 pm, Ben Appleton wrote: > http://code.google.com/apis/maps/documentation/javascript/examples/st... > works > for me in IE7, IE8 and IE9. Can you provide some more detail to

[Google Maps API v3] Re: Street View images not loading in IE

2011-04-28 Thread Todd M
Hi Ben, I'm getting this problem as well. It's only in IE7, it's the loaded images which seem to be the issue. http://toddm.me/test/test.html It also bizarrely prompts you to install google chrome frame!? Has google decided to drop support for ie7? On Apr 27, 11:36 pm, Ben Appleton wrote: > ht

[Google Maps API v3] Re: Import/Export GPX and KML (possibly also XML)

2011-04-27 Thread John M Phillips
The google maps client side scripts deal in KML files or in specific objects, so I am assuming that you want to convert either on a server side application or to statically convert files. In these two cases I strongly recommend gpsbabel. In its command line form it could be executed from a cgi sc

Re: [Google Maps API v3] Need to Increase the loading time of googlemap 3

2011-04-12 Thread shalini m
-api-v3@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=en. > > -- SHALINI M -- You received this message because y

[Google Maps API v3] Need to Increase the loading time of googlemap 3

2011-04-11 Thread shalini m
Hi, I'm having problem for loading Google Map's page with many markers slow.Data is coming from mysql database.How can I reduce the loading time og google map. If you have any suggestion, please let me know. Thanks and Regards, Shalini -- You received this message because you are subscribed t

[Google Maps API v3] Re: Can i get a response from someone who works for google please!

2011-04-05 Thread m...@creatiworks.ca
I don't mean any offense to anyone posting here, I thank anyone who is trying to help me. But I tried the diplomatic approach last time and it got me nowhere and my thread was deleted for apparently no reason other than it was there for a couple weeks! (so i was a little pissed) anyway is this fo

[Google Maps API v3] Re: Can i get a response from someone who works for google please!

2011-04-05 Thread m...@creatiworks.ca
I'm just very displeased with the support that google has given on their api. especially since i cannot call them about this i am forced to post on this forum and wait for weeks for someone to make the right guess. -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Can i get a response from someone who works for google please!

2011-04-04 Thread m...@creatiworks.ca
http://www.hindyshomehardware.ca/index.php?id=22 This is my second time posting this. Apparently my last thread expired or was deleted and the issue was never resolved! my old thread in case anyone can access it: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread//7e21ebe1

[Google Maps API v3] find location with the help of address

2011-04-02 Thread mygeogmaps m
Hai, I know that we can find a location with the help of latitude and longitude. But our database don't have lat and longs , but it has addresses column , so can i find the location in the map with the help of address. if "yes" please tell me how to do it.thanks. -- You received this message

[Google Maps API v3] Re: How can i specify start position within custom panorama street view

2011-03-24 Thread m...@creatiworks.ca
I changed the line to: panorama.setPosition('storefront'); no change -- 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. To unsubscribe from this group, se

[Google Maps API v3] Re: Hand cursor on mouseover KMLLayer in Google Maps

2011-03-22 Thread M
Couldn't you just apply a click listener to the layer in order to make it show the hand cursor? google.maps.event.addListener(yourLayerObject, 'click', function (kmlMouseEvent) { ...whatever... }); Now whenever you mouseover the area contained in the KML layer, the cursor should turn into a h

[Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-22 Thread M
Sorry, I didn't have a public link to the map available. Only the KMZ was on a public website. On Mar 18, 3:27 pm, "geocode...@gmail.com" wrote: > On Mar 18, 1:49 pm, M wrote: > > > Do you want just the KMZ file? > > Not really. A link to a map that shows the p

[Google Maps API v3] Re: How can i specify start position within custom panorama street view

2011-03-21 Thread m...@creatiworks.ca
I tried it but it didn't seem to help here's my code maybe I'm doing something wrong this is the initialize and start application functions which is where i assume you would put the setPosition function call the POV is set already in panoOptions and really only sets the camera orientation anyway

[Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-18 Thread M
Do you want just the KMZ file? On Mar 18, 2:44 pm, "geocode...@gmail.com" wrote: > On Mar 18, 1:31 pm, M wrote: > > > I get something similar on my map. > > > The map doesn't seem to display click-able regions on my kmlLayer for > > certain zoom level

[Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-18 Thread M
I get something similar on my map. The map doesn't seem to display click-able regions on my kmlLayer for certain zoom levels even though I have added a click handler. For me zoom level 5 doesn't let me click any of the KML areas to get the click event to trigger. However, all zoom levels other tha

[Google Maps API v3] Re: How can i specify start position within custom panorama street view

2011-03-17 Thread m...@creatiworks.ca
up -- 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. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. F

[Google Maps API v3] Re: Marker Icons not fully displaying due to today's API release

2011-03-17 Thread Clare M
sion 3.3 and another at the > > current version (no version specified). > > > Thanks, > > Susannah > > > On Mar 17, 10:55 pm, Clare M wrote: > > > I need some urgent advice regarding today's new API release, > > > > I've got a masters thesis proje

[Google Maps API v3] Re: Marker Icons not fully displaying due to today's API release

2011-03-17 Thread Clare M
, rather than 3.4) by specifying v=3.3 when you load the API. On Mar 17, 11:55 am, Clare M wrote: > I need some urgent advice regarding today's new API release, > > I've got a masters thesis project in digital media due in on Monday > which heavily uses the map API V3.

[Google Maps API v3] Marker Icons not fully displaying due to today's API release

2011-03-17 Thread Clare M
I need some urgent advice regarding today's new API release, I've got a masters thesis project in digital media due in on Monday which heavily uses the map API V3. The visual design is really important, and I was really happy with my use of styled maps and other features, But after the release o

[Google Maps API v3] Re: How can i specify start position within custom panorama street view

2011-03-13 Thread m...@creatiworks.ca
http://www.hindyshomehardware.ca/index.php?id=22 here's the link I want the panorama of the front of the store to be the one that loads when the page loads. not the actual street view one of the intersection. -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Re: How can i specify start position within custom panorama street view

2011-03-09 Thread m...@creatiworks.ca
up -- 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. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. F

[Google Maps API v3] How can i specify start position within custom panorama street view

2011-03-08 Thread m...@creatiworks.ca
I have created a custom panorama set using the code in this example http://code.google.com/apis/maps/documentation/javascript/services.html#TilingPanoramas everything works perfectly. The only thing I want to do now is to have one of my custom nodes be the starting (default) node rather than th

[Google Maps API v3] Re: Bug adding click events when map div is not visible

2011-03-02 Thread m@uce
Oops. Forgot to mention that this behavior only happens on the Iphone and Android mobile browsers. The same page opened in any other browser, including Safari for the PC would not duplicate the problem. -- You received this message because you are subscribed to the Google Groups "Google Maps J

[Google Maps API v3] Bug adding click events when map div is not visible

2011-03-02 Thread m@uce
I'm using the V3 Maps api within Sencha touch and just noticed a problem. When I add clickable markers to my map while the map is not visible(div is hidden in a tab panel control), the click events to not fire. I worked around the problem by making the markers draggable, which then allowed the

[Google Maps API v3] GXml help!

2011-02-11 Thread J M
I am having trouble with getting the data from my xml file... when I send out an alert after using GXml.parse(data) and then alert(GXml.valueOf(xml.getElementsByTagName("Root"))); I get "object Object" in the alert... all is going well other than being able to get the addresses from my xml and

[Google Maps API v3] Re: KML Toggle With Checkboxes in v3 Help

2011-02-04 Thread John M Phillips
See if this is close: http://www.jtphillips.com/NBATC/nbatc-map-kml.html John Phillips On Feb 4, 6:24 pm, trw wrote: > Hi there, > I'm struggling to get a simple map going with three KML files which > (hopefully) users will be able to toggle on and off.  I believe at least > part of my problem i

[Google Maps API v3] Inaccuracy in tutorial for Google Maps v3

2011-01-06 Thread Ramon M.
Well, maybe it's a silly thing, but I've found that after the first example, The "Hello, World" of Google Maps v3, in step 1 where the HTML5 declaration is explained, the declaration lacks the '!' character before DOCTYPE. That's all. Greetings, Ramon M. --

[Google Maps API v3] Architecture to support custom routing

2011-01-01 Thread Koen M
Hi all! I'm wondering what options there are to elegantly support custom routing in Google Maps. The case is http://www.fietsnet.be; currently based on the flash API, the web app allows to route over specific cycleways in Belgium and the Netherlands. Shortest path finding, directions and polyline

[Google Maps API v3] Tile Layer Overlay

2010-12-15 Thread M Zubayer
Hi, How can I link sidebar text to Tile Layer Overlay. In the Sidebar I will have few labels, each one linking to a Tile Layer Overlay. When I click a label only the linked overlay should be visible. Regards. -- You received this message because you are subscribed to the Google Groups "Googl

[Google Maps API v3] Room finder

2010-12-14 Thread M Zubayer
Hello, Can someone please point me to links that will help me achieve this http://www.cnc.bc.ca/tools/roomfinder/ Thanks. -- 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

[Google Maps API v3] Internet Explorer Compatibility View

2010-12-05 Thread John M Phillips
The lastest versions of Internet Explorer do not seem to work with the Google maps API unless the "compatibility view" button is selected. What is "compatibility view" doing and more important how can my script detect that the user needs to select it? The particular page in question is at : http:

[Google Maps API v3] Re: Read format S27 26.559 W48 29.218

2010-11-21 Thread John M Phillips
This is entirely correct, but I would go a little deeper. You do not say what program you are using to down-load data from the GPS. First, see if you can set the output format to decimale degrees. Second, try gpsbabel, http://www.gpsbabel.org/ Gpsbabel has a large number of output formats. I most

[Google Maps API v3] kml balloons with css

2010-11-19 Thread Mike M
I'm using the Maps v3 api to create a simple map page and display a kml layer. The placemark info balloons in the kml file are html styled with a custom css file and all works well in Earth. When I use the kml as a layer in Maps the balloon styling is either ignored (in the case of a uniquely named

[Google Maps API v3] Re: Add Polylines inside a loop?

2010-11-17 Thread John M Phillips
I stand corrected. The extra functional layer was not necessary. See the revised code at http://www.jtphillips.com/cgi-bin/AtcInspectionForm.cgi (you have to select a state and apply to see the code). More details line[]is an array of Polylines linePos is an array of coordinates, cr

[Google Maps API v3] Re: Add Polylines inside a loop?

2010-11-15 Thread John M Phillips
The term used is closure (which I do not fully understand), but I had to wrap the creation of each polyline inside of a function. See http://www.jtphillips.com/cgi-bin/AtcInspectionForm.cgi and the function addLineWithClosure Hope this example helps On Nov 15, 3:56 pm, Canam Group w

[Google Maps API v3] Re: Looking for a script for loading, drawing, and saving polygons to MySQL

2010-11-05 Thread John M Phillips
As far as I know, this will require the following steps: 1: the google map api to draw the map and overlay. 2: java script connecting to form elements to store the coordinates. 3: submit the form data to the server 4: server script connects to mysql database to update the data. My sug

[Google Maps API v3] Re: Map ready event

2010-11-03 Thread John M Phillips
"Totally" is difficult because usually a map has two or more layers. In my case (see: http://www.jtphillips.com/cgi-bin/AtcInspectionForm.cgi ) I had problems with timing on plotting a complex kml layer over the base map. I used the following listeners: tilesloaded -- atta

[Google Maps API v3] Re: Checkbox not refreshing KmlLayer

2010-10-26 Thread John M Phillips
The following line should be in the onload block not in the toggle function: nearKMLLayer = new google.maps.KmlLayer(layers[id].url This line of code is creating a new object every time the function is called. The first time the function is called a layer is created and then mapped. The se

[Google Maps API v3] Re: how to show one by one an sub-element in kml file

2010-10-15 Thread John M Phillips
Here is a fresh example of multiple kml layers. Pay attention to the preserveViewport tag you only want one layer controlling the viewport. http://www.jtphillips.com/NBATC/nbatc-map-kmz.html On Oct 15, 9:36 am, "geocode...@gmail.com" wrote: > On Oct 15, 4:00 am, Vincent wrote: > > > Hello

[Google Maps API v3] Re: removing a KMLlayer

2010-10-11 Thread John M Phillips
Since "soils" is created with a new command, you need to delete the old value before creating a new object. There may be better coding, such as testing for existance of soils, but here is what I have done in a similar situation 1) make soils global in your script in the outer most block with

[Google Maps API v3] Re: Error Checking

2010-10-05 Thread John M Phillips
nt hasn't occurred by then, retry. The problem > comes down to what event you should listen for? > > You could test to see if tilesloaded gets fired on the map. > > Chad Killingsworth > > On Oct 4, 8:25 am, John M Phillips > wrote: > > > Let me be clearer, this

[Google Maps API v3] Error Checking

2010-10-04 Thread John M Phillips
My application overlays a kmlLayer of boundary markers on a google map. Randomly, the kmlLayer does not appear. I believe this is because the kml file is being generated from a mysql database, and the renderer may be timing out. My question: is there a method to check for errors on the creation

[Google Maps API v3] Re: Error Checking

2010-10-04 Thread John M Phillips
= new google.maps.KmlLayer(kmlUrl, kmlOptions); } On Oct 4, 8:58 am, Chad Killingsworth wrote: > http://www.kmlvalidator.com/home.htm > > Chad Killingsworth > > On Oct 4, 7:32 am, John M Phillips > wrote: > > > My application overlays a kmlLayer of boundary

[Google Maps API v3] Re: Order of Display: map tiles before markers/polylines?

2010-09-20 Thread Michael M - As You Wish
map is > panned/zoomed and the tiles load. > > Martin. > > On 19 Sep, 21:59, Michael M - As You Wish > wrote:> Okay!  The setTimeout function worked just great. > > > It's a little bit of a kludge, I suppose, and the more elegant way > > might be to get somethi

[Google Maps API v3] Re: Order of Display: map tiles before markers/polylines?

2010-09-19 Thread Michael M - As You Wish
st browsers and systems. Or say heck, if their computers are slower than mine, to heck with them... But that's not nice, is it? m -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, se

  1   2   >