Re: [Google Maps API v3] Re: how I can draw text with angle in the map?

2011-12-05 Thread Chris Broadfoot
... I'd love if you'd extend the Map Label library to support this, too. Send me a patch! I suggest either using CSS3 transforms to achieve this, but it's possible in canvas, too. Cheers Chris -- http://twitter.com/broady On Tue, Dec 6, 2011 at 2:40 PM, JKurtock wrote: > It's not trivial,

Re: [Google Maps API v3] Cannot find basic problem

2011-12-05 Thread Juan Francisco Vega Damke
Try putting the call of the function *createMarker*, at the end of * initialize().* 2011/12/5 aufbau > I have tried to figure out this problem in my larger program, but even > when I have it broken down to a very simple problem I am missing something. > Can anyone tell me why my marker does not

[Google Maps API v3] Re: how I can draw text with angle in the map?

2011-12-05 Thread JKurtock
It's not trivial, but if you want to do some canvas programming this will give you a big head start: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/maplabel/examples/maplabel.html Note that Google doesn't "draw" the names of the streets; the individual tiles are made up long in adv

[Google Maps API v3] Re: Newbie Problem with Marker

2011-12-05 Thread geocode...@gmail.com
On Dec 5, 6:40 pm, kmcnet wrote: > Hello Everyone and thanks for your help in advance.  I am new to Google > Maps 3.0 (and not super strong in javascript).  I have an example posted at: > > http://kidsmedicalcare.com/map30.htm > > I have tried various versions of code to place a marker, but am hav

[Google Maps API v3] Re: Cannot find basic problem

2011-12-05 Thread geocode...@gmail.com
On Dec 5, 5:45 pm, aufbau wrote: > I have tried to figure out this problem in my larger program, but even when > I have it broken down to a very simple problem I am missing something. Can > anyone tell me why my marker does not display? I am guessing I have a typo > but I cannot seem to find it. M

[Google Maps API v3] Newbie Problem with Marker

2011-12-05 Thread kmcnet
Hello Everyone and thanks for your help in advance. I am new to Google Maps 3.0 (and not super strong in javascript). I have an example posted at: http://kidsmedicalcare.com/map30.htm I have tried various versions of code to place a marker, but am having no luck. For example: var marker = n

[Google Maps API v3] Cannot find basic problem

2011-12-05 Thread aufbau
I have tried to figure out this problem in my larger program, but even when I have it broken down to a very simple problem I am missing something. Can anyone tell me why my marker does not display? I am guessing I have a typo but I cannot seem to find it. My test page is http://www.cornmazesame

[Google Maps API v3] Re: Google Maps Data Provider

2011-12-05 Thread Map smurfs Earth
any idea about this?? -- 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/-/bPbgMG3ujAsJ. To post to this group, send email to google-ma

[Google Maps API v3] Re: KML not displaying in IE, displays in Firefox

2011-12-05 Thread Fred Weaver
It was the div id="map" AND a variable map. Changed the id to "map_canvas" and it worked. I had to keep the javascript map variable global so I could use it in another function. The map displays 8 different KML files, one a time depending on user interaction. Thanks On Dec 5, 11:48 am, "geocode..

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-12-05 Thread Enoch Lau (Google Employee)
No this isn't possible in editable mode. Feel free to add a feature request: http://code.google.com/p/gmaps-api-issues/issues/list Enoch -- 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: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-12-05 Thread bryan.jones
I'm also trying to find a block of code that shows how the user can be enabled to delete points on a polyline/polygon. I know it is something to do with remove_at and that you need to add a listener. Is there a special keystroke combination for the user to use having selected the point to be de

Re: [Google Maps API v3] Sending request on intialise.

2011-12-05 Thread Andrew Leach
On 5 December 2011 23:39, i...@howlingdollhouse.com wrote: > > Basically, when you type in a query into the search field and press 'submit' > it returns results (eg if you type in 'Sydney', nodes will appear), I just > need to know how to make it so the site automatically sends a request when > it

Re: [Google Maps API v3] Re: "Map Data" Window obscures Map

2011-12-05 Thread Andrew Leach
On 5 December 2011 23:35, Tyrone Seeley wrote: > Now I'm getting more confused.  Yesterday I tested this page in both IE9 and > Chrome on two different machines and they were all identical. Today I open > the link and the map is perfect in Chrome, but still has the same problems > in IE9. Make su

[Google Maps API v3] Sending request on intialise.

2011-12-05 Thread i...@howlingdollhouse.com
Hi guys, I have this website here; http://www.18andup.com.au/test_site/newSouth/stores/map.html and I'm having a small problem with it. Basically, when you type in a query into the search field and press 'submit' it returns results (eg if you type in 'Sydney', nodes will appear), I just need

[Google Maps API v3] Re: "Map Data" Window obscures Map

2011-12-05 Thread Tyrone Seeley
Now I'm getting more confused. Yesterday I tested this page in both IE9 and Chrome on two different machines and they were all identical. Today I open the link and the map is perfect in Chrome, but still has the same problems in IE9. -- You received this message because you are subscribed to

[Google Maps API v3] Re: customized map controls in V3?

2011-12-05 Thread Rossko
> I haven't found yet custom controls for V3, is there somewhere a API > description? http://code.google.com/apis/maps/documentation/javascript/controls.html#CustomControls -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To pos

[Google Maps API v3] Re: Significant Changes in Coordinates

2011-12-05 Thread Rossko
> I'm required to only call the Geocoding Services when there's a > "significant change" in the coordinates whose address I'm looking for, Your biggest problem will be determining if anything has changed without looking > so the question is: what is considered a significant change in > coordinate

[Google Maps API v3] Re: Google map doesn't work on IE9 mobile on Windows phone

2011-12-05 Thread Enoch Lau (Google Employee)
Windows Phone is not supported: http://code.google.com/apis/maps/faq.html#browsersupport Enoch -- 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-ma

[Google Maps API v3] Re: Help Uploading XML for markers

2011-12-05 Thread geocode...@gmail.com
On Dec 5, 1:03 pm, Amy Roach wrote: > I am trying to create a simple map that uploads my XML data (containing > several fields some are >255 characters).  I have attached my XML file.  I > saw this tutorial:www.geocodezip.com/v3_MW_example_map3.html, however, my > xml file is not formatted like th

[Google Maps API v3] how I can draw text with angle in the map?

2011-12-05 Thread Leonel Pereda
Hi How I can draw text with angle in the map, as does Google with the names of the streets? Thanks a lot, Leonel -- 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@google

[Google Maps API v3] Rivers directions

2011-12-05 Thread Jose Leonardo Dutra
Hi, I am looking for some examples with rivers, but I could see good examples. On google maps I can't see small rivers in my region, is it normal? My idea is get the path by the river, is it possible? Thanks -- You received this message because you are subscribed to the Google Groups "Goog

[Google Maps API v3] Significant Changes in Coordinates

2011-12-05 Thread notaplayer83
Hello! I'm required to only call the Geocoding Services when there's a "significant change" in the coordinates whose address I'm looking for, so the question is: what is considered a significant change in coordinates? how many decimals should are considered to be a significant change in coordinate

[Google Maps API v3] customized map controls in V3?

2011-12-05 Thread dgp.md
Hi, In V2 Google Maps it's possible to create your own map controls visuality: http://code.google.com/intl/de/apis/maps/documentation/javascript/v2/controls.html#Custom_Controls I haven't found yet custom controls for V3, is there somewhere a API description? Is there something like saveMapState

[Google Maps API v3] Google map doesn't work on IE9 mobile on Windows phone

2011-12-05 Thread juleschu
Hi, I'm currently working on an mobile app in html5 with the jquerymobile framework. But I have an issue with google map on a *windows phone device *(for me an omina 7). > I can't *move or zoom on the map* ... Here is a live example of it http://labs.eyesweat.com/baby/localisation Thanks a

[Google Maps API v3] Re: KML not displaying in IE, displays in Firefox

2011-12-05 Thread geocode...@gmail.com
On Dec 5, 10:59 am, "geocode...@gmail.com" wrote: > On Dec 5, 10:52 am, Fred Weaver wrote: > > > This is puzzling. I'm toggling between KML files and IE is giving me > > fits.http://bicycle.fredweaver.biz/index.html - works fine in > > bothhttp://bicycle.fredweaver.biz/scpd_cyclists.html-works i

[Google Maps API v3] Re: KML not displaying in IE, displays in Firefox

2011-12-05 Thread geocode...@gmail.com
On Dec 5, 10:52 am, Fred Weaver wrote: > This is puzzling. I'm toggling between KML files and IE is giving me > fits.http://bicycle.fredweaver.biz/index.html - works fine in > bothhttp://bicycle.fredweaver.biz/scpd_cyclists.html- works in Firefox > but not IEhttp://bicycle.fredweaver.biz/codmap.h

[Google Maps API v3] KML not displaying in IE, displays in Firefox

2011-12-05 Thread Fred Weaver
This is puzzling. I'm toggling between KML files and IE is giving me fits. http://bicycle.fredweaver.biz/index.html - works fine in both http://bicycle.fredweaver.biz/scpd_cyclists.html - works in Firefox but not IE http://bicycle.fredweaver.biz/codmap.html - works in Firefox but not IE The IE er

[Google Maps API v3] Re: javascript clientside doesn't return zipcode

2011-12-05 Thread Marcelo
On Dec 4, 11:38 pm, kShan wrote: > I'm using JS v3 and realized that google is returning only the lat and long > of an address and not the zipcode. Is there a way to get this? I know > server side returns the zipcode. For the same address? If so, please show us an example. > > This is critical a

Re: [Google Maps API v3] Re: Where are the ridefinder marker icons?

2011-12-05 Thread Chris Broadfoot
Hi all, Good news: I've worked hard to reinstate these icons! They now live over on maps.gstatic.com/mapfiles/ridefinder-images Example: http://maps.gstatic.com/mapfiles/ridefinder-images/mm_20_red.png Even better news: I've just added redirects from the old location to the new one, so existing

Re: [Google Maps API v3] Re: Where are the ridefinder marker icons?

2011-12-05 Thread Andrew Leach
On 5 December 2011 11:57, davie wrote: > > From this I imagine that it is good business practice to ensure you > cover yourself in the likely event of some of the features being > dropped  ie have the icons on your own server. While that may be good practice, there is also... http://googleblog.b

[Google Maps API v3] Re: Where are the ridefinder marker icons?

2011-12-05 Thread davie
Hi >From http://code.google.com/labs/ " At Google, we love to expirement with new ideas. In Google Code Labs, you'll find developer products that are experimental. Some of these will one day graduate out of labs, others may remain experimental or even be shut down. That's what a lab is for. Likewi

[Google Maps API v3] Layer for everything exept one country?

2011-12-05 Thread OscarWilde
Hi all, I want to "hightlight" the visitors country by building a layer for everthing exept his own country. How can I do that? Thanks for your help! Frank -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group

Re: [Google Maps API v3] Disabling POI's InfoWindows - workaround found

2011-12-05 Thread Andrew Leach
On 5 December 2011 00:35, Chris Broadfoot wrote: > > For those that don't want the info windows to show when poi icons are > clicked, can I ask why? It would be good to get an idea of your use case - > it helps when we are prioritising development of new features. > > In particular, why you'd like

[Google Maps API v3] Re: Disabling POI's InfoWindows - workaround found

2011-12-05 Thread Nianwei Liu
Infowindow can be a distraction at times. Also, if the UI design has changed from the default, say, in a iPhone style by using custom info windows overlay like the infoBubble, that default window will not fit. A very reasonable solution would be follow the path of fusiontableslayer, in which case y

[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: Where are the ridefinder marker icons?

2011-12-05 Thread Pil
There would be an evident first choice solution: Why not redirecting the queries to the icons to another Google server? -- 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@