[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread CS
Thanks I have seen this example and it has a start/end information filled in upon page load. Do you have an example of one that does not have the address preloaded? Thanks On Oct 23, 12:45 pm, Rossko wrote: > > Any suggestions on how to add the feature you mentioned?  Referring to > > waiting

Re: [Google Maps API v3] Re: Failed to my map

2010-10-23 Thread Nurul Su'aidah
heloo..i'm new with the google maps api..hope can help me for final year project for GIS application. On Fri, Oct 22, 2010 at 8:16 PM, Chad Killingsworth < chadkillingswo...@missouristate.edu> wrote: > The Maps API runs completely on the client where as ASP.Net code runs > completely on the serve

[Google Maps API v3] mappress

2010-10-23 Thread pemborsky
i'm using wordpress for a travel photo blog and would like the main page to be a map. i want the placemarker infowindows to display a caption and one image. that image when clicked will open a lightbox gallery containing more images taken in that location. i currently have two plugins installed:

[Google Maps API v3] Toggle on/off markers (checkbox)

2010-10-23 Thread svebee
One simple question - how can I "group" and toggle on/off markers with my HTML checkbox? So I have category1, category2, category3 with their own icons (every category has it's own icon) - and I can hide/show them dynamically on my map with checkbox. I couldn't find anything that works in v3 =/ -

[Google Maps API v3] Re: Adding markers to a get directions map

2010-10-23 Thread essjay
It is disappointing I have not been answered. However, by helping people who have asked for guidance of a different type after me, you have actually solved my problem and I have the map working perfectly. All that had to be said was "look at these map examples" (even though they may be totally diff

[Google Maps API v3] Re: Polygon and tile?

2010-10-23 Thread john
OK, did the trick on put multiple polygons in one (mapsSupport.html did not list MultiGeometry and I worried) and I can give a name to the Placemark. Now I want to change the color to red of one Placemark based on the name of the Placemark. How can I do that? On Oct 23, 3:06 pm, "geocode...@gma

[Google Maps API v3] Re: Zip code search returning entire state.

2010-10-23 Thread Craig Fowler
Two things I wanted to add, the actual search is located here: http://ivolunteer.org/do-something (right side, blue box) And, for a few days, the site was throwing an error 302. Basically, it was having some redirecting issues. I'm not sure if that caused and issue with search limits... but it co

[Google Maps API v3] Zip code search returning entire state.

2010-10-23 Thread Craig Fowler
I'm novice at best, but I'm trying to figure this out on my own. We're using the geocoding service to interact with another API (allforgood.org) to return a list of results for a zip code search. At the moment, if you search using the zip code "91107" (Pasadena, CA), it returns results for Fresno

[Google Maps API v3] Re: Polygon and tile?

2010-10-23 Thread geocode...@gmail.com
On Oct 23, 12:03 pm, Rossko wrote: > > Now I have more question about KML. > > http://code.google.com/apis/kml/documentation/kml_tut.htmlhttp://groups.google.com/group/kml-support?lnk=srg > > > Take the example of Tasmania. How can show one of the sub-region  in a > > different (line) color. > > h

[Google Maps API v3] Re: Polygon and tile?

2010-10-23 Thread Rossko
> Now I have more question about KML. http://code.google.com/apis/kml/documentation/kml_tut.html http://groups.google.com/group/kml-support?lnk=srg > Take the example of Tasmania. How can show one of the sub-region  in a > different (line) color. http://code.google.com/apis/kml/documentation/kml

Re: [Google Maps API v3] callback method fails

2010-10-23 Thread Fatih Piristine
yes tried and mentioned that, but that way i can not use it. it is against the rules i am following. Thanks for the suggestion. Fatih On Sat, Oct 23, 2010 at 8:19 PM, James McGill wrote: > Try a callback that does not contain '.' > > Regards, > James > > > On Sun, Oct 24, 2010 at 1:28 AM, Fat

Re: [Google Maps API v3] callback method fails

2010-10-23 Thread James McGill
Try a callback that does not contain '.' Regards, James On Sun, Oct 24, 2010 at 1:28 AM, Fatih Piristine wrote: > callback method fails with async loading. where init function is defined as > > > gmap.init = function () {}; > > &callback=gmap.init > > main.js: eval(window+e+'()'); breaking. > >

[Google Maps API v3] Re: Polygon and tile?

2010-10-23 Thread john
Now I have more question about KML. Take the example of Tasmania. How can show one of the sub-region in a different (line) color. A sub-region may contain multiple polygons (like those islands). I also like to change the color dynamically. TIA. John On Oct 19, 3:41 pm, Chad Killingsworth

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread Rossko
> Any suggestions on how to add the feature you mentioned?  Referring to > waiting on the end user input. The usual way is to wait for the user to press a 'submit' button or the enter key. This isn't maps related, but here's an example using directions http://code.google.com/apis/maps/documentati

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread CS
Any suggestions on how to add the feature you mentioned? Referring to waiting on the end user input. On Oct 23, 11:52 am, Rossko wrote: > > Okay I can see that but how do you add the destination field? > > Add it to what? > From a quick glance at your code, it seems to try and generate > direct

[Google Maps API v3] Re: How to add a city?

2010-10-23 Thread Rossko
> What am I doing wrong? I think if you give your overlay div a border, you will be able to see what's happening better. You need to think about if you want to 'anchor' a particular point of the overlay to a particular lat/long on the map - one corner, the centre, the asterix, whatever. -- You

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread Rossko
> Okay I can see that but how do you add the destination field? Add it to what? >From a quick glance at your code, it seems to try and generate directions immediately on map initialisation. You might need to wait for the end user to type something in first? -- You received this message because

[Google Maps API v3] Re: Missing the basics... can I have a prod please?

2010-10-23 Thread ANCofE
Thanks for that response (though my own is very delayed... I got (very) distracted). Looks like a KML overlay is the only answer and I have to live with the limitations (though I am surprised). Moving onto my next issue, I would like to produce a static map for those that have JavaScript turned of

[Google Maps API v3] callback method fails

2010-10-23 Thread Fatih Piristine
callback method fails with async loading. where init function is defined as gmap.init = function () {}; &callback=gmap.init main.js: eval(window+e+'()'); breaking. as a function name only 'init' is accepted or am i wrong? -- You received this message because you are subscribed to the Google G

[Google Maps API v3] Re: Adding Multiple Markers

2010-10-23 Thread CS
Hello, Here is the link; http://www.sabramediagroup.com/Maps/example-map.html Thanks for the link to the marker map. This is what I need to do: Input Origination Input Destination Select your radio Genre Results will show directions as well as markers for the radio stations that appears alon

[Google Maps API v3] Re: How to move the Geocoding Directions Panel

2010-10-23 Thread CS
Okay I can see that but how do you add the destination field? On Oct 22, 1:36 pm, Esa wrote: > It has been a huge effort of Google to make geocoding and directions > to work with a single input field. I am sure that users like it more > than separate address component fields. -- You received th

[Google Maps API v3] How to add a city?

2010-10-23 Thread Yaron Naveh
Hi I am trying to add a new city as a custom overlay. See my attempt here ("my new city", in the center of road 80): http://yaron.6te.net/overlay-ny.htm The problem is that as I zoom in the city appears above the road, and as I zoom out it appears below it. What am I doing wrong? Thanks, Y

[Google Maps API v3] Re: Drawing multiple polygons onto the same map

2010-10-23 Thread Onur Güzel
Thank you Larry so much for your help. Onur On Oct 23, 9:40 am, "geocode...@gmail.com" wrote: > On Oct 22, 5:50 pm, Onur Güzel wrote: > > > Hi all, > > I'm a bit new to Google Maps Javascript API v3. I successfully managed > > to add a polygon using my js code, but cannot add a second polygon o

[Google Maps API v3] Re: Adding markers to a get directions map

2010-10-23 Thread essjay
Hi, I have not got the map live. I have tried putting a single marker up doing a customMarker overlay. Managed that OK and could drag the route to it but I could not get it out of the middle of Australia. I have tried downloadUrl and got the map and directions but no sign of any markers. I have als

[Google Maps API v3] Re: Adding markers to a get directions map

2010-10-23 Thread geocode...@gmail.com
On Oct 23, 12:06 am, essjay wrote: > After many hours of looking at maps, reading forum posts and > trying different options, I need to ask. Is it possible to add > markers to a map that is used for getting directions? Yes. > What I wanted to do is have a map where you can get directions > from

[Google Maps API v3] Adding markers to a get directions map

2010-10-23 Thread essjay
After many hours of looking at maps, reading forum posts and trying different options, I need to ask. Is it possible to add markers to a map that is used for getting directions? What I wanted to do is have a map where you can get directions from A to B. The map would already have a lot of markers o