> I want the same with the GSmapSearchControl.
Here's an example of using GSmapSearchControl triggered by clicking a
ink - "Search for Applebess".
http://jgeerdes.home.mchsi.com/playground/GSmapSearchControl.html
You can rewrite that to have more than one search from different
links ; then rewrite
> I want to make some new maps in "my maps" (by making some routes, text
> descriptions and placemarkers etc ) and then want to load all that
> data programmatically in an iphone (and later on in an android)
See
http://www.google.co.uk/search?hl=en&source=hp&q=export+kml+from+my+maps&meta=&aq=f&oq
> Using a proxy tool I can see my KML file being read and parsed
> properly byhttp://maps.google.com/gx?q=URL_TO_MY_KMLfile.
You're using GGeoXml. The URL above is NOT parsing your file, it is
sending the location of your file as an argument to Google's servers.
Which should then read and parse
Ok thanks.
GSmapSearchControl is one of API is using for search with query string
eg :
mapSearchControl = new GSmapSearchControl(container,
google.loader.ClientLocation.address.country,
{ title : "Property and Accomodation",
On Jan 5, 11:10 pm, sathiya moorthi wrote:
> I want the same with the GSmapSearchControl.
What is GSmapSearchControl?
I don't think it works that way. I think you will need your own data
source, the Local Search API only returns a limited number of results
per call (8, I think), and I suspect th
I want the same with the GSmapSearchControl.
On Wed, Jan 6, 2010 at 2:59 PM, geocode...@gmail.com
wrote:
> On Jan 5, 10:52 pm, sathiya moorthi wrote:
>> Hi,
>> I would like to show the overlays with multiple selection in the map.
>> For example, Create three checkbox,
>> 1. Hotels
>> 2. Foods
>>
On Jan 5, 10:52 pm, sathiya moorthi wrote:
> Hi,
> I would like to show the overlays with multiple selection in the map.
> For example, Create three checkbox,
> 1. Hotels
> 2. Foods
> 3. Schools
> If you select Hotels then it should have to show the Hotels overlays
> with red color icons in the ma
On Jan 5, 9:36 pm, jigs wrote:
> Hello
>
> I am trying to reverse geocode "Europe" continent.
>
> Below is the code which returns response code as 200 but accuracy
> level shows 0 "Unknown location"
>
> function initialize() {
> if (GBrowserIsCompatible()) {
> var map = new GMap2(document.ge
Hi,
I would like to show the overlays with multiple selection in the map.
For example, Create three checkbox,
1. Hotels
2. Foods
3. Schools
If you select Hotels then it should have to show the Hotels overlays
with red color icons in the map.
If you select the Foods it should have to show the Foods
I'm not sure if this is related but I have GroundOverlay nodes in my
KML
-
-
RIGHT SIDE
1
1
-
RIGHT IMAGE URL
-
6.506954
2.009046
123.482814
109.019186
0
-
LEFT SIDE
1
2
-
LEFT IMG URL
-
6.707792
2.058348
143.3618
96.6082
0
I fudged
I'm loading a KML file that contains an image which is overlaid on the
map.
This works fine.
But every now and then, the Map control refuses to load the image
specified in the KML file.
Using a proxy tool I can see my KML file being read and parsed
properly by
http://maps.google.com/gx?q=URL_TO_
Hello
I am trying to reverse geocode "Europe" continent.
Below is the code which returns response code as 200 but accuracy
level shows 0 "Unknown location"
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(ne
It is my need. Martin, Thanks a lot.
On 1月5日, 下午6时04分, Martin wrote:
> Is this any use to you?
>
> http://www.maps-for-free.com/index.html
>
> Martin.
>
> On 5 Jan, 09:35, hyc wrote:
>
>
>
> > I want a Terrain map without city names/road line/boundary line etc.
> > So, how can I get it?
> > Plea
I would look at the static api.
On Jan 5, 2010, at 6:05 PM, John Turley wrote:
> Any way to do this? Basically I just want to set the Map as the
> background to the site and have divs on top of it.
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps A
Hi,
I read through bits of documentation but am still unsure of some
things. Briefly put here is what I intend to do:
I want to make some new maps in "my maps" (by making some routes, text
descriptions and placemarkers etc ) and then want to load all that
data programmatically in an iphone (and l
On Jan 6, 2:29 am, "geocode...@gmail.com"
wrote:
> On Jan 5, 6:28 pm, "geocode...@gmail.com"
> wrote:
>
> > On Jan 5, 6:05 pm, John Turley wrote:
>
> > > Any way to do this? Basically I just want to set the Map as the
> > > background to the site and have divs on top of it.
>
> > Why would you t
On Jan 5, 6:28 pm, "geocode...@gmail.com"
wrote:
> On Jan 5, 6:05 pm, John Turley wrote:
>
> > Any way to do this? Basically I just want to set the Map as the
> > background to the site and have divs on top of it.
>
> Why would you think you can't? It would be against the terms to
> capture an i
On Jan 5, 6:05 pm, John Turley wrote:
> Any way to do this? Basically I just want to set the Map as the
> background to the site and have divs on top of it.
Why would you think you can't? It would be against the terms to
capture an image of the map and use that as the html "background", but
you
Any way to do this? Basically I just want to set the Map as the
background to the site and have divs on top of it.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to google-maps-...@googlegroups.com.
To unsubs
Barry,
Thanks much for your insight. I read your comments in the Map Help
forum also.
When I pinged maps.google.com I got 74.125.155.147
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to google-maps-...@
Or the actual download not responding in a reasonable time?
You have reminded me I need to actually get the KJSON loading to be
ummm proper JSON loading (it will allow it to be loaded x domain)
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
In internet explorer you get a popup if the xml is bad is that the
kind of thing
you mean?
On Jan 5, 6:18 pm, ZEPHYR wrote:
> I know that GeoXml (and eGeoXml) throws a "parsed" event on successful
> instantiation. Is there an event on failure? If not, how would I write
> one in?
--
You received
On Jan 5, 6:01 pm, ZEPHYR wrote:
> I was hoping you'd chime in, Lance!
>
> I must say how much I appreciate the work you have done on geoxml. It
> was exactly what I wanted but definitely not something I could have
> built. I do not understand why Google did not include the same kind
> of funct
It's been intermittent for me. Sometimes it works, but mostly it
doesn't. Guess that could still be caused by one data center though.
I'm getting routed to 66.102.7.147 for maps.google.com atm.
marcus
On Jan 5, 3:57 pm, barryhunter wrote:
> If as I suspect its Geographically based, it might hel
I know that GeoXml (and eGeoXml) throws a "parsed" event on successful
instantiation. Is there an event on failure? If not, how would I write
one in?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to google-m
On Jan 5, 5:01 pm, ZEPHYR wrote:
> In geoxml you use PolylineEncoder--is this where the Douglas Pueker
> encoding occurs?
Oops, just saw the answer-- that is what
"PolylineEncoder.prototype.dpEncode" does.
--
You received this message because you are subscribed to the Google Groups
"Google Maps
I was hoping you'd chime in, Lance!
I must say how much I appreciate the work you have done on geoxml. It
was exactly what I wanted but definitely not something I could have
built. I do not understand why Google did not include the same kind
of functionality --considering there clear use of the s
If as I suspect its Geographically based, it might help for affected
people to post the IP address that maps.google.com resolves to. Google
should be able to use this to find which data-center(s) is/are
affected
On Jan 5, 11:49 pm, Barry Hunter wrote:
> I see three camera icons and a squigg
"argname" ?
On Jan 5, 6:46 pm, streetview99 wrote:
> I'm an old Viscape user.
>
> On Jan 5, 6:31 pm,streetview99 wrote:
>
>
>
> > Andrew I really like it! Life goes on but Google never stops! You're
> > talking to a downdowntown veteran of Atlanta & London. UK. NY, Been to
> > Gotham, Chicago too
I see three camera icons and a squiggly red line on that map just fine.
Google Maps have been having some issues, where it doesnt load for
some people - but loads fine for other people (persumably in different
parts of the world)
Will make sure Google is aware of this thread.
2010/1/5 Joseph Elf
I'm an old Viscape user.
On Jan 5, 6:31 pm, streetview99 wrote:
> Andrew I really like it! Life goes on but Google never stops! You're
> talking to a downdowntown veteran of Atlanta & London. UK. NY, Been to
> Gotham, Chicago too. That is soo fresh. Do I need to camp out in a
> tent w/ a sign tha
mrulrich,
At least it's not just me...
Like you, my code can also read KML files that I am hosting on my
server just fine.
I'm only having trouble when I try to read MyMap files.
I first noticed problems on Monday.
Today it worked for awhile and then stopped working again.
I sure hope we hear fr
Andrew I really like it! Life goes on but Google never stops! You're
talking to a downdowntown veteran of Atlanta & London. UK. NY, Been to
Gotham, Chicago too. That is soo fresh. Do I need to camp out in a
tent w/ a sign that says "I want to work for Google!" to work w/ you
guys? In reality I coul
I've been having the same problem. I posted about it over on the My
Map support forum and was going to post about it here.
http://www.google.com/support/forum/p/maps/thread?tid=1908e0daef0d3285&hl=en
I can't see anything obviously wrong with the KML My Maps is putting
out, but the Maps API isn't
Over the last few days I have experienced problems trying to read
MyMap files with the Maps API.
Here is a link to a MyMap which shows a GPS track and 3 camera icons:
http://maps.google.com/maps/ms?ie=UTF8&t=h&hl=en&msa=0&msid=109834417853835431586.00047bf3d013cf15e19f5&z=14
I have produced a ver
On Jan 5, 10:51 am, Cédric Moullet wrote:
> Hello,
> I'd like to use the panorama image in my application. Is there a way
> to capture the image from the flash panorama viewer and store it as a
> JS Image() object ?
There is probably a way, but I believe that would be against the terms
of use...
Hello,
I'd like to use the panorama image in my application. Is there a way
to capture the image from the flash panorama viewer and store it as a
JS Image() object ?
Thanks in advance for any hint,
Cédric
--
You received this message because you are subscribed to the Google Groups
"Google Maps AP
On Jan 5, 9:11 am, "geocode...@gmail.com"
wrote:
> On Jan 5, 7:49 am, Nate_LR wrote:
>
> > I'm attempting to use the progress bar utility available from
> > herehttp://code.google.com/p/gmaps-utility-library-dev/
>
> > I've created a map which allows the user to query locations by county
> >
On Jan 5, 7:49 am, Nate_LR wrote:
> I'm attempting to use the progress bar utility available from
> herehttp://code.google.com/p/gmaps-utility-library-dev/
>
> I've created a map which allows the user to query locations by county
> and status from a form. Depending on the selection, the quer
On Jan 5, 7:49 am, chris wrote:
> Hi Larry, thanks so much for your suggestions...
>
> My requirement is to display the addresses of crime incidents (real
> time) for an entire county.
That is a lot of geocoding. How many addresses at a time? If it is
15000 addresses, it will take 24 hours to d
Thanks Mike,
Between you and Rossko,the answer helped.
Very good of both of you.
William Andrew
http://floridalandwww.com/
On Jan 5, 6:17 am, Mike Williams wrote:
> One thing you could do is:
>
> 1. Change map.php so that it only sends geocode requests for locations
> for which your database do
On Jan 5, 4:22 pm, dominikgr wrote:
> Now is only example. But the street view div should be not loeaded
> when Street View is not available. So in function instead alert('dd') -
>
You seem to have missed the point. Please review the posting
guidelines.
We can't run a code listing, and as Rossko
Now is only example. But the street view div should be not loeaded
when Street View is not available. So in function instead alert('dd') -
>
function(data)
{ if(!data){
document.getElementById(divMap).style.display = 'none';
}});
--
You received this message because you are subscribed to the Goo
On Jan 5, 3:49 pm, Nate_LR wrote:
> samples of my code below. Thanks!
Very pretty. Actually it isn't very pretty, the Groups interface has
mangled it. As well as unpicking that, it also requires us to write
our own page, include the scripts that you have probably used, and
only then get round t
Thanks Rosso,I will try thisWilliam Andrew
On Jan 5, 6:01 am, Rossko wrote:
> > 1.map.phptaking addresses from my database and inserting longitude
> > and lattitude in my db.
>
> I'd review what you're trying to achieve here. Do you really intend
> to geocode your entire database everyti
> My requirement is to display the addresses of crime incidents (real
> time) for an entire county. I don't think it would be possible to
> geocode every address for the entire county in advance.
Sometime, somehow, the addresses of your incidents get entered into
your database. One approach is to
On Jan 5, 3:54 pm, Mike Williams wrote:
> The HTTP:403 code that Google returns is technically correct. There are
> a limited range of HTTP status codes, and 403 is the one that most
> closely fits the situation.
I disagree. 403 indicates that the request should not be resubmitted
because it will
When you exceed the per-second geocoding speed limit, or the daily
geocoding quota, the HTTP status of the reply is set to 403 (Forbidden)
and the Google Status.code to 620 (G_GEO_TOO_MANY_QUERIES).
In most server languages you can ignore the HTTP status and look at the
returned data anyway to
> failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /
> homez.18/mondialfg/www/tracker/test.php on line 2
You might find this thread helpful -
http://groups.google.com/group/google-maps-api/browse_thread/thread/577bf1392fc53897
--
You received this message because you are sub
I'm attempting to use the progress bar utility available from here
http://code.google.com/p/gmaps-utility-library-dev/
I've created a map which allows the user to query locations by county
and status from a form. Depending on the selection, the query might
retrieve 2 locations or 800 location
Hi Larry, thanks so much for your suggestions...
My requirement is to display the addresses of crime incidents (real
time) for an entire county. I don't think it would be possible to
geocode every address for the entire county in advance. Perhaps there
is a proper solution, but I am simply trying
> var map=googleMaps(latitude, longitude, divMap,
> divName)
That function looks pretty important. I wonder what it does?
Please don't post code, follow the posting guidelines
http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical
--
You rec
wow web interface injected lots of newlines on that post.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to google-maps-...@googlegroups.com.
To unsubscribe from this group, send email to
google-maps-api+un
Hallo I have many of GStreetviewPanoramas on page, and each should
check that street view is available. So each map has
GStreetviewOverlay and listener on event changed but it works only for
first map.
I have tried to remove listeners, overlays and so on in listener
function , and allways listener
When I first I made the KJSON output for the GeoXml parser I inquired
a bit on this group actually as to whether there was a standard or
somebody wanted
to collaborate on creating one no takers. KJSON (for anyone who
doesnt
know) saves the Douglas Pueker - encoded format for the lines and
polyl
It doesn't have any effect on performance or functionality. I believe
that one of Google's data providers, as part of the licence
arrangements, requires Google to provide them with statistics regarding
the use of sensors.
--
Mike Williams
http://econym.org.uk/gmap
--
You received this messa
Hi
We have developed a pt function to retrieve the address of a place
compared to a coordinated via http req
This feature has functioned for two weeks and now we have this error
message.
Our work is valid for the rest.
I tested this script on the last 3 fields with the key-responds to the
field ->
Map link:
http://www.mappingsupport.com/p/gmap4.php?q=mymap,109834417853835431586.00047bf3d013cf15e19f5&ll=47.349233,-121.081009&z=14
The above map uses GGeoXml to read a small KML file that contains a
network link pointing to a Google MyMap file. The data from the MyMap
file is displayed on the
On Jan 5, 6:47 am, chris wrote:
> Hi All,
>
> I'm getting "address not found" from geocoder.getLatLng.
>
> I am sure this is due to the fact that I have a tight loop with
> multiple requests.
Probably true.
>
> I am unable to store geocode coordinates in my database.
Why? If that is really true
On Jan 5, 2:47 pm, chris wrote:
> Hi All,
>
> I'm getting "address not found" from geocoder.getLatLng.
>
> I am sure this is due to the fact that I have a tight loop with
> multiple requests.
>
> I am unable to store geocode coordinates in my database.
>
> I have seen it suggested in these forums
Thanks,
I will try this.
William Andrew
--- On Tue, 1/5/10, Mike Williams wrote:
From: Mike Williams
Subject: Re: how to tie these programs together,using php-mysql,MyAdmin
To: Google-Maps-API@googlegroups.com
Date: Tuesday, January 5, 2010, 11:17 AM
One thing you could do is:
1. Change map.p
Thanks for pointing me in the right direction, Andrew.
On Jan 4, 3:21 pm, Andrew Leach wrote:
> On Jan 4, 9:10 pm, dentalguy wrote:
>
> > Hey all,
>
> > Thanks in advance for any help you can provide.
>
> That looks rather like Version 3 code. Version 3 has its own
> Group:http://groups.google.
On Jan 5, 6:23 am, paul wrote:
> I've been working with the Maps API V3 on both the iPhone and Android
> devices using the users GPS location as a starting point. Although the
> docs state you must use sensor=true if you are using a sensor this
> doesn't seem to have any effect on performance or f
Hi All,
I'm getting "address not found" from geocoder.getLatLng.
I am sure this is due to the fact that I have a tight loop with
multiple requests.
I am unable to store geocode coordinates in my database.
I have seen it suggested in these forums to add a delay between
requests, but have not bee
I've been working with the Maps API V3 on both the iPhone and Android
devices using the users GPS location as a starting point. Although the
docs state you must use sensor=true if you are using a sensor this
doesn't seem to have any effect on performance or functionality. As
the web page is being s
Larry,
Yes this is more like I am trying to accomplish. Sorry abou the link thought
it meant something else. First time using this and a little overwhelmed with
the amount of info. the link is
http://www.mainstreetcupcakes.com/location.htm .
Window box that I was referring to is the infowindow th
On Jan 5, 1:35 am, hyc wrote:
> I want a Terrain map without city names/road line/boundary line etc.
> So, how can I get it?
Googles tiles are googles tiles. If you don't like them you have to
make a custom map type with your own. To make a custom map with your
own tiles you need access to tile
H... I of course did not remove anything. It is how the packaged
software was downloaded - it is called ushahidi and you can check them
out - and it is very widespread so I would be surprised if there is a
problem with TOS. If the links don't work when clicked upon, that
could most likely be fi
Search! 770 results:
http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=tiles+loaded&qt_g=Search+this+group
--
Marcelo - http://maps.forum.nu
--
On Jan 5, 12:18 pm, gis12345 wrote:
> I have a layer overlayed on google map with GTileLayerOverlay. It
> displays correctl
Wasn't it Rossko who wrote:
>> define("KEY", " TOOK OUT THIS KEY NUMBER FOR THE FORUM QUESTION FOR
>> SECURITYpg");
>
>Security? Isn't your webpage going to be public?
His web page is public, but if he published his MySQL key here, then
anyone reading this group would be able to directly login to
One thing you could do is:
1. Change map.php so that it only sends geocode requests for locations
for which your database doesn't already hold lat/lng values. This will
make it run an awful lot faster in circumstances where the houses
haven't moved, and also stop you wasting your geocoding quota.
I have a layer overlayed on google map with GTileLayerOverlay. It
displays correctly on the map.
But I want an alert after all th tiles are downloaded. ie.
How to detect when a Custom Tiled Layer has finished drawing all
tiles .
--
You received this message because you are subscribed to the Googl
Yes, sorry.
I've made it by myself. I've searched for "toll" string on each route
step, then added each step distance to a variable if string is found.
And it works !
http://www.areasoft.es/googlemapstest_toll.html
Maybe it's not 100% accurate but I think that's a good approach.
Thanks again.
-
> 1.map.phptaking addresses from my database and inserting longitude
> and lattitude in my db.
I'd review what you're trying to achieve here. Do you really intend
to geocode your entire database everytime anyone looks at your
webpage? Why not do it once and store?
> 2.phpsqlajax_genxml3.php
One possibility: You could us a polygon for each region. When you get a
mouseover event on a polygon you could change its colour or opacity
using .setStyle() and undo the effect on any of the other polygons.
Hint: don't undo the effect on polygon mouseout, because you get such a
mouseout effect
On Jan 5, 9:13 am, Mannina wrote:
> verry interesting! I am now on a regular xp pc and the maps are
> showing without a problem. This however means that there will continue
> to be a problem regarding anyone viewing these maps on a vista and/or
> on the new firefox and ne ie browsers. Not good. No
On Jan 5, 10:38 am, "C.G" wrote:
>
> Can you please tell me what i am doing wrong.
>
Just about everything.
Did you read the documentation for GClientGeocoder?
http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder
http://code.google.com/apis/maps/documentation/services.htm
On Jan 5, 11:18 am, Greeham wrote:
> Marcelo, you're right, I need to calculate the approx. distance with
> tolls.
> Can you please explain me how to obtain the sum of distances with
> tolls ?
Did I not explain that in my previous post?
--
Marcelo - http://maps.forum.nu
--
--
You received thi
Hi all friends !
First of all thanks for your help.
I've solved the problems with the TOS.
http://www.areasoft.es/googlemapstest_en.html
Marcelo, you're right, I need to calculate the approx. distance with
tolls.
Can you please explain me how to obtain the sum of distances with
tolls ?
Thanks in
How on google maps do you tie these 3 basic codes together? [Good
Grief]
Summarize the issue:
I have 3 programs--which are on the basic homepage creating a google
map,with php.
http://floridalandwww.com/
1.map.phptaking addresses from my database and inserting longitude
and lattitude in
Is this any use to you?
http://www.maps-for-free.com/index.html
Martin.
On 5 Jan, 09:35, hyc wrote:
> I want a Terrain map without city names/road line/boundary line etc.
> So, how can I get it?
> Please help me. Thanks a lot.
--
You received this message because you are subscribed to the Go
I too have a use for a serverside script that parses KML to JSON.
I have a basic script that gets KML from a My Maps map and parses it
and then saves it to a MySQL database. From there it's inserted into a
map page as JSON data as and when required.
It works most of the time (!!) but sometimes fa
Hi, I have been trying to retrieve the JSON result returned from the
google maps api geocode with GDownloadUrl.
i use
GDownloadUrl("'http://maps.google.com/maps/geo?
q=athinas&output=json&key=akey_here&ll=40.6337897,22.9490053&spn=0.247048,0.294914",
function(data, responseCode) {
the problem i
I want a Terrain map without city names/road line/boundary line etc.
So, how can I get it?
Please help me. Thanks a lot.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to google-maps-...@googlegroups.com.
To
Hello,
I'm about to embark on a project where I will be creating an
interactive map of the UK that is split into 9 portions. when the
mouse hovers over a section that section becomes more prominent (I
would expect through CSS styling) and information about it is
displayed.
>From what I've seen of
verry interesting! I am now on a regular xp pc and the maps are
showing without a problem. This however means that there will continue
to be a problem regarding anyone viewing these maps on a vista and/or
on the new firefox and ne ie browsers. Not good. Not sure what to do
about it!!
On Jan 5, 3:
Your map works fine for me with Firefox 3.5.5
But one thing I would say is that your map is probably breaking the
Terms of Use.
You have moved the Google logo & the copyright string to the top of
the map, not a problem in itself, but it's not possible to click in
the Google logo or the "Terms of
87 matches
Mail list logo