[Google Maps API v3] Re: Clickable Polylines

2011-06-04 Thread bernie james
I've created a new map http://bfwebdev.nmsu.edu/ADV_ASP_BJM/maps_test7.html where I'm trying to place icons with infowindows until I can get more time to work on understanding the clickable polyline sample. I have a lot of information to place in the infowindow and would like the users to c

[Google Maps API v3] don't show map

2011-06-04 Thread phonghunter
Dear all, I used googel map api v3 but in this domain : promocation.nexgenz.com I always didnot get map. I checked requests and I see some requests : http://maps.googleapis.com/maps/api/js/ViewportInfoService.GetViewportInfo?1m6&1m2&1d89.38756512640123&2d180&2m2&1d90&2d-180&2u0&4sen-US&5e3&callba

[Google Maps API v3] click and dblick events

2011-06-04 Thread a jay
I added a click listener event that places a marker on a map, the problem is that every dblclick places a marker as well. how do i solve that ? -- 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

Re: [Google Maps API v3] Displaying "Too large" Shapefiles

2011-06-04 Thread James McGill
Out of interest, why do you want to avoid tiles? On Sat, Jun 4, 2011 at 11:33 PM, Chris Broadfoot wrote: > What changes every minute? Obviously it's not the county boundaries > themselves :) > > On Sat, Jun 4, 2011 at 5:51 AM, midimid wrote: >> >> I know there's lots of topics on this, but if th

Re: [Google Maps API v3] Re: Which one?

2011-06-04 Thread Zaur Guliyev
No, I just don't have any experience with Maps integration (its my first project)...I love Java, but Google Maps + Php integration is easier... Its part of my FYP and I want to be sure that integration will end up successfully if I use Java...I think to use Spring MVC (preferably) but first of all

[Google Maps API v3] Re: Which one?

2011-06-04 Thread davie
Hi Sounds like a college assignment. You will need to elaborate what you want help Regards Davie On Jun 3, 12:17 am, -guliyev- wrote: > Which one to use to get rid of Google maps in DYNAMIC server-side > application? > > /* > *This app will read addresses and some data from database and > accordi

[Google Maps API v3] help fixing geo xml3 map using geolocation

2011-06-04 Thread Christopher Watson
HI, used gexml3 to produce this http://creativemaps.vism.ag/sheffield.htm works a treat. tried to merge that with geolocation so that it would find the users location and places the info window saying 'found using w3c standard', would be among any pins/markers that are in that location loaded

Re: [Google Maps API v3] Displaying "Too large" Shapefiles

2011-06-04 Thread Chris Broadfoot
What changes every minute? Obviously it's not the county boundaries themselves :) On Sat, Jun 4, 2011 at 5:51 AM, midimid wrote: > I know there's lots of topics on this, but if there's anything I've learned > after all the testing I've done, its that Google Maps can only handle so > much. I'd li

Re: [Google Maps API v3] Extracting lat/lon from google maps url

2011-06-04 Thread Barry Hunter
The coordinates aren't always included. If they where they would be in the ll= parameter. Alought that is just where the view is centered and the user may of dragged the map, not the coordinates of the searched location. Don't know what your goal is so can't suggest alternatives ... On Jun 4, 2011

Re: [Google Maps API v3] Re: Get at Google Maps from a Chrome extension?

2011-06-04 Thread Sam Dutton
Hi Chris -- ingenious... I haven't tried your solution yet, but I noticed you can set the content_scripts value for run_at to document_start: see http://code.google.com/chrome/extensions/content_scripts.html. Rossko -- ''I'm reading that as "I want my extension to 'hijack' maps on arbritary we

[Google Maps API v3] Extracting lat/lon from google maps url

2011-06-04 Thread Kelemen Viktor
hi, i'd like to extract latitude and longitude values from google map links. let's say you have the following link (this is the link that you'd get on http://maps.google.com link menu) http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=tokyo&aq=&sll=35.675147,-95.712891&sspn=47.800848,9

[Google Maps API v3] Re: Marker.setIcon on IE9

2011-06-04 Thread Dave
Does anybody have an update on this issue as I've had the same problem with code I developed against V3. Is it likely I have to change any parameters/settings on my Markers I have created as I find my the environment crashes in an internal "mouseout" event shortly after calling "setIcon" within th

Re: [Google Maps API v3] Re: Get at Google Maps from a Chrome extension?

2011-06-04 Thread Chris Broadfoot
It'll work! I wrote a similar extension that forces WebGL StreetView: https://github.com/broady/ForceWebGL On Sat, Jun 4, 2011 at 1:08 AM, Rossko wrote: > > For my extension I want to get at the Map object(s) for any page with one > or > > maps on it > > I'm reading that as "I want my extension