... 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,
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
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
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
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
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
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
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
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..
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
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
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
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
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
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
> 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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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@
37 matches
Mail list logo