[Google Maps API v3] Re: Losing custom control on zoom on Android 2.2

2011-07-09 Thread Koen Maes
same prob, got a solution worked out ? -- 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/-/p9c9nh9CFZwJ. To post to this group, send e

[Google Maps API v3] Marker does not change it position

2011-07-09 Thread Scyld de Fraud
Hello Group! Maybe I'm a lunatic, but I have observed strange behavior on map of my application. The app is embedded in iframe on target page and I have that page opened in firefox tab but this tab is not active - I'm browsing other webpage in the other firefox tab. Strage thing is - in my map

[Google Maps API v3] access waypoint markers after route drag

2011-07-09 Thread Chris Sullins
Is there any way to access the round white waypoint markers that appear after a user has dragged the map? I would like to add a right click menu to the marker (to delete it), like the one on the main Google Maps page, but I don't know how to access the markers to add an event. -- You received

[Google Maps API v3] Re: detailed errors for multiple waypoints in directions

2011-07-09 Thread xelawho
>If you > want to find out which of the locations was not found, you have to > geocode each of them. yeah, that's the solution I came up with - I just updated the above- linked map if you want to have a look. > Driving directions do not cover all the countries. E.g. Mexico still > seem to be mark

[Google Maps API v3] Re: Google Maps as Schematic Editor

2011-07-09 Thread Esa
You can also write a custom projection for your coordinate system http://code.google.com/apis/maps/documentation/javascript/maptypes.html#Projections This is an example how to 'misuse' Maps API by Marcelo: http://maps.forum.nu/gm_function_plotter.html Note that is an old example using v2 syntax -

[Google Maps API v3] Re: detailed errors for multiple waypoints in directions

2011-07-09 Thread Esa
ZERO_RESULTS means that no route was solved. NOT_FOUND means that geocoding failed on one or more locations. If you want to find out which of the locations was not found, you have to geocode each of them. Driving directions do not cover all the countries. E.g. Mexico still seem to be marked 'No'

[Google Maps API v3] Re: access map from another external html page file? API v3

2011-07-09 Thread JKurtock
It looks like you solved your problem by using someone else's popup "package." Generally, if you create popups with window.open, window.opener can access all the global variables in the calling window. If you create popups with window.showModalDialog, window.opener does NOT work in all browsers.

[Google Maps API v3] Re: Crashing browsers :)

2011-07-09 Thread THE_AI
No, it is not. I've read the TOS many times... You are allowed to ask money for your product as long as the map is publicly accessible. On Jul 9, 4:57 pm, en4ce wrote: > i wonder if that component is against the TOS of google maps because > you want ppl to pay for that component... > > 12-Month

[Google Maps API v3] Re: Crashing browsers :)

2011-07-09 Thread en4ce
i wonder if that component is against the TOS of google maps because you want ppl to pay for that component... 12-Month subscription for Hotspots • €39 EUR ≈ $49.53 USD • 365 Days http://compojoom.com/subscriptions-a-downloads On 9 Jul., 13:18, THE_AI wrote: > Hey guys, > I have finally r

[Google Maps API v3] Re: please help! polygon shading errors when crossing the south pole

2011-07-09 Thread Enoch Lau
This is because a polygon that goes around the poles a non-zero number of times is filled from the north pole. If you wish to fill from the south pole, create a polygon with two paths: an outer path that covers the whole world, and an inner path that is the circle that you wish to draw; this sh

Re: [Google Maps API v3] Re: MAP API as Server Side script

2011-07-09 Thread Andrew Leach
On 9 July 2011 11:48, Tejas B wrote: > What part of my question is Google maps not intended for? Server-side use. And for doing the geocoding and/or other maths without showing a map. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" g

[Google Maps API v3] Crashing browsers :)

2011-07-09 Thread THE_AI
Hey guys, I have finally released my joomla component - hotspots :). Here is the demo: http://demo.compojoom.com/hotspots I got few users complaining that when they click on a marker in street mode, they don't see the infoWindow. The infoWindow opens, but in the map plane and not the street map pl

[Google Maps API v3] Re: MAP API as Server Side script

2011-07-09 Thread Tejas B
What part of my question is Google maps not intended for? On Jul 9, 2:08 pm, Rossko wrote: > > What is the best way to achieve this? > > Use some other map client, Google maps API is not intended for this > use. -- You received this message because you are subscribed to the Google Groups "Goog

[Google Maps API v3] Re: Change info bubble height when user clicks on kml features

2011-07-09 Thread Rossko
The only IE I have is IE6, which might be unfair on it! but some infowindows is broke in that and in FF2. It might help to know which browsers we are all using. Just possibly related to client screen size? Mine is small, 1024x768 -- You received this message because you are subscribed to the

[Google Maps API v3] Re: MAP API as Server Side script

2011-07-09 Thread Rossko
> What is the best way to achieve this? Use some other map client, Google maps API is not intended for this use. -- 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@googleg

[Google Maps API v3] MAP API as Server Side script

2011-07-09 Thread Tejas B
The purpose is to use google map api on the server side, as a lot of calculations are done to pull results from the database and I want to keep my code closed for some time. The only things that need to run on the client side would be geolocation and some user inputs. What is the best way to achie