On Nov 24, 9:15 am, lwnexgen <[EMAIL PROTECTED]> wrote:
> Hi Guys -
>
> I'm working on doing something similar to the person in this post:
>
> http://groups.google.com/group/Google-Maps-API/browse_thread/thread/8...
>
> My data is dynamically gathered, however, and I need to plot multiple
> polyli
On Nov 25, 12:40 am, drbobguy <[EMAIL PROTECTED]> wrote:
> I'm making some website showing the sci/tech infrastructure of the
> Soviet Union. They render fine in FF but there are multiple issues in
> IE and some googling reveals mostly problems with the base tag and
> other issues, not sure where
On Nov 26, 5:09 am, "Jack T." <[EMAIL PROTECTED]> wrote:
> How can I send a multi-destination route query to the API?
> How can I get the distance between each stop?
http://code.google.com/apis/maps/documentation/reference.html#GDirections
for multi-destination routes pay attention to this line
On Nov 26, 6:20 am, "Mikael wallblom" <[EMAIL PROTECTED]>
wrote:
> Hi.
> Nice to have some one that wants to help.
>
> I want to have the satelite view. I dont understand how to do it. can i
> define it in my code?
>
> And the zooming function have to work like it dose in google map. "scrolling
>
On Dec 3, 6:00 am, George Tang <[EMAIL PROTECTED]> wrote:
> I am using asp.net to show the location of a user with google map. As
> the user will only live in America, can I use google api to restrict
> the map to show the area of America only?
>
If you mean "center and zoom the map" to show "Amer
On Dec 3, 1:45 am, gerta <[EMAIL PROTECTED]> wrote:
> I want to add an engine search, but not the classic Google search
> cause it finds only a few objects in my city. I want that : when the
> user put a name in the input field, select the category of that name
> (ex:hotel, bar..etc) in the drop-d
On Dec 4, 1:11 pm, stec77 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When using Google Maps recently I noticed they've got a nice Web 2.0-y
> curvy white slider for naviation, zooming, panning etc. But the one on
> my site's still the dusty old grey blocky one. Does anyone know if
> it's possible to use
On Dec 5, 4:14 pm, Hekuran <[EMAIL PROTECTED]> wrote:
> Should I create markers on index and then just setLatLng from the
> periodical loading script? how can I define marker1 as global so I can
> use marker1.setLatLng(GLatLng.fromUrlValue('42.6252928,
> 21.1618208')); from periodical loading scr
On Dec 6, 11:17 pm, GREASE <[EMAIL PROTECTED]> wrote:
> with refrence to the tutorial mentioned in
>
> http://code.google.com/apis/maps/articles/phpsqlajax.html#outputxml
>
> i need help regarding the multiple markers i shall be having around
> 16000 markers which may over crowd the places and aff
On Dec 7, 5:38 am, foxykav <[EMAIL PROTECTED]> wrote:
> Hi, I'm new to google maps API. For my first map I might be over
> reaching. I want to map a set a fixed route from a database of
> intersections. I have use the geocoder to get the Lat Langs then used
> Gdirections to map the route by I real
On Dec 7, 7:10 pm, David Miao <[EMAIL PROTECTED]> wrote:
> Dear Sir/Madam,
>
> I am asking for help to solve the question of Firefox cross site
> domain. I am trying to develop a simple program to show weather info
> on my map. I modified the program from Mr. Mike Williams' tutorial.
> The program
On Dec 7, 10:12 pm, docetism <[EMAIL PROTECTED]> wrote:
> hey guys ...
>
> who can tell me how can i get the lat and lng in this url:
>
> http://maps.google.com/maps?f=q&hl=en&geocode=&q=pet+service&sll=38.9...
>
> help
What are you trying to do? Do you want the latitude and long
On Dec 8, 6:06 am, foxykav <[EMAIL PROTECTED]> wrote:
> Hi, I'm new to javascript and Google Maps API and I'm trying to load
> multiple markers from a hardcoded javascript array in the script. For
> some reason the map is not loading the markers. Do I have a syntax
> problem or something? I cannot
On Dec 8, 7:19 am, David Miao <[EMAIL PROTECTED]> wrote:
> Dear larry and all,
>
> I appreciate very much your valuable suggestions. Could you please
> give me more detail suggestions how to modify my code if using Json to
> call the xml data from the url "http://www.google.com/ig/api?
> weather=6
On Dec 8, 8:06 am, p00kie <[EMAIL PROTECTED]> wrote:
It is not clear what you want. Please read and follow the posting
guidelines:
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
#1
Post a link to your map online. Pasting a handful of lines of your
code is fine t
On Dec 8, 10:33 am, LN <[EMAIL PROTECTED]> wrote:
> Hi
>
> I like to add multiple Google maps on 1 web page.
> How do I do that?
A search of the group yields lots of examples:
http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=multiple+maps&qt_g=Search+this+group
> Is
On Dec 8, 1:41 pm, The Blaster <[EMAIL PROTECTED]> wrote:
> I am currently using the google API and I have some questions. One
> problem that I have been having is that some address with E W N S do
> not map. If I take the address and type it in google I can find it,
> but not through the API. Is
On Dec 8, 2:15 pm, Arjan <[EMAIL PROTECTED]> wrote:
> With the latest API update, v2 is now 2.138f, my map
> athttp://www.archill.net/reizen/kaart.phpshows some very weird info
> windows at its top. It didn't do this with the previous v2 version
> 2.137c. This is shown in IE7 as well as FF3.
> Al
On Dec 9, 12:34 pm, Alex <[EMAIL PROTECTED]> wrote:
> And another thing, why do I can't show my map in IE, but in Firefox is
> ok?
It works for me in IE(6). What problem are you seeing?
-- Larry
>
> Thanks
>
> On Dec 9, 2:50 am, "warden [Andrew Leach - Maps API Guru]"
>
> <[EMAIL PROTECTED]>
On Dec 9, 1:43 pm, klemmkeil <[EMAIL PROTECTED]> wrote:
> > var map_type;
> > if (map.getCurrentMapType() == G_NORMAL_MAP)
> > map_type = "normal";
> > if (map.getCurrentMapType() == G_SATELLITE_MAP)
> > map_type = "satellite";
> > if (map.getCurrentMapType() == G_HYBRID_MAP)
> > map_t
On Dec 10, 9:37 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Has anyone ever gotten bad or empty coordinates when geocoding a zip
> code? Results also seem to vary between runs with a previously bad
> coordinate returning as a good coordinate? Anyone seen this with
> Javascript based Geoco
On Dec 10, 10:06 am, nive <[EMAIL PROTECTED]> wrote:
> How to create a Polyline with arrow.
>
> Could some one help me with this
> currently i am drawing a plain polyline
Did you look at any of these threads:
http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=Arrow+pol
On Dec 10, 12:24 pm, Rossko <[EMAIL PROTECTED]> wrote:
> Search this group for 'map in hidden div', it's a very common issue.
> checkresize() is the key to overcoming it.
or the 'size' option of GMap2
http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=the+%27size%27+opt
On Dec 10, 12:53 pm, Alex <[EMAIL PROTECTED]> wrote:
> Hi all
>
> My problem: the all markers are showed on my maps when I enter my
> site, I
> want this effect, when I click example_x.csv, a group of markers will
> be showed, when I click other one, other a group of markers will be
> showed on ma
On Dec 10, 11:49 am, "Ivan" <[EMAIL PROTECTED]> wrote:
> I have a little problem, wish to load just two infowindow from the kml
> file (the first and the last one) but don't know how to call them
> without load all the infowindows for markers, when click on checkbox.
>
> Any advice, will be he
On Dec 10, 3:21 pm, vroom_vroom <[EMAIL PROTECTED]> wrote:
> Thanks, but if I step through my java code it works. It is as if it
> will only do a certain amount of requests and then block. I have a
> loop going through addresses in a database to try and get all the
> geocodes for them. 1021 record
On Dec 10, 4:20 pm, David Miao <[EMAIL PROTECTED]> wrote:
> Dear Chad,
>
> I appreciate your suggestion very much. Your program runs perfect. Do
> you know how to use javascript to read xml data from different site
> firefox? Larry suggests me to use proxy. I still do not know how to do
> it. Than
On Dec 10, 3:49 pm, CJ <[EMAIL PROTECTED]> wrote:
> how do I get Google Maps to work with multiple domains pointing to the
> same site? I have a key for one domain, but isn't the key per domain,
> not per site content? I need the maps to come up for several domains
> pointing to the content? How c
On Dec 10, 3:50 pm, CJ <[EMAIL PROTECTED]> wrote:
> I can not get my map to center when I have it in an HTML table, but if
> I take it out it works fine, Any Ideas?
Post a link to your map. You are doing something wrong (probably
putting not just your map in the table, but the script that creates
On Dec 10, 8:03 pm, bryanb <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've literally been working on this all day.
>
> I have pretty much just copied the code from Google's Example of the
> PHP/mysql marker plotting example, but I am trying to implement the
> map each time someone searches my form so th
On Dec 10, 8:14 pm, Sunilc <[EMAIL PROTECTED]> wrote:
> I am working with google map in my current project. My client demand
> that the zoom control should be same as on maps.google.com. But I
> didnt find such control anywhere.
http://groups.google.com/group/Google-Maps-API/browse_frm/thread/f86
On Dec 11, 2:15 am, Phil <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm using the API to calculate Directions for trucks.
>
> The current available travel modes are :
> TRAVEL_MODE_DRIVING
> TRAVEL_MODE_WALKING
>
> But the TRAVEL_MODE_DRIVING isn't perfect for my use cases, because
> the way may use tr
On Dec 11, 6:19 am, "osyria .com" <[EMAIL PROTECTED]> wrote:
> try it like this
>
> p style="text-align: center;" mce_style="text-align: center;"> color="#80" face="tahoma,arial,helvetica,sans-serif" size="3">page name
> || name City
>
>
>
>
>
>
Well that won't work. It is not valid. P
On Dec 11, 6:58 am, trice22 <[EMAIL PROTECTED]> wrote:
> The timeOut works but not very nicely:
>
> var t = setTimeout(function()
> {
> GEvent.addListener(directions.getMarker(0), "click", function() {
> directions.getMarker(0).openInfoWindowHtml('Text here and
> here p>')
On Dec 11, 6:59 am, Eran <[EMAIL PROTECTED]> wrote:
> I put a marker on the map ,which i want to remove when a buttun is
> clicked.
> How do i do that?
http://code.google.com/apis/maps/documentation/reference.html#GMap2.GMap2.removeOverlay
--~--~-~--~~~---~--~~
You
On Dec 11, 8:36 am, Tanguy wrote:
> Hi,
>
> can you tell me if there are functions to:
>
> 1 / if I click on a street, highlight the entire street.
>
> 2 / from a point, draw a bounding surface all points accessible within
> a maximum limit time. Example: an area covering all points in a radius
>
On Dec 11, 6:22 pm, "sukel...@gmail.com" wrote:
> Oh, everybody misunderstood my question.
> I embed Google Maps in an "Embedded System".
> This device can let user to change the IP or Domain Name.
> So I have no idea to sign up a Google Maps key this way.
Then your customer will have to registe
On Dec 12, 9:07 am, TotalNoob wrote:
> I really can't provide the link (wish I could) as the site is not set
> to public yet.
>
> I have a page with two maps that each have 15 markers but for some
> reason only the markers from the first map show up. The other map
> displays everything else excep
On Dec 12, 3:13 pm, Lara wrote:
> Hi everyone,
>
> A bunch of folks got me started with how to use a WFS in Google Maps
> on this thread:
>
> http://groups.google.com/group/Google-Maps-API/browse_thread/thread/1...
>
> but I need some additional help. I admit I still don't quite
> understand how
On Dec 12, 4:32 pm, "geocode...@gmail.com"
wrote:
> On Dec 12, 3:13 pm, Lara wrote:
>
>
>
> > Hi everyone,
>
> > A bunch of folks got me started with how to use a WFS in Google Maps
> > on this thread:
>
> >http://groups.google.com/group/G
On Dec 12, 3:20 pm, "gibsonathle...@gmail.com"
wrote:
> I am getting ready to launch a new website for our company. I was
> wondering if it is poosible to use Google maps to add the
> functionality, "Find a center near you". SO basically a customer
> could enter a zip code and records would be
On Dec 13, 6:42 am, "Barry Hunter"
wrote:
> Seehttp://code.google.com/apis/maps/documentation/services.html#Streetvi...
>
> (and the associated Reference)
or this thread:
http://groups.google.com/group/Google-Maps-API/browse_frm/thread/8b07b8a8431a49ae/e6cf56319cbece95?lnk=gst&q=streetview+sprea
On Dec 13, 12:23 pm, Hellix wrote:
> Hi gurus!
> Simple problem: I import a kml track (from gps) to Google maps via
> geoXml = new GGeoXml("http://...mytrack.kml";);
> map = new GMap2(document.getElementById("map"));
> ...
> I would like to see only the track. Question: How can
On Dec 13, 2:03 pm, Laura wrote:
> A map which gets markers from an xml file displays perfectly in
> Firefox, but in Internet Explorer will not center, and the background
> does not display properly - the only tile that displays is the top
> left; the remainder of the map is blank except for mark
On Dec 13, 2:24 pm, "geocode...@gmail.com"
wrote:
> On Dec 13, 2:03 pm, Laura wrote:
>
> > A map which gets markers from an xml file displays perfectly in
> > Firefox, but in Internet Explorer will not center, and the background
> > does not display properly -
On Dec 14, 10:03 am, "maps.huge.info [Maps API Guru]"
wrote:
> Personally, I like it as one single document. It's easy to search and
> fast to load, so I say leave it as is.
>
> -John Coryat
I agree with John, I like it the way it is.
-- Larry
--~--~-~--~~~---~--~-
hikers, bilers, riders, and not the common developping guy.
Have you looked at GeoXml?
http://www.dyasdesigns.com/geoxml/
(I don't use it, but it is another options and it may have better
support for some of those features)
-- Larry
>
> On 13 déc, 21:51, "geocode...@gmail.com&quo
On Dec 14, 11:52 am, marcmeezy wrote:
> im working on a site that will tag specific towns internationally but
> i want to have the beginning view of the USA... what lat/lon do i need
> to use to have this as default?
This page:
http://econym.org.uk/gmap/example_states.htm
from Mike Williams' tut
On Dec 14, 11:54 am, Thithi32 wrote:
> Bonjour,
> Je fais un getBoundsZoomLevel mais il me renvoie 2 au lieu de 12 (je
> crois).
>
> Je fais:
>
> viewBounds = new GLatLngBounds();
> viewBounds.extend(southwest);
> viewBounds.extend(northeast);
>zm =
On Dec 14, 1:27 pm, Carnifex wrote:
> Hi,
> When I add markers and lines using API there isn't a problem, but I
> have kml file with a lot of markers and lines.
> All I want to do is get this markers.
> I try write mapplet and there is some checkbox to show/hide markers.
> Simply I wont do someth
On Dec 14, 7:08 pm, Spidersea wrote:
> Hi all,
>
> Right now i'm using google map api to show up around 100/150 point.
>
> Those point show up correctly with there respective icon.
>
> If i Link them with createPolyline everything work fine.
>
> If i try to link them with GDirections, i have no p
On Dec 14, 11:14 pm, Messiah wrote:
> I have a page where a particular companies information is displayed
> along with address and other details. I take the address from the
> label and use it to display in my map which is just below the label
> containing the company information.
>
> The issue i
On Dec 15, 4:15 am, supriya wrote:
> Hello!
>
> i want guidance for dynamicall zooming in google map.
> for e.g
> if i have 10 different points,using those points i drwan a line ,but
> now i want zoom map upto that level those 10 points are visble at
> single pan.
See Mike Williams' Tutorial:
Pa
On Dec 15, 5:51 am, spaxton
wrote:
> Hello. I have read many posts regarding this error but no solutions
> have helped. I am using Internet Explorer 6.0.28. I have this code:
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> http://www.w3.org/1999/xhtml";>
>
>
> Google
On Dec 15, 11:36 am, Daniish wrote:
> Hello,
>
> Is there any way that an infowindow can be opened by way of a link
> from another open infowindow ?
Yes. Write the code to do that... details will depend on your
implementation.
>
> e.g. infowindow A has a link that when clicked opens (and cen
On Dec 15, 1:34 pm, enzof40 wrote:
> Hello.
>
> I have about 30.000 records (street & city pairs) in my database. How
> to populate 30.000 markers (lat & lng pairs) using google `getLatLng` >
> method ??
>
> I`ve tried like this below.
>
> works almost fine but the main big problem is that s
On Dec 15, 1:43 pm, 9h0s7 wrote:
> I have a script that I could use some help with. The map currently
> works and displays 0-10 points (depends on the number of successful
> geocodes.. etc). The points are pulled from a database so the points
> have already been geocoded. I would like to be able
On Dec 15, 3:08 pm, DeepBlueJr wrote:
> I'm trying to create an event listener for when the directions have
> finished loading.
>
> gdir = new GDirections(map, document.getElementById("directions"));
> GEvent.addListener(gdir, "load", onGDirectionsLoad);
>
> function onGDirectionsLoad(){
On Dec 15, 3:29 pm, DeepBlueJr wrote:
> Had overlooked that documentation component; great thanks Larry.
I knew I had seen it somewhere...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To
nd ends from looking at your
code. By looking at the resulting map (the one you say works), I can
see that they don't all connect .
-- Larry
> Regards
> Spidersea
>
>
> On Dec 15, 1:52�am, "geocode...@gmail.com"
> wrote:
> > On Dec 14, 7:08�pm, Spidersea
On Dec 15, 7:21 pm, "michael.javaprog"
wrote:
> Again...this is a local web page. In other words, it is being run on
> my local machine only right now. I cannot upload this site to the web
> until this is working. All I need is some info about how to search a
> map by only selecting a state. Sure
On Dec 15, 10:28 pm, vile wrote:
> Hi,
> how can i change window info content by pressing a button?
Just like Mike Williams does it in this page of his tutorial:
http://econym.org.uk/gmap/example_map4.htm
(replace the links with buttons...)
>From this tutorial:
Part 4 Getting directions
http://e
On Dec 16, 6:21 am, Matthijs wrote:
> Hello,
>
> I would like to create a grid in Google Maps, in order for people to
> select a single square and pop up some additional info. I've tried to
> create a grid by using epoly class. I only got to 25 by 25 pieces to
> have the browser still display it
dress bar to hide Ohio
javascript:polys[34].hide()
This will show it again:
javascript:polys[34].show()
-- Larry
>
> On Oct 25, 7:35 pm, "geocode...@gmail.com"
> wrote:
>
>
>
> > On Oct 25, 3:36 pm, "geocode...@gmail.com"
> > wrote:
&
it works.
Yours is local to your lmap() function, so it is not available in the
global namespace.
-- Larry
>
> On Dec 16, 3:04 pm, "geocode...@gmail.com"
> wrote:
>
>
>
> > On Dec 16, 8:50 am, 9h0s7 wrote:
>
> > > Hate to dredge up an old
On Dec 16, 4:10 pm, mdw wrote:
> Hi
>
> I develop an opensource Java application that is used for converting
> data from a gps logger, converting that data and showing it on a map.
>
> The map data is feteched directly from the map server, without using a
> thrid party API for that.
>
> I wondere
On Dec 16, 8:46 pm, Indra Bisen wrote:
> Hi Everybody,
>
> I've used Google Map in my ASP.NET application. For this I've taken an
> ASP.NET Panel Control and write down the google map HTML code inside
> the panel like this -
>
> ="480px" HorizontalAlign="Left" >
> http://www.w3.org/1999/xhtml"
On Dec 16, 9:22 pm, "geocode...@gmail.com"
wrote:
> On Dec 16, 8:46 pm, Indra Bisen wrote:
>
> > Hi Everybody,
>
> > I've used Google Map in my ASP.NET application. For this I've taken an
> > ASP.NET Panel Control and write down the goog
On Dec 17, 11:01 am, "Neil.Young" wrote:
> Hi together,
> before I start to waste time feeding GGeoXML with probably garbage - is
> one of you able to comment on this?
>
>
> Here is another representation of the same data:
>
>
> Now I'm wondering about the reverse order of lat/lng (I guess the
>
On Dec 17, 10:56 am, kualoa1 wrote:
> URLhttp://proximityone.com/mapping2.htmhas been working fine and
> recently the markers no longer show or are active. The only change I
> could determine (resulting in this situation) was the version change.
> It was working with 2.63 (not now), and I have t
On Dec 17, 11:11 am, B wrote:
> I'm trying to add a directions page to my company's site. I put the
> address intohttp://maps.google.com, and it finds it with no issues.
> However, when I try to use it via the API, I get an error that says
> the address cannot be found. Does anyone know of any re
On Dec 17, 12:24 pm, B wrote:
> > So, I'm not sure
> > why that's working correctly while the directions are ending at Pearl
> > Rd.
>
> Unless it's just using known roads to get as close to the lat/lon I
> gave it as possible. I suppose that could be the case.
>
That is the way it works, it pick
; (Google Maps will report errors)
>
> I learn from your mail, that GGeoXml() does accept KML only. "My" GML is
> definitely not compliant.
>
> geocode...@gmail.com schrieb:
>
> > On Dec 17, 11:01 am, "Neil.Young" wrote:
>
> >> Hi together,
On Dec 17, 2:08 pm, "Neil.Young" wrote:
> geocode...@gmail.com schrieb:> On Dec 17, 11:43 am, "Neil.Young"
> wrote:
>
> >> Hmm. I didn't want to bother you or burden you my work. I just wanted to
> >> get a GO or NOGO from people, who ha
On Dec 17, 6:19 pm, Dhilli wrote:
> I have the same problem on my marker label , when an info window is
> opened my marker is clickable (after providing the transparent
> property for icon) but marker label is not clickable.
>
> Please suggest me how to enable the clicks on the marker label when
On Dec 17, 6:35 pm, Ben Weintraub wrote:
> On this page:
>
> http://code.google.com/apis/maps/documentation/reference.html#GGeoSta...
>
> ... under the section for enum GGeoStatusCode, it says "Numeric
> equivalents for each symbolic constant are specified in parentheses,"
> but the numeric equiv
On Dec 17, 10:31 pm, Greg wrote:
> My info windows contain lot's of info, so they can be a bit large.
> When the user clicks on a marker to view the contents of the info
> window, the map view moves well above the marker and the marker is no
> longer in the map view. The user must manually searc
On Dec 18, 5:53 am, Neil wrote:
> Hi,
>
> I need to highlight different bits of road on my map in different
> colours.
>
> Does google maps 'know' where specific roads are and is this info
> accessibile to developers?
The GDirections engine can return polylines along roads.
>
> Otherwise one wo
On Dec 18, 7:32 pm, Rossko wrote:
> Have a look at
> -http://code.google.com/apis/maps/documentation/services.html#XML_Requ...
>
> in particular there's
> request.send(null);
> which is missing in your code I think, and is need to actually
> initiate the transfer after you've set it up.
>
Oth
On Dec 19, 4:41 am, psylio wrote:
> How implement 3 differents maps on the same page, with one marker per
> map ?
There are lots of examples out there:
http://groups.google.com/group/Google-Maps-API/search?hl=en&group=Google-Maps-API&q=multiple+maps&qt_g=Search+this+group
where are you having tro
On Oct 6, 3:33 am, minusone wrote:
> Anyone had anything similar to this issue?
>
> When creating a GCLientGeocoder and then calling getLocations()
> everything works fine in Firefox and IE7+, but IE6 returns a 500
> error.
>
> The address being passed is "6000, Australia".
> I have included HTTP
On Oct 6, 11:28 am, Maan wrote:
> Thanks for response. Have you some sample code like this one. I have
> just longitude and latitude in database.
>
> Here is my link
>
> http://team-kh.awpdc.com/~naanulah/38416/searchnew/propertiesadvs.php
>
> You can search Detroit
What are you trying to do? T
On Oct 6, 1:26 pm, Bucker wrote:
> Hi
>
> I've got a list of properties 100 which all are geocoded.
>
> I want to be able to draw a circle (radius) say 10 miles from one of
> the properties and list all the other properties which fall in this
> circle.
>
> Could someone offer some insight on how
formation about zipcodes:
http://maps.huge.info/
and in his posts to this forum.
-- Larry
>
> Regards
> Maan
>
> On Oct 7, 1:55 am, "geocode...@gmail.com"
> wrote:
>
>
>
> > On Oct 6, 11:28 am,Maan wrote:
>
> > > Thanks for response. Have
On Oct 6, 10:37 pm, kunal wrote:
> Hi all
>
> I added map on to my web page. Now i want to search in that map. e.g
> Hotels,School
>
> I don' t want to use google tool bar.
>
> I want to create my own search
>
> Can u help me??
Do you have a database of the locations of Hotels, School,... that y
On Oct 9, 12:15 pm, mtnlist wrote:
> I have an internal web/application server hosting my mapping
> application. I am using the google maps api for routing/get
> directions. The internal server communicates with the outside world
> via a reverse proxy server running apache sitting in the DMZ.
On Oct 9, 1:49 pm, "ctorra...@latinmail.com"
wrote:
> hi everybodoy, i have a little problem with the api key. while i'm
> making the web page i can see the map, but when i upload the website,
> i have an error like, the api key is registered for another web site
> or something like that.
> i'm u
ease help!!! i need ir to finish for my final proyect at the
> university.
A key for http://toymanfounder.dyndns.org should work for
http://toymanfounder.dyndns.org/map.php
Sorry, but I don't log in to password protected websites to provide
help.
-- Larry
>
> On 9 oct, 16:22,
On Oct 12, 10:29 am, Marcelo wrote:
> On Oct 12, 5:58 pm, Steven Grant wrote:
>
> > onhttp://duncanstreetbaptistchurch.co.uk/index.php/find_us/whichhas a
> > directions widget, the widget works but the footer doesn't.
>
> I see two maps on that page. (with Firefox 2)
I see two maps on that pag
On Oct 12, 11:30 am, "Sergio A." wrote:
> Thanks.
>
> So the trick of putting 6 points does not work. In my example, I added
> two more points passing by meridian 0, but they do not get considered.
>
> I do not understand why.
-90 is not valid for the projection the maps API is using (it maps to
On Oct 12, 1:29 pm, Rossko wrote:
> > -90 is not valid for the projection the maps API is using (it maps to
> > infinity). Try 85/-85 and see what you get.
>
> Another way to look at it is as a logical problem;
> Lat/longs 90,170 90,0 and 90, -170 all actually indicate exactly
> the same po
On Oct 12, 12:00 pm, Ksor wrote:
> Hi everyone!
> There is a problem - get a list of all the countries that are visible
> at the moment on the screen.
> I use the following algorithm:
> - Get the coordinates of the borders of the visible region
> (Gmap2.getBounds ());
> - Split the visible area i
On Oct 13, 7:59 am, Kandemir wrote:
> Html codes won't validate through W3C in info window, like or
> ...
Sure they will. My map pages are all valid.
-- Larry
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Go
On Oct 13, 1:15 pm, Gert wrote:
> Hello,
>
> The problem i have is the following: I have created a GMap able to
> show the route between two points with a polyline.
Where is your map?
> A marker is placed on this route at a certain distance from the start
> point. However this is done clientsid
On Oct 13, 8:30 pm, Brian Doyle wrote:
> I'm attempting to draw some polylines around an area and it's working
> for
> most part but there seems to be throwing a JS error when I use a
> certain
> set of points. Below is the code I'm using that is causing a JS
> error:
>
>
>
> var map;
> if (GBro
On Oct 13, 11:28 pm, "geocode...@gmail.com"
wrote:
> On Oct 13, 8:30 pm, Brian Doyle wrote:
>
>
>
> > I'm attempting to draw some polylines around an area and it's working
> > for
> > most part but there seems to be throwing a JS error when I
On Oct 14, 1:21 am, Mike Williams wrote:
> Wasn't it alan tarn who wrote:
>
>
>
> >ohh .thanks for this important information . however . do u have any
> >idea on how to go about doing this "suggested route" thing? Thanks .
>
> Your only legal strategies are:
>
> 1) Throw the request at maps.goog
On Oct 14, 6:00 am, Felipe wrote:
> in my website im loading on initialization of the database of my
> mysql, recording and reading a xml and creating markers with this
> information. the ltn and lng informations are right,but the markers positions
> are
> wrong when im click two times in my map
On Oct 14, 8:05 am, chris wrote:
> Okay, here is a sample file that shows the icons and the difference.
>
> http://www.jove.com/resources/php/videographers/google_sample_askew_i...
That map doesn't work for me in IE6, when I load it locally and fix
it, the blue icon is just squashed, not "slante
On Oct 14, 8:25 am, bfiest wrote:
> Is there a way to make the icons zoom with the map zoom?
Add a listener for zoomend and change them or use the markermanager to
display different markers at different zoom levels.
-- Larry
> They are tough to see upon zoom in? You can see my applicatio
1 - 100 of 4815 matches
Mail list logo