[Google Maps API v3] Re: graph traversal in google maps

2012-02-15 Thread Grok Lobster
Take a look at some of the examples here (I think) - https://groups.google.com/forum/#!searchin/google-maps-js-api-v3/draggable$20directions -- 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

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

2012-02-14 Thread Grok Lobster
You should be fine. -- 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/-/SpwN0kGyX4YJ. To post to this group, send email to

[Google Maps API v3] Re: Alternatives to google local search api?

2012-02-08 Thread Grok Lobster
If we are lucky, the deprecated code will work for at least five years. -- 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

[Google Maps API v3] Re: Map with textures

2012-01-30 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/geocoding.html#GeocodingAddressTypes -- 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

[Google Maps API v3] Re: Script failre can anyone assist?

2012-01-24 Thread Grok Lobster
Double double quotes on zoom owned: {url: outrightownned.kml, name: owned, zoom: 12, lat: 55.7230015, lng: -4.8791556}, }; -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: difficulty with coordinates in custom image map

2012-01-23 Thread Grok Lobster
Well since you've already gotten pretty far along, there's no reason to go back and get your map centered at (0, 0) - just go with the (-70, 125). Use a getBounds() to find the extent of your map. http://code.google.com/apis/maps/documentation/javascript/reference.html#Map -- You received

[Google Maps API v3] Re: Unsure why this KML won't load

2011-12-29 Thread Grok Lobster
Use the GE API for time. http://code.google.com/apis/earth/documentation/time.html -- 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

[Google Maps API v3] Re: Curved spherical streetview images with V3

2011-10-03 Thread Grok Lobster
Yes, v2 still works. -- 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/-/W7FfjKlB2REJ. To post to this group, send email to

[Google Maps API v3] Re: Custom map style always defaults to ROADMAP instead of HYBRID

2011-09-19 Thread Grok Lobster
So why don't you just use the Satellite map type? -- 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/-/DTHD3_JE1E0J. To post to this

[Google Maps API v3] Re: Recognise toll roads/bridges

2011-09-08 Thread Grok Lobster
Here is a v2 example that recognizes toll roads http://greg-koppel.site88.net/maps/bike_directions.html On Sep 8, 3:56 am, mattspark jam...@sparkdata.co.uk wrote: Hello :) API:http://code.google.com/apis/maps/documentation/javascript/reference.html I was wondering if you could answer a

[Google Maps API v3] Re: KML Map and external anchor.

2011-09-02 Thread Grok Lobster
Easiest way that I know of is to separate your kml into multiple files. On Sep 2, 5:52 am, . Emanuele . pixel8...@gmail.com wrote: I have a google map filled in with some locations saved into a kml file. I would like to link each one of them with a link into some text outside the map (but

[Google Maps API v3] Re: Showing change over time

2011-08-29 Thread Grok Lobster
Here's a demo of what Rossko is talking about - http://greg-koppel.site88.net/maps/HistoricalImagery.html The historical imagery is spotty, so you might need to find data and make your own tiles. On Aug 27, 5:47 am, Rhino Smith rch...@ymail.com wrote: What would the best way be to create a map

[Google Maps API v3] Re: Control layers in KML in Google Maps API Options

2011-08-02 Thread Grok Lobster
I recommend breaking up the file into individual kml/kmz files - no folders. On Aug 2, 6:47 pm, VanJay011379 vanju...@hotmail.com wrote: Hi, I am new to Google Maps v3 and have a basic question about loading and using a KML file. I have read the examples

[Google Maps API v3] Re: i have CorelDrow map how can overlays it ??

2011-07-30 Thread Grok Lobster
You should convert it to tiles and present it as a custom map. On Jul 29, 1:33 am, Sa3Q s3qs...@gmail.com wrote: Hi that's it in which  type i must save it to  overlays it on  the google maps. I don't to save it like  jpg or any  thing like this because the file size is 12MB and if i want to

[Google Maps API v3] Re: Create custom overlay image

2011-07-25 Thread Grok Lobster
Pamela's demo http://gmaps-samples.googlecode.com/svn/trunk/groundoverlay/groundoverlaysizer.html On Jul 25, 5:50 pm, Christopher Watson chris.watso...@googlemail.com wrote: yeah like that rossko, doesn't it allow you to upload an image? or can the code be taken off and hosted at your own

[Google Maps API v3] Re: Multiple Maps Multiple KML Layers not loading

2011-07-15 Thread Grok Lobster
Why does it matter that the other 2 layers are jpeg? On Jul 15, 12:03 pm, Casey csc...@gmail.com wrote: I have a page that contains two unique maps with each map having one KML Layer as an overlay.  Each map is contained in an div that are displayed and hidden based on a what the viewer

[Google Maps API v3] Re: Javascript within KML description or how?

2011-06-29 Thread Grok Lobster
I don't know if this currently work sor not, but try onMousedown=javascript:myfunction(); On Jun 29, 9:18 am, Kivak littlewol...@gmail.com wrote: Hello everyone!! I have a, hopefully quick, question about the use of KML files and editing objects in Javascript. I am still pretty new to the

[Google Maps API v3] Re: Custom Panorama Controls

2011-06-27 Thread Grok Lobster
Did you try? Yes, it's possible. For the control that is created in the example, change the references to the map div to your pano div. On Jun 27, 5:27 am, Gigi cybt...@gmail.com wrote: Up! On Jun 24, 8:43 pm, Gigi cybt...@gmail.com wrote: Hi, is it possibile add a custom button to

[Google Maps API v3] Re: Street View issue with Firefox 5

2011-06-22 Thread Grok Lobster
Works for me with this map. http://greg-koppel.site88.net/maps/SBStyleMap.html On Jun 22, 8:10 am, msikma mich...@wedemandhtml.com wrote: Could you link to your bug report to Mozilla? Would be useful to see what they have to say. I'm including the API

[Google Maps API v3] Re: Non-tiled zooming map type...

2011-06-16 Thread Grok Lobster
Well, you could use a style map that is all white and then add an overlay. http://code.google.com/apis/maps/documentation/javascript/maptypes.html#StyledMaps On Jun 16, 8:47 am, JMcIninch james.mcini...@gmail.com wrote: I'm experimenting with creating custom maps and have succeeded in making a

[Google Maps API v3] Re: Routes

2011-06-13 Thread Grok Lobster
Did you look at the examples? http://code.google.com/apis/maps/documentation/javascript/examples/index.html On Jun 13, 10:47 am, Gimpygoat mattcol...@gmail.com wrote: Hello Everyone, I am sure this is a simple question, but am not finding the resources to accomplish my task. I am looking for

[Google Maps API v3] Re: Route plotting

2011-06-13 Thread Grok Lobster
Take a look at this example http://code.google.com/apis/maps/documentation/javascript/examples/directions-draggable.html On Jun 12, 1:33 pm, Holza hippifiedhol...@hotmail.com wrote: Hi, im quite new to google maps Api and currently working towards making a route planner. Similar to

[Google Maps API v3] Re: Animating mapTypes

2011-06-10 Thread Grok Lobster
Well I don't really see any map there though I do see the Google logo - am I missing something? In any case, you might find something here you can use even though it's a v2 map and it's the background that is dynamic. http://greg-koppel.site88.net/maps/DynamicBGsections3.html

[Google Maps API v3] Re: toggle KML with checkboxes

2011-05-31 Thread Grok Lobster
http://greg-koppel.site88.net/maps/DemoKML3.html On May 31, 7:27 am, Jaume Hernandez jaume.hernandez.p...@gmail.com wrote: Hi there!!! I'm really desperate right now. Please, does anyone know how can I display three KML files and toggle between them with check boxes. Thanks to all Jaume --

[Google Maps API v3] Re: Feedback

2011-01-25 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/examples/icon-complex.html On Jan 25, 8:12 am, Mr. Alexander alexander.r...@gmail.com wrote: Hello, As the first time user I found the API lacking the following: - How to display more than 1 coordinate on the map. It might be simple

[Google Maps API v3] Re: Getting a cool Google map into our pages...how to.

2011-01-05 Thread Grok Lobster
Uh, view source? On Jan 4, 11:20 pm, Shuggy shuggy...@gmail.com wrote: Dear folks, would anyone mind taking me through the 1st steps to getting the google V.3 API working we would like to put a map up in our ecological pages. I've been thru the V.3 API info @

[Google Maps API v3] Re: Build a google maps distance calculator

2010-12-27 Thread Grok Lobster
Here's another example using v 2 - http://greg-koppel.site88.net/maps/TrailblazerSB.html On Dec 26, 12:40 pm, Carlo Lidoro federicolid...@gmail.com wrote: Hello, have you got any suggestion to start developing a distance calculator for walkers? This is an

[Google Maps API v3] Re: Is it possible to have collaboration on a custom google map?

2010-12-22 Thread Grok Lobster
I thought custom tiles might be possible to use with My Maps (the standard Google Maps interface for adding places collaboratively), but it seems to only allow you to import kml files - not a custom map (or any) using the API. You should try using a single image as a kml overlay in My Maps. Test

[Google Maps API v3] Re: Geolocation example not displaying in Chrome

2010-12-17 Thread Grok Lobster
Works for me using Chrome 9 on Win7x64. On Dec 17, 1:05 am, giannidoe gilberth...@gmail.com wrote: I'm using Chrome 8 on Mac OS X and the geolocation example in the API documentation does not seem to work.http://code.google.com/apis/maps/documentation/javascript/basics.html

[Google Maps API v3] Re: Custom Street View

2010-11-29 Thread Grok Lobster
I think it's up to you and how much detail you want to provide. On Nov 28, 8:38 pm, bardu bard...@gmail.com wrote: Is there a rule over the thumb on how many panoramas should be created for a street distance of, lets say, 100 m? -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Streetview Showing

2010-11-29 Thread Grok Lobster
Link? On Nov 28, 6:46 pm, Rednek kbenoi...@gmail.com wrote: I am trying to figure out how to have a streetview appear for the END location. I have a directions map with directions panel which works fine. Now in the start location it is left empty, end location I have a select option (11)

[Google Maps API v3] Re: Using Google Maps Javascript API V3 to make a virtual museum

2010-11-18 Thread Grok Lobster
in the room. I can use Google Street view to do it? I need a personal think of people that have a good experience with Google API to understand if I can use it for designing my museum... Thanks to all! :) On Nov 18, 3:13 am, Grok Lobster discgolfm...@gmail.com wrote: Start here -http

[Google Maps API v3] Re: V3 multiple KML layer issues

2010-11-18 Thread Grok Lobster
What I get, with IE8, is a marker for the airport and no polygons. After a refresh, I get polygons with the airport marker above. I can toggle them on/off and the marker stays on top. On Nov 18, 10:18 am, Denton Rumsey duner...@hotmail.com wrote: I have (for the moment) 2 kml layers that I'm

[Google Maps API v3] Re: Using Google Maps Javascript API V3 to make a virtual museum

2010-11-17 Thread Grok Lobster
Start here - http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView On Nov 17, 10:10 am, Alberto Sturiale sturialb...@gmail.com wrote: Hi everybody! First of all I'm sorry for my English! :) I'm new with Google API and I'd like to know if it is suitable for

[Google Maps API v3] Re: API v3 custom map creation

2010-11-02 Thread Grok Lobster
Try MapCruncher http://research.microsoft.com/en-us/um/redmond/projects/mapcruncher/ On Nov 2, 1:40 pm, Karl dino...@gmail.com wrote: That map kicks major ARSE!! OMG That's freaking awesome As for the tile cutter, it's not bad but I need to have the images on my private server, not a

[Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Grok Lobster
A while ago (6 months?), someone posted an example of the Panoramio layer in v3. If you do a search, you are likely to find it. On Oct 25, 1:12 am, Jurgis Stepanovs jurgis.stepan...@gmail.com wrote: Is Wiki and Panoramio layer available in Google Maps JS API 3? Any sample code how to add those

[Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Grok Lobster
You guys have gone totally off-topic. Take it somewhere else. On Oct 26, 3:03 pm, Ben Appleton apple...@google.com wrote: On Tue, Oct 26, 2010 at 10:43 AM, Pil wolf...@gmail.com wrote: On Oct 26, 5:27 pm, Ben Appleton apple...@google.com wrote:

[Google Maps API v3] Re: IE Help?

2010-10-20 Thread Grok Lobster
Works for me with IE8. On Oct 20, 5:22 am, Peter Sterling peter.adventu...@googlemail.com wrote: No, that's not it - still fails to render with the comment, with DOCTYPE set as transitional, and with a plain html opening tag. Doh, driving me up the wall, something obvious is wrong for it to

[Google Maps API v3] Re: Label as div onmouseover of markers - Google maps API V3

2010-10-20 Thread Grok Lobster
I doubt that it is urgent for anyone else here. On Oct 20, 4:39 am, Aarthy Parthasarathy aishu.supr...@gmail.com wrote: This is a very urgent issue..Could someone help me asap please??? Thanks a ton in advance. On Oct 20, 4:29 pm, Chad Killingsworth chadkillingswo...@missouristate.edu

[Google Maps API v3] Re: Google Maps v3 bucket policy conflict

2010-10-20 Thread Grok Lobster
This forum is intended for programmers. On Oct 20, 7:56 pm, TPoaz timpoh...@gmail.com wrote: has nothing to do with secrets dude, i dont want to spend hours building map content for someone else: I obviously want to share___ I just dont want YOU, THEM, Whoever to download my work without my

[Google Maps API v3] Re: activate highlighted icon on mouseover...visually connect two markers on mouseover or click

2010-10-20 Thread Grok Lobster
Caveat: the example I am presenting is v2 and one of my first maps so very messy. However; I think it may give you some ideas on how to achieve what you are attempting. It is based on an xml file that contains the references to 3 related markers. http://greg-koppel.site88.net/maps/JLH.html If

[Google Maps API v3] Re: Resize polygon drawn on map

2010-10-15 Thread Grok Lobster
http://gmaps-samples-v3.googlecode.com/svn/trunk/rectangle-overlay/rectangle-overlay.html On Oct 15, 6:56 am, Vipul vipul.m.puj...@gmail.com wrote: Hi All, Is there any way to resize polygon drawn on map in Google Maps JavaScript API v3. Any suggestions will be highly appreciated. Thanks

[Google Maps API v3] Re: I want all waypoints between a start(source address ) and end(destination address)

2010-10-12 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/reference.html#PolylineOptions On Oct 11, 9:25 pm, Aiswarya krishna aishkrish8...@gmail.com wrote:     Using a Source address and a destination address ,i want all waypoints using javascript... pls help me -- You received this message

[Google Maps API v3] Re: I want all waypoints between a start(source address ) and end(destination address)

2010-10-12 Thread Grok Lobster
Also, take a look at http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsStep On Oct 12, 6:47 am, Grok Lobster discgolfm...@gmail.com wrote: http://code.google.com/apis/maps/documentation/javascript/reference.h... On Oct 11, 9:25 pm, Aiswarya krishna aishkrish8

[Google Maps API v3] Re: Different marker location under ROADMAP / HYBRID

2010-10-10 Thread Grok Lobster
It appears to be an error in the underlying map data. If the location is important to your application, you should consider adding a listener for map type changed and move the marker depending on the map type. Even if the problem comes to Google's attention, it is likely that it will take some

[Google Maps API v3] Re: Can I Use Owner Drawn Surfaces Other Than Earth With Google Maps? - How?

2010-10-06 Thread Grok Lobster
http://econym.org.uk/gmap/custommap.htm On Oct 6, 7:05 am, AxD bril...@hotmail.com wrote: I'd like to use the Google Maps functionality on some surface different from this earth. I've seen a World of Worcraft implementation that uses Google Maps to display and browse its world. I'd like to

[Google Maps API v3] Re: Can I Use Owner Drawn Surfaces Other Than Earth With Google Maps? - How?

2010-10-06 Thread Grok Lobster
There are a couple of V3 examples here, http://code.google.com/apis/maps/documentation/javascript/demogallery.html On Oct 6, 1:58 pm, Grok Lobster discgolfm...@gmail.com wrote: http://econym.org.uk/gmap/custommap.htm On Oct 6, 7:05 am, AxD bril...@hotmail.com wrote: I'd like to use

[Google Maps API v3] Re: When load google maps V3 check box became hiden only with Safari browser.

2010-10-04 Thread Grok Lobster
Almost certainly a CSS issue and nothing to do with the API. On Oct 4, 2:59 am, jtrpovski jtrpov...@yahoo.com wrote: Hi, Hiere is example where when load google maps V3 check box became hiden only with Safari browser ( Tested with Safari 5.0 on Windows XP)

[Google Maps API v3] Re: darker water

2010-09-30 Thread Grok Lobster
You're not trying very hard. As you said in the beginning - it is trivial. On Sep 29, 6:12 pm, Niklasro nikla...@gmail.com wrote: On Sep 30, 12:59 am, Grok Lobster discgolfm...@gmail.com wrote: Did you try any of the other properties?http://code.google.com/apis/maps/documentation/javascript

[Google Maps API v3] Re: Where to report a problem with satellite imagery alignment

2010-09-29 Thread Grok Lobster
https://earth.google.com/support/bin/request.py?problem=billingextra.customer=GEFreecontact_type=data On Sep 29, 1:04 am, sgiddings mr.s.giddi...@gmail.com wrote: I have followed the help pages on the public map site (maps.google.com) where it tells me where to find the report a problem link.  

[Google Maps API v3] Re: darker water

2010-09-29 Thread Grok Lobster
Did you try any of the other properties? http://code.google.com/apis/maps/documentation/javascript/reference.html#MapTypeStyler On Sep 29, 5:49 pm, Niklasro nikla...@gmail.com wrote: Thank you. I tried the hue parameter which seemed the wrong choice and continue looking for which parameter to

[Google Maps API v3] Re: Sliding side panel

2010-09-22 Thread Grok Lobster
Nothing to do with the Maps API. On Sep 22, 7:00 am, sgiddings mr.s.giddi...@gmail.com wrote: Hello, I would like to be able to produce a similar sliding side panel effect as that which can be currently seen on the general maps site. So far I have a two div's 1. full side panel 2. closed

[Google Maps API v3] Re: How can I search for a city so I can zoom to it?

2010-09-21 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/services.html On Sep 21, 2:34 pm, The Net Duck thenetd...@gmail.com wrote: I have an application that needs users to be able to zoom to a city or state they are looking for. Or better yet, a complete address (kind of like google maps

[Google Maps API v3] Re: Urgent help!

2010-09-21 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/services.html On Sep 21, 7:17 pm, Marielvia Perez marielv...@gmail.com wrote: how I can get the zip code of an address through the Geocoder? -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Re: Seeking country and region outline information

2010-09-17 Thread Grok Lobster
http://www.diva-gis.org/Data On Sep 17, 3:09 am, sgiddings mr.s.giddi...@gmail.com wrote: I am building a map site specifically for France and would like to be able to highlight the country and region borders. After searching for a while, I found information onwww.gadm.org. However, the

[Google Maps API v3] Re: Two problems with IE 8 vs. Firefox (automatically enlarging icons and problems with link)

2010-09-17 Thread Grok Lobster
They (FF and IE8) are the same for me (IE8/Win7) - no resizing. On Sep 16, 10:13 pm, shadrack shadke...@hotmail.com wrote: If you open this page(http://julieshad.com/ag/map_v3.3.html) in Firefox and IE8, you'll notice that in Firefox everything works appropriately with a smaller icon that I've

[Google Maps API v3] Re: How to generate code from google - my maps?

2010-09-15 Thread Grok Lobster
1. It's javascript, not java 2. Your example code is for v2 for v2 - http://code.google.com/apis/maps/documentation/javascript/v2/reference.html and http://econym.org.uk/gmap/ for v3 - http://code.google.com/apis/maps/documentation/javascript/reference.html and

[Google Maps API v3] Re: Custom map markers

2010-09-15 Thread Grok Lobster
Demo - http://gmaps-samples-v3.googlecode.com/svn/trunk/overlayview/custommarker.html On Sep 15, 7:12 am, Ben Shillito bshill...@gmail.com wrote: I've got a v3 map up and running atwww.upcakes.co.uk/buyand am trying to change the default marker icon image. I've seen Mike William's tutorial

[Google Maps API v3] Re: How can O rotate the map

2010-09-15 Thread Grok Lobster
It's available in limited areas in v2 of the API - San Diego, and San Jose. http://geochalkboard.wordpress.com/2009/12/08/google-maps-adds-oblique-aerial-imagery/ On Sep 15, 10:51 am, TOM siril...@gmail.com wrote: The Map points from south to north, is it possible to change this? For example

[Google Maps API v3] Re: get bad request error after loading 25 KML files

2010-09-14 Thread Grok Lobster
Is there a reason why you haven't combined them into a single kml file? On Sep 14, 8:05 am, DRI otv...@gmail.com wrote: I did but the limits appear to be on individual file size. My KML files do not use network links and I do not know if I am hitting the max document wide features of 1000

[Google Maps API v3] Re: Create a pop up text window

2010-09-14 Thread Grok Lobster
Nothing to do with the API. On Sep 14, 8:04 am, gdhuynh hu...@arl.army.mil wrote: Hi, I would like to create a simple pop up text window displaying help hints after clicking a Help button. I only found here about infowindow but often associated with a marker. Thanks -- You received this

[Google Maps API v3] Re: Sending multiple placemarks over to Google Maps

2010-09-13 Thread Grok Lobster
http://gmaps-samples-v3.googlecode.com/svn/trunk/xmlparsing/ On Sep 12, 11:59 pm, JoshN joshua.l.new...@gmail.com wrote: It seems to work fine if you pass kml in the 'q' argument. See this for example: http://maps.google.com/maps?q=http://cns.miis.edu/multimedia/interact... Seems a bit

[Google Maps API v3] Re: Overlayview not precise? Problem.

2010-09-13 Thread Grok Lobster
Looks fine to me. On Sep 13, 11:37 am, nikolajp apo...@nikolajp.dk wrote: I have an issue with using the OverlayView. My problem is, that the overlay image is not shown at the same place when using close to the max zoom. It's like the image is moving downwards on the y-axis - and the only

[Google Maps API v3] Re: Point issue in KmlLayer

2010-09-10 Thread Grok Lobster
The standard is to have a doc.kml file and one or more folders for images, icons, etc. The href becomes icons/myIcon1.png ... Zip them together and rename as .kmz On Sep 10, 8:15 am, Patrick Cain pemc...@gmail.com wrote: Can you point to an example? On Sep 10, 11:07 am, Rossko

[Google Maps API v3] Re: Geocoding an address with only zip code/postal and house number

2010-09-10 Thread Grok Lobster
It's a V2 example, but it seems to be reasonably accurate - http://greg-koppel.site88.net/maps/CourseMapper.php Perhaps you can convert it to V3. On Sep 10, 5:34 am, Johan Arensman johanm...@gmail.com wrote: Hello everyone, We have a system that allows you to add addresses by only using a

[Google Maps API v3] Re: Point issue in KmlLayer

2010-09-08 Thread Grok Lobster
I don't see any numbers at all. On Sep 8, 11:28 am, Patrick Cain pemc...@gmail.com wrote: Hello, all - There's an odd issue with this map:http://www.patrickcain.ca/maps/100902_counciltest.html The points are 32x32 transparent .png files made in Photoshop, with a number in white. The

[Google Maps API v3] Re: KML Layer Markers not working

2010-09-08 Thread Grok Lobster
I don't see any kml on your map. You have broken something before the kmls load because they load in Google maps. On Sep 8, 4:31 pm, dlouislevy dlouisl...@gmail.com wrote: note: i changed my url to: http://oberail.org/bikeped/default.html since i was not actually using any php. On Sep 8,

[Google Maps API v3] Re: Create a Geocode Searchable Map

2010-09-07 Thread Grok Lobster
You've got maps defined as a local variable and it needs to be global. In the initialize function change var map = to just map = and then put var map at the top of the script section after var geocoder. On Sep 7, 2:59 am, manish manish.pr...@gmail.com wrote: Hi - I have a working map with

[Google Maps API v3] Re: G_SKY_VISIBLE_MAP in v3

2010-09-07 Thread Grok Lobster
This link used to be an example of that but somebody broke it. Perhaps you can get the necessary info from the source code. http://gmaps-samples-v3.googlecode.com/svn/trunk/planetary-maptypes/planetary-maptypes.html On Sep 7, 7:28 am, wjvriend wjvri...@gmail.com wrote: Is there any news on when

[Google Maps API v3] Re: G_SKY_VISIBLE_MAP in v3

2010-09-07 Thread Grok Lobster
http://gmaps-samples-v3.googlecode.com/svn/trunk/planetary-maptypes/planetary-maptypes.html On Sep 7, 7:28 am, wjvriend wjvri...@gmail.com wrote: Is there any news on when the G_SKY_*, G_MARS_* and G_MOON_* maps will be enabled in the v3 Maps ? Or put it differently, is there a date when v2

[Google Maps API v3] Re: Blurring starting point of google map

2010-09-07 Thread Grok Lobster
Where's your link to what you've tried so far? On Sep 7, 11:56 am, Nick Baker nbake...@gmail.com wrote: I would like to create and app that uses google maps and blurs the starting pin out and trip path for a .25 mile radius.  So I do not show a home location? -- You received this message

[Google Maps API v3] Re: How to limit the bbox of a gmaps v3 map

2010-09-06 Thread Grok Lobster
V2 solution from Mike Williams that can mostly be applied to V3. http://econym.org.uk/gmap/range.htm On Sep 6, 4:22 am, Moli 850sp...@gmail.com wrote: I need to limit the extension (bbox)of a map using gmaps v3. The users of the map can create markers, and I need to restrict the area of the

[Google Maps API v3] Re: kmz file

2010-09-06 Thread Grok Lobster
You have visibility set to 0 On Sep 6, 5:33 pm, mohammed mnki...@gmail.com wrote: any help please ? On Sep 7, 2:35 am, mohammed khanduqji mnki...@gmail.com wrote: thanks for ur quick reply ,, i had mistake .. the file ishttp://khanduqji.com/kml.kmz On Tue, Sep 7, 2010 at 2:31 AM,

[Google Maps API v3] Re: I have a problem displaying maps and overlay on my webpage

2010-09-05 Thread Grok Lobster
A link to the page is much more helpful. On Sep 4, 1:41 pm, Claudiamar claudiamarcastan...@gmail.com wrote: I have been developing a web page and have included three maps with overlays. They used to work rather well but recently, the overlay is out of shape, it does not show in the given

[Google Maps API v3] Re: How do I change the roadcolor in streetview?

2010-09-04 Thread Grok Lobster
Here's a code snippet - links.push({ 'heading': 45, 'description' : 'Breakwater', 'pano' : 'breakwater', 'roadColor' : '#ff' }); and here's the link whee it's used - http://greg-koppel.site88.net/maps/SB_Harbor.html

[Google Maps API v3] Re: How do I change the roadcolor in streetview?

2010-09-04 Thread Grok Lobster
http://greg-koppel.site88.net/maps/SB_Harbor.html On Sep 3, 9:56 am, AdAve i...@advertisementave.com wrote: Hi, I am looking at the referencehttp://code.google.com/apis/maps/documentation/javascript/reference.h... and it reads in the StreetViewLink object specification that you can change

[Google Maps API v3] Re: How do I change the roadcolor in streetview?

2010-09-04 Thread Grok Lobster
http://greg-koppel.site88.net/maps/SB_Harbor.html On Sep 3, 9:56 am, AdAve i...@advertisementave.com wrote: Hi, I am looking at the referencehttp://code.google.com/apis/maps/documentation/javascript/reference.h... and it reads in the StreetViewLink object specification that you can change

[Google Maps API v3] Re: Upgrading to V3 - trouble displaying marker array

2010-09-04 Thread Grok Lobster
You've got setZoom to a LatLng pair, should be an integer. Could be other errors, that is the first one that stopped the code from running. On Sep 4, 3:14 pm, Ben benh...@gmail.com wrote: Hi everybody, I am new to google maps so please bear with me. I am hoping to upgrade this mapping project

[Google Maps API v3] Re: Accuracy of Google Maps?

2010-09-04 Thread Grok Lobster
Another data source - http://www.d-maps.com/pays.php?lib=burma_myanmar_mapsnum_pay=73lang=en On Aug 29, 8:08 am, Grok Lobster discgolfm...@gmail.com wrote: I think you're doing something wrong. I looked at the (Myanmar) data from the link I provided earlier and it lines up quite well

[Google Maps API v3] Re: open an info window from an HTML link on the same page...

2010-09-03 Thread Grok Lobster
http://econym.org.uk/gmap/basic2.htm On Sep 3, 7:55 am, duncanm duncan.midwin...@googlemail.com wrote: Hi, I have some maps like the following sample that I generate from a database, and I would like to also add a html list of like which open the individual info windows for each marker. I

[Google Maps API v3] Re: TILE LAYER OVERLAY??

2010-08-31 Thread Grok Lobster
Search the group - there are examples. On Aug 31, 7:23 am, GuCoBo guc...@gmail.com wrote: Definitely it is not the same... it's a lot more complicated than before... I guess I am not the only one asking for that functionality. Some working example with mapserver? I have to know the tile

[Google Maps API v3] Re: Display proportional pie charts

2010-08-31 Thread Grok Lobster
Take a look at this, http://code.google.com/apis/chart/docs/gallery/pie_charts.html On Aug 31, 12:26 am, springrider sylvain.cail...@gmail.com wrote: Good morning I am working on a project to display population statistics in the Pacific Ocean ( proportion of male, female, age ranges etc...) I

[Google Maps API v3] Re: Complex Icons won't render more than 5 markers on the map.

2010-08-31 Thread Grok Lobster
Where is the link to the page showing the problem? It is unlikely that the problem is a complex icon. On Aug 31, 5:16 am, blank308 bpattin...@nyc.rr.com wrote: Using the code in the following example the map correctly renders 5 beach markers:

[Google Maps API v3] Re: XML marker question

2010-08-31 Thread Grok Lobster
I didn't looo at your actual code, but based on the response I saw, you should be able to just add another entry to your XML marker lat=50.11060 lng=-122.95095 name=Whistler Blackcomb address=Whistler, British Columbia category=c7/ On Aug 31, 9:11 am, Mark mir...@gmail.com wrote: On Aug 31,

[Google Maps API v3] Re: Complex Icons won't render more than 5 markers on the map.

2010-08-31 Thread Grok Lobster
Where is the link to the page showing the problem? It is unlikely that the problem is a complex icon. On Aug 31, 5:16 am, blank308 bpattin...@nyc.rr.com wrote: Using the code in the following example the map correctly renders 5 beach markers:

[Google Maps API v3] Re: Display proportional pie charts

2010-08-31 Thread Grok Lobster
not change while zooming. Moreover, sometimes, the pie is partially displayed or replaced by a default marker. If i use the same KML is Google Earth, it works fine but not in my 2D maps. Thanks in advance for your help and for your feedback. Sylvain On 1 sep, 02:34, Grok Lobster discgolfm

[Google Maps API v3] Re: Marker Questions: Red Dot ?

2010-08-30 Thread Grok Lobster
You can't. On Aug 30, 9:30 am, mp- miche...@gmail.com wrote: I have a few questions about Google Maps v3 markers: 1. How do I implement the red dots as seen on the Google Map linked below: http://maps.google.com/maps?f=qsource=s_qhl=engeocode=q=restauran... 2. Can the red dot hover window

[Google Maps API v3] Re: Programatically clicking a pin

2010-08-30 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/reference.html#event see trigger On Aug 30, 7:14 pm, fsa3 fsa...@gmail.com wrote: I have a list of items in HTML with corresponding IDs to makers - so when a user clicks on the div I can get the corresponding marker object - my

[Google Maps API v3] Re: menu above the map

2010-08-26 Thread Grok Lobster
These questions have nothing to do with the maps API. On Aug 26, 7:46 am, inotipiedideipitoni inotipiedideipit...@gmail.com wrote: I've found the solution: you must specify the position: absolute into the css. another question: can someone show me how can I made a slider like the

[Google Maps API v3] Re: documentElement is null or not an object

2010-08-26 Thread Grok Lobster
This file - http://www.rith.ca/LABS/maps/phpsqlajax_genxml.php - that you call in downloadUrl returns data of the form connected to db db selected 1 | Pan Africa Market | 1521 1st Ave, Seattle, WA | 47.608940 | -122.340141 | restaurant 2 | Buddha Thai Bar | 2nd Ave, Seattle, WA | 47.613590

[Google Maps API v3] Re: documentElement is null or not an object

2010-08-26 Thread Grok Lobster
Is there a new link? The one above shows no change. On Aug 26, 8:17 pm, Charith charith.jayaward...@gmail.com wrote: I tried that. It still didnt work. Still get the same error On Aug 26, 5:37 pm, Grok Lobster discgolfm...@gmail.com wrote: This file -http://www.rith.ca/LABS/maps

[Google Maps API v3] Re: Accuracy of Google Maps?

2010-08-23 Thread Grok Lobster
Try the data from here, http://www.diva-gis.org/ On Aug 23, 5:28 am, unxcolin colin.mei...@googlemail.com wrote: Hi, I'm trying to overlay a polygon of Burma, and it's states using the official data provided my numerous organisations (inc. the government). However this data when overlayed

[Google Maps API v3] Re: Gross error in positioning

2010-08-21 Thread Grok Lobster
Instead of geocoding the value, try setting them as a LatLng and the center on that position. On Aug 21, 5:17 am, Robbo i...@solutionscentre.net.au wrote: Hi Larry, I have never used this forum before so I am not sure if I should Reply or Reply to author so I will post the same to both.

[Google Maps API v3] Re: Highlight Existing Map Lines

2010-08-21 Thread Grok Lobster
Try the styled map wizard to see if you can get the result you want, http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html Although after a bit of checking, I can't see any change for administrative.locality or .province or .neighborhood

[Google Maps API v3] Re: Curved spherical streetview images

2010-08-18 Thread Grok Lobster
Hmmm. The imagery is warped in every browser I tried - Chrome, FF, IE8, Safari, Opera. I'd still call it an issue. On Aug 18, 5:58 am, Thor Mitchell (Google Employee) t...@google.com wrote: We warp the imagery to correct the curvature only in browsers that can do so fast enough to deliver a

[Google Maps API v3] Re: Migrating from v.2 to v.3

2010-08-17 Thread Grok Lobster
There's quite a bit that needs to be changed. You're probably best off starting with a new V3 map and then stealing the bits from the V2 map that are useful. On Aug 17, 8:14 am, newuser hu...@arl.army.mil wrote: How do you migrate application developed in v.2 to the new v3.? Do you simply

[Google Maps API v3] Re: Curved spherical streetview images

2010-08-16 Thread Grok Lobster
You should report it as an issue, http://code.google.com/p/gmaps-api-issues/issues/list On Aug 16, 4:56 am, Willem Waver wil...@qvision.nl wrote: Except for Chrome all browsers deliver streetview version 3 with curved or spherical images. See the difference I made of the address Nazarethstraat

[Google Maps API v3] Re: Link to Markers from other outside websites

2010-08-15 Thread Grok Lobster
It's for v2 but should work for v3 http://econym.org.uk/gmap/linktothis.htm On Aug 15, 7:45 pm, Brad C scho...@gmail.com wrote: In my endeavor to a map idea to reality I've come to the next step in my project and am having a bit of trouble with it.  The map I'm working on utilizes a database

[Google Maps API v3] Re: Pls. help polygon points from database

2010-08-08 Thread Grok Lobster
Does not sound like a problem with the maps API. On Aug 7, 10:28 pm, Kenu legaspi.qu...@gmail.com wrote: uhm the polygon actually works when inputted with  glatlng values... the xml file also works fine.. can u suggest another way of placing polygon points from the database into an mvc array.

[Google Maps API v3] Re: How to dynamically add/remove Markers

2010-08-06 Thread Grok Lobster
Yes, you can do all that without too much trouble. When you add your groups of markers, keep track of each group in an array. Then to remove a group do something like this for (var n = 0; n oMarkers.length; n++) { oMarkers[n].setMap(null); } In your onClick function to load the

  1   2   >