Hi Broady,
Thanks for your help. This is just about does what I want to do,
however the marker/infowindow now slides to the bottom of map_canvas
as opposed to holding it's (relative) position, perhaps something
other than getAnchor would work, I'm not sure.
http://www.hostelbars.com/map_test_v3_1
On Mon, Apr 18, 2011 at 2:51 PM, adamkempa wrote:
> So: if we are a commercial site that uses the styled map features,
> 2500 users can load the API via your site before charges are incurred,
> daily.
>
Yes.
> Will there be an option to fail over to unstyled maps for users 2501
> up through 25
FYI, here are a couple third party libraries:
http://www.mistechko.sumy.ua/jscript/google/map/index.html
https://github.com/stomlinson/Polyline-enableEditing-enableDrawing-for-GMaps-API-v3
Chris
--
http://twitter.com/broady
--
You received this message because you are subscribed to the Google
Chris,
Thanks for the update. I am glad to hear it's being addressed. This
helps me decide what to do with my app, though it also leaves me with
a school of eels that need a home.
I created a map editor in V2 that includes the ability to edit
polylines and polygons. My editor creates a map that t
Thanks for your response. Anyway, it was more of a curiosity, because
I had already managed to develop a small app for drawing polylines as
routes (which with a stroke weight of 10 or something can achieve a
similar result). I just wanted to make sure you can't do it like
this :)). Cheers!
--
You
On 18 April 2011 22:51, adamkempa wrote:
> Thanks Chris -
>
> So: if we are a commercial site that uses the styled map features,
> 2500 users can load the API via your site before charges are incurred,
> daily.
>
> Will there be an option to fail over to unstyled maps for users 2501
> up through 2
Have a look at the FT python client:
http://code.google.com/p/fusion-tables-client-python/
Once you have your data in FT, it's easy to display on a map.
Try the FT user group for more FT-specific help:
http://groups.google.com/group/fusion-tables-users-group/
Also, you might be interested in som
Thanks Chris -
So: if we are a commercial site that uses the styled map features,
2500 users can load the API via your site before charges are incurred,
daily.
Will there be an option to fail over to unstyled maps for users 2501
up through 25,000?
I'm curious: any insight into why the 10x lower
You can edit the details:
http://www.google.com/mapmaker?ll=14.269012,75.35351&spn=0.026826,0.04034&t=m&z=15&q=Shikarpur,+Karnataka,+India&hl=en
Chris
On Mon, Apr 18, 2011 at 7:28 AM, pacchu wrote:
> Hi.
> There is a spelling mistake in map. 'Shikaripura' is a Town in Shimoga
> district, Karna
On Tue, Apr 12, 2011 at 3:53 AM, Andrew Leach wrote:
> What make you think it's client IP? The way I read the FAQ and the
> blog entry you quoted, it's per referrer. That is, the *site* is
> limited to 25000 map images. That's rather limiting, so I hope it's
> IP. I don't think it's clear.
Close
We're working on it. Please follow the feature request here:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2432
PS: If I had a hovercraft, it would be full of eels already. Not much of a
threat! :)
Chris
--
http://twitter.com/broady
--
You received this message because you are su
You could try something like this:
google.maps.event.addListener(map, 'zoom_changed', function() {
infoWindow.setAnchor(infoWindow.getAnchor());
});
--
http://twitter.com/broady
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" grou
I get the error ..jQuery is not defined in a few of your .js
files.
On Apr 18, 1:10 pm, posabsolute wrote:
> Hi guys,
>
> We are using google map to show pub crawls on a map athttp://pubcrawl.me
> ,
>
> We just saw that our prototype map stopped responding? have our
> website been blackliste
Your JS files never seem to load - they time out. Probably a
misconfiguration on your HTTP server.
$ time curl -s http://pubcrawl.me/js/utility/jquery-1.5.1.min.js > /dev/null
curl: (18) transfer closed with 69145 bytes remaining to read
real 1m5.420s
$ time curl -s
http://pubcrawl.me/js/utility/
Hi Brendon,
The infowindow is staying open when I zoom in.
I am not entirely sure what you are asking or what it is that is
wrong?
On Apr 18, 4:34 pm, Brendon wrote:
> Hi, please see this link:http://www.hostelbars.com/map_test_v3_1.html
>
> If I click on any marker an infowindow opens, however
Is there an official request somewhere to add polygon and polyline
editing in v3? What's the status?
Is the official position that poly editing can be done by editing the
paths, and that third-party solutions exist, and that's the end of the
story? I sure hope not. The third-party solutions are no
Not with any Google API. The Places API comes the closest to what you want,
have a look:
http://code.google.com/apis/maps/documentation/places/
On Sun, Apr 17, 2011 at 11:40 PM, sandeep jain wrote:
> i all,
>
>i am just trying to set a map where i so any property with my
> latitude and longit
Hi, please see this link: http://www.hostelbars.com/map_test_v3_1.html
If I click on any marker an infowindow opens, however when I zoom I
want the infowindow to remain open within the viewport much like how
an infowindow works in: maps.google.com. There is no need for more
than one infowindow to
Bump -
Has there been any official word on this - IP vs App?
Thanks!
-- Adam
On Apr 12, 6:53 am, Andrew Leach wrote:
> On 12 April 2011 11:45, en4ce wrote:
>
> > client ip and, i already postet that ;)
>
> What make you think it's client IP? The way I read the FAQ and the
> blog entry you quo
Try this page:
http://code.google.com/apis/maps/documentation/javascript/examples/map-geolocation.html
--
http://twitter.com/broady
--
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-ma
Hi guys,
We are using google map to show pub crawls on a map at http://pubcrawl.me
,
We just saw that our prototype map stopped responding? have our
website been blacklisted, basically, all the files seems to load very
slowy and nothing happen after, just a blank space where there should
be a ma
Hi all,
I have a problem with my map, which uses custom map tiles and a
Euclidian projection:
http://www-tradis.vet.cam.ac.uk
The map works fine in Firefox 3 and IE8, but after a recent upgrade to
version 4 I've noticed a strange problem with the display of tiles.
When I drag the map incorrect t
Thanks for the input. I guess his click events are unrelated to the overlay
itself, and instead related to a series of markers. Right now I'm using
polygons in a KML so that I can get a separate click event for each
building... it's not as pretty as his map, but I think it will be easier to
do
It looks like from the code and how the map operates is that the
university map is a overlay map type. You can see in the code that
the regular Google Map is created first, then the cut. You can see
this during a zoom in or zoom out that the GM map goes up first and
then the tiles of the universi
Hi.
There is a spelling mistake in map. 'Shikaripura' is a Town in Shimoga
district, Karnataka State, India.
which is mentioned as 'Shikarpur'. Please do let me know how to fix
this bug.
more details on http://en.wikipedia.org/wiki/Shikaripura
thanks
regards
--
You received this message because y
how can i dynamically draw a resizable polygon ? is it possible with
v3 as all examples of something similar has been with v2..
--
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-
i was doing the first example in basic Concepts
var initialLocation;
var siberia = new google.maps.LatLng(60, 105);
var newyork = new google.maps.LatLng(40.69847032728747,
-73.9514422416687);
var browserSupportFlag = new Boolean();
function initialize() {
var myOptions = {
zoom: 6,
This is commonly called "clustering"
There is much said about it on the web
http://www.google.com/search?q=google+maps+clustering
you will also find many actual implementations around.
On 18 April 2011 06:30, Navindian wrote:
> Hello all,
> I need to show a list of markers as one group. Other
Google have rendered image tiles, representing the streetview
coverage. They are transparent so they display over the top of the
road map underneath.
I dont see how they can be used for routing. they are images. And they
in tiles. Even if you did develop an alogorithm to route though the
'blue goo
Thanks for pointing this out guys!
--
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@googlegroups.com.
To unsubscribe from this group, send email to
google-maps-js-api-v3
the limit i more like 15 layers..
chers//martin
--
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@googlegroups.com.
To unsubscribe from this group, send email to
google-
it seems there is a "limit" of about 10 layers or so, I did a
different approach by checking the uses mapwindow, and only open up
those kml layers in the view.
I used a marker with id to check for kml "id" to open.
You can also do the check for example at tiles loaded event.
--
You received this
Hi, first of all, I want to briefly know how the API displays that blue
outlines for every street that has street view imagery, when you drop
Pegman, and secondly if I can use it for example to highlight a route
between two points. I can't use the directions API for some reasons that it
doesn't
My hair is greyer than ever trying to solve this puzzle. Do any of you
guys have a clever solution to this problem? The kml-files in the
directory will be edited several times a month and they will also be
deleted and added from time to time. I need Google Maps to load all
kml-files from the direto
Hola, eso es directamente sobre los datos que pones en el mapa, no en el
mapa en si. lo mas fácil si son circulares o rectangulares por los valores
de las coordenadas y la distancia (el radio del circulo) aunque el cálculo
correcto es usando una base de datos geografica como PostGis o FusionTabl
What example do you mean? I think you didn't provide enough
information. Do you want to use the Geolocation API?
I'd suggest you try this library
http://code.google.com/p/geo-location-javascript/
On Apr 18, 9:53 am, Kennwhy wrote:
> I wanna use my native browser to play this example but never
Your jQuery is not working because the elements do not exist in the
DOM when you are running the jQuery code. Move your jQuery code out
of the $(document).ready(function(){}) and into the click listener for
your infowindow.
On Apr 18, 4:11 am, thebit wrote:
> > The contents of the infowindow (,
I wanna use my native browser to play this example but never work.
Only work when I use firefox. please help...
--
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@googlegro
> The contents of the infowindow (, tags etc.) don't exist in
> the DOM until _after_ the infowindow has been opened.
> So you can't attach jquery actions to them ahead of time, such as $
> ('input.alertMe').click(...)
So, How I should to do?
1) Please, can you post a little example or say me in
Thanks!
On 4月18日, 下午12时02分, "geocode...@gmail.com"
wrote:
> On Apr 17, 7:49 pm, bella wrote:
>
> > With the following html , I search "福码大厦" which is a
> > building in China ,it returns "Geocode was not successful for the
> > following reason: ZERO_RESULTS" ,but when I use
> >http://map.goo
40 matches
Mail list logo