[Google Maps API v2] Re: v=2.s to be updated on 25 March

2012-03-05 Thread Andy Poorman
Does this mean that users cannot currently sign up for a 2.0 API key and will have to wait until the 25th to create a new key that is a Console API key? On Tuesday, January 24, 2012 9:56:15 PM UTC-5, Chris Broadfoot (Google Employee) wrote: > > Hi all, > > We're planning to update v=2.s on 25 M

[Google Maps API v2] Re: what is official earth radius in kms for map api 2

2012-02-14 Thread andy
, aruna asaf ali marg, new delhi A4 ground floor,sec-4,noida,Uttar Pradesh. - zip code is 201301 i have a wish oh my god save me from this madness. regards to google team. andy On Feb 9, 4:21 pm, Marcelo wrote: > On Feb 8, 11:25 am, JKurtock wrote: > > > 6378137 meters. > &g

[Google Maps API v2] what is official earth radius in kms for map api 2

2012-02-07 Thread andy
hi, need help for correct google earth radius. i am getting + 7 km approx mismatch on results. i am passing 3961 miles as earth radius. andy -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email

[Google Maps API v2] Re: not able to display store locator for india geocoding ok

2012-02-04 Thread andy
production app people do not care if geo coder do not understand it. they simply move to other sites. regards, navdeep lohchubh On Feb 4, 9:08 pm, Andrew Leach wrote: > On 4 February 2012 15:17, andy wrote: > > > > > their geo coding api is very poor i think pathetic

[Google Maps API v2] Re: not able to display store locator for india geocoding ok

2012-02-04 Thread andy
of matches . > > I know.  You already know the lat/long of all the 'garage'.  That part > works. > > > out of various locations find each has a link to show map and driving > > directions. > > Yes.  That part goes wrong for 'Andy Auto Centre' and sho

[Google Maps API v2] Re: not able to display store locator for india geocoding ok

2012-02-03 Thread andy
hi rossko, thanks for your reply. yes i am finding lat/long from where the user puts its locations then a stored procedure looks in database and return a list of matches . out of various locations find each has a link to show map and driving directions. it is there the application display a map

[Google Maps API v2] Re: google map shows map of china location where geocode is for india

2012-02-03 Thread andy
hi mr andrew; though i admit i am new to this forums and i did not get all mails for transfer for my opened thread. i opened second thread when i did not get any actionable lead. you can decide which one to keep. i think before writing this message please see thread email limits there right in

[Google Maps API v2] Re: not able to display store locator for india geocoding ok

2012-02-03 Thread andy
hi, i post the code incase you need some insight. What are you actually doing, geocoding the address of the selected > garage when you click the "show map" button? yes but it is like store locator where a address is entered( of user) and from that address nearby locations are find based on the

[Google Maps API v2] Re: google map shows map of china location where geocode is for india

2012-02-03 Thread andy
hi Rossko, i am sorry i somehow missed your last post dated jan 27. in the mean time i was trying to fix it. here is the source code for page default.aspx url of which is http://torontopulse.com/yellowpages/default.aspx [code behind] using System; using System.Data; using System.Configuration;

[Google Maps API v2] Re: google map shows map of china location where geocode is for india

2012-01-26 Thread andy
hi, i am in delhi which is capital city of india. all geo coder lat and longitude for delhi india. this city is miles away from china border hope you understand this. regards andy -- You received this message because you are subscribed to the Google Groups "Google Maps API V2"

[Google Maps API v2] google map shows map of china location where geocode is for india

2012-01-25 Thread andy
hi, i am using google map api v2 all data for india location is entered and confirmed for place in india. however the map displays some chinese location very strange behaviour. also i test my app in local machine at http://yellowpages i generated a key for this url but it still reminds the ke

[Google Maps API v2] unable to generate key

2011-06-03 Thread Andy
I'm trying to generate a key but each time i try i get bounced to a google login page, even though I'm logged in -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to google-maps-api@googlegroups.com. To unsu

Re: kml markers disappear

2010-05-02 Thread Andy Thoe
I am having problems using the GGeoXml in API V3. Anyone know if there is new code. Also for GGeoXml for API V2, is there any documentation on how to build a page strictly for mobile devices? Thanks in advance!!! On Sun, May 2, 2010 at 5:56 AM, Rossko wrote: > > randomly, a few days will go b

Re: I AM STUMPED: Issues with Style and Style Map

2010-03-11 Thread Andy Anderson
ferenced above, is a "yes". Yet its contents doesn't show up in the current Google Maps. Is this a bug, bad documentation, or am I expecting too much of the word "supported" ? -- Andy -- You received this message because you are subscribed to the Google Groups "G

Re: Wondering about uploads from GPS or cell

2009-12-30 Thread Andy Idema
This looks like the right topic. GPX. Here's a good start: http://www.google.com/support/forum/p/maps/thread?tid=4063373531f11e1b&hl=en On Tue, Dec 29, 2009 at 9:57 AM, Marcelo wrote: > On Dec 29, 4:05 pm, aidema wrote: > > > > Can you please provide a couple of sites or maybe some reading

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
Complete. Added map.clearOverlays(); to the function that creates the pushpin. Honestly thanks to all of those who added useful input. Apologies to those of you who thought I violated the google tos. Cheers. On Wed, Dec 9, 2009 at 11:39 AM, Andy Idema wrote: > Just need the one last puz

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
Just need the one last puzzle piece... removing the last pushpin. I want to thank Andrew Leach, Rossko, and Mike Williams. You guys all helped me reach a solution. On Wed, Dec 9, 2009 at 10:56 AM, Andy Idema wrote: > Ok I think I'm getti

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
Ok I think I'm getting there. I updated the code and its entering a pushpin, but its not removing the old pin on a new click. Am I making any sense? On Wed, Dec 9, 2009 at 10:50 AM, Andrew Leach wrote: > On Dec 9, 5:43 pm, Andy Idema wrote: > > I just want to display a pin w

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
> On Dec 9, 5:16 pm, Andy Idema wrote: > > > > For all others, I posted it on an easily accesible URL. Here is is > again. > > kyndoutdoors.com/google_map_test.cfm > > Now that that's up and running (it took a few minutes for the hosting > to sort itself out),

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
re strict processes in place, and none of us want that. > The contributors to this list almost *always* strive to make sure the > TOS are being respected before solving any other problems. That is > simply something you'll have to accept if you want the free and highly > knowledgea

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
at 10:07 AM, Marcelo wrote: > On Dec 9, 5:46 pm, Andy Idema wrote: > > Dude. I don't have a premier license. If you really want to see the > code > > be my guest. Talk to you in a few days. > > > > http://www.nwportal.fs.usda.gov/USFS_R6/ITEAM/google_map_test.cfm

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
Marcelo, please stop responding. On Wed, Dec 9, 2009 at 10:07 AM, Marcelo wrote: > On Dec 9, 5:46 pm, Andy Idema wrote: > > Dude. I don't have a premier license. If you really want to see the > code > > be my guest. Talk to you in a few days. > > > > http

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
ocode...@gmail.com wrote: > On Dec 9, 8:11 am, Andy Idema wrote: > > I know but my site is a government site and requires a 3 day sign up > > process. > > > > So I went with the alternative. > > That is not "the" alternative. There is no alternative to po

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
Dude. I don't have a premier license. If you really want to see the code be my guest. Talk to you in a few days. http://www.nwportal.fs.usda.gov/USFS_R6/ITEAM/google_map_test.cfm On Wed, Dec 9, 2009 at 9:43 AM, Marcelo wrote: > On Dec 9, 5:35 pm, Andy Idema wrote: > > I mea

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
I mean really? How hard is it to just point me in the right direction. On Wed, Dec 9, 2009 at 9:28 AM, Marcelo wrote: > On Dec 9, 5:11 pm, Andy Idema wrote: > > I know but my site is a government site and requires a 3 day sign up > > process. > > Then contact your Goog

Re: Click on a map to submit lat/long

2009-12-09 Thread Andy Idema
I know but my site is a government site and requires a 3 day sign up process. So I went with the alternative. Here it is again http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> Google Maps http://maps.google.com/maps?file=api&v=2&key=<Overlay not working
Anyone who can point me in the right direction would be much appreciated. I tried to search for a similar topic but couldn't find one, I apologize if this has already been discussed. Thank you, Andy --~--~-~--~~~---~--~~ You received this message because you ar

Re: Plot points when user zooms in

Just curious... the solution you provided Larry... would it be the approach you would have taken or is there a better solution? On Thu, Oct 15, 2009 at 9:09 AM, geocode...@gmail.com wrote: > > On Oct 15, 7:18 am, aidema wrote: > > That's pretty cool. Wow. Thanks Larry! > > > > I still would l

Re: Plot points when user zooms in

Hi Mike! Thank you so much for getting back to me. Ok I made a few changes that I thought would be succesful and although I'm not getting any errors, I am still having issues. 1 - The pins I've plotted are not displaying 2 - I tried to control the max and min zoom with mgr = new MarkerManager(ma

Map search not working

I am not sure what is going on with the map on this page: http://www.uky.edu/UKFCU/membership.php I put this together a few months ago, but now it seems as if the search tool isn't working. I tried to see if an update has been made, and it looks like there might have been. It was working fine,

Re: Api code

On Tue, Aug 25, 2009 at 4:42 PM, Hiroshi wrote: > > i'm going to upload the files and use the production server for > testing That sounds like a winning strategy to me. -- Andy Gale W: www.andy-gale.com T: http://twitter.com/andygale --~--~-~--~~~--

Free Bollywood Latest Songs

Free Download Bollywood Mp3 Songs, Old Indian Classics Songs,Old Indian songs,Lastest Bollywood Songs,Indian Pop Songs,Latest Hindi Songs And MANY Other THINGS only on http://www.mp3guru.in --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Queston on human language returned by google api calls

On Thu, Jul 23, 2009 at 3:05 PM, pietervw wrote: > I also tried to change locale settings of the google account my api > key is bound to , but no effect. http://code.google.com/apis/maps/documentation/#Localization For example, to display a Maps API application in German, add &hl=de to the

Re: Problems with coordinates in IE8

he heading change? -- Andy Gale W: www.andy-gale.com T: http://twitter.com/andygale --~--~-~--~~~---~--~~ 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-API@goog

Re: Geodesic markers/polylines out by about 12 degrees

easure its angle and set your compass, and you'll arrive at the desired location. These are called rhumb lines or loxodromes (but they are not usually the shortest route on the globe, which are called geodesics). -- Andy --~--~-~--~~~---~--~~ You received

Re: Geodesic markers/polylines out by about 12 degrees

n with your chosen displacement in pixels, calculate your new x and y with x = p.x + disp * Math.sin(azimuth) y = p.y - disp * Math.cos(azimuth) and then calculate the new marker position with marker:GLatLng = map.fromContainerPixelToLatLng(GPoint(x, y)) -- Andy On May

Re: safari bug using embedded QT panoramas in Google Maps API

out accessibility issues. I'll keep trying and post back if something works. Andy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email

safari bug using embedded QT panoramas in Google Maps API

open info window goes outside the API bounds. The bug should be obvious. Overflow is already set at hidden in the CSS for both the map div and the wrapper div, but that doesn't do anything. Any suggestions? Andy --~--~-~--~~~---~--~~ You received this messa

Google Maps Coordinates Documentation Error

left corner. Thanks, -- Andy --~--~-~--~~~---~--~~ 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-API@googlegroups.com To unsubscribe from this group,

show/hide icon of GOverviewMapControl stuck when browser enlarged in IE

Hi: Here a minimal-code version of our page that demonstrates this problem: http://geo.studioline.net/test.html If you drag an IE7 or IE8 browser "smaller" the Overview Map will adjust correctly. If you drag the browser window larger, then the Overview Map will ajust to the new bottom/right posit

Position of Search tool

w to make this work. I am trying to learn, but I don't have the time I need to really get it done. Thanks in advance, Andy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To

API key

I have tried to read through the numerous posts in this group to find this answer, but nothing has worked. I am sure it is something simple but, like I said I can't seem to get it to work. I am getting that error message that a lot of people are getting: The Google Maps API key used on this web s

Re: Corresponding Shapefiles from TeleAtlas?

http://mapperz.blogspot.com/2008/09/open-street-map-in-shapefile-format.html Maybe this can save you a lot of money? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, s

Re: Elevation API

> You are very lucky to get that quality of terrain data for your > country in the public domain. The odds on similar data being prised > out of UK Ordnance Survey are not very good. Public domain? Are you sure? --~--~-~--~~~---~--~~ You received this message becau

Re: Elevation API

Yes, the DTM for Switzerland is very good, 10m grid, +- 0.5m. But there is an (accepted) feature request here: http://code.google.com/p/gmaps-api-issues/issues/detail?id=494&q=altitude&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal Or, you can access eleva

Re: Find Latitude and longitude without google map

geonames.org? On 25 Feb., 11:13, Jee wrote: > hi , > > If it possible to get latitude and longitude for correspondence zip > code in united states > only. > > thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: gmaps flight tracker

http://radar.zhaw.ch/radar.html On 18 Feb., 10:35, "dasgupt...@gmail.com" wrote: > Hi All, > > Can any one tell me how to implement gmaps flight tracker in a > website? > > Regards, > Nilanjan --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Improving this API

Hi As far as i can see there is nothing wrong with your map. Some suggestions: - custom icons, map borders (to fit the design of your website) - more/fancier info window content - make info window links external (open in new page) - ... On 15 Feb., 08:02, A wrote: > Looking to potentially make

Re: Using Google Earth + enableGoogleBar with Google Maps API

Maybe you have to move the search bar outside your map and use the Google Ajax Search API? http://code.google.com/intl/de-CH/apis/ajaxsearch/local.html On 11 Feb., 17:02, fadamaps37 wrote: > Bonjour, > > in this example : > > http://touraineverte.com/aide-documentation-exemple-tutoriel-didactic.

Re: API to hide map

This is not a Maps API question. Apply some CSS for your map div: display:none display:block etc. On 11 Feb., 18:17, Santosh Maskar wrote: > I have been reading the post as well as document but havent found any > api which will hide, unhide the map which is placed in my application. > > If anyo

Re: plotting an polyline with dotted line style

You can add some CSS for svg Browsers (Mozilla): ... svg{stroke-dasharray:1,9;} ... There are similar things for VML and canvas. On 10 Feb., 07:06, Ravi wrote: > Hi All, > > I would like to know how to plot an polyline with dotted line style? > if this is possible please help me in this rega

Re: Google Latitiude Application Maps

Also - the main reason I ask is because existing solutions already exist on the market just look at http://developers.cloudmade.com/projects Just wondering peoples ideas/thoughts on this and Google Maps ? --~--~-~--~~~---~--~~ You received this message because

Google Latitiude Application Maps

Hey Guys, I was just wondering whether this application uses the "Standard Google Maps API" or whether google have implemented their own "unique maps api" to load the mapping tiles on this application ? If it is some "special mobile api" - are google ever going to release something so other deve

Re: Two API keys for the same domain.

For me it looks OK, no problems. BTW. This is the JS API Group, not Flash... On 5 Feb., 11:33, Homig wrote: > Hi. > I had a map, which needed fixes, but i hadn't source (disk crash). > I did a new one, but i didn't remember the Api Key, so i signed in for > the Key with the same domain again. N

Re: Google Maps datum

WGS84 and Mercator Projection. Use the search function... On 28 Jan., 19:07, Lloyd Lee-Lim wrote: > Google Maps appears to use the WGS 84 datum, but I have been unable to > find any official statement about this in the Google Maps Help, the > Google Maps API, or in this group. > > Can anyone poi

Re: Disable Image Preloading

You can load a static map (or any other funny image) in your map div and use delayed script loading. Example here: http://gmaps-samples.googlecode.com/svn/trunk/dynamicloading/scriptappend_hl.html or search for "google maps lazy load" This way, your content is available and the map code is added l

Re: how to make graphs using google api

http://code.google.com/intl/en/apis/chart/ On 27 Jan., 14:21, mona wrote: > i wan't to make a particular type of graph using google api but my > problem is i don't know the graph type i m having a image of that > graph  i have uploaded the image in files named as maheep 012609.GIF > can anybody

Re: World Time Zones Overlay

One source in SHP format is here: http://efele.net/maps/tz/world/ It's big, but you can reduce the precision or convert this to a custom map... And, Geonames have a timezone webservice, maybe this is useful? Try this link: http://ws.geonames.org/timezone?lat=47.01&lng=10.2 (available as XML or JS

Re: Is it possible to deactivate Zooming in a Map / Ist es möglich das Zoomen einer Karte zu verhindern?

To be on the safe side, remove the controls and add this: map.disableDoubleClickZoom(); map.disableDragging(); map.disableScrollWheelZoom(); Or capture the "zoomend", "movexxx" events and reset the position in your event handler The simplest solution: use the static maps api... http://code.googl

Re: New Satellite Imagery

http://code.google.com/p/gmaps-api-issues/issues/detail?id=1022 On 24 Jan., 08:44, "Pil (Trustworthy from experience)" wrote: > On Jan 24, 3:14 am, "Econym [Maps API Guru]" > > wrote: > > In particular, the sea looks very different today. > > Nice, seems improved terrain view underneath the wa

Re: New Satellite Tiles - Bathymetry

IMO this should be part of "G_PHYSICAL_MAP". On 23 Jan., 16:57, mapperzUK wrote: > There are new satellite tiles with the bathymetry layer which was > earlier this week for Google Earth > You can see it in Google Maps or the new AJAX Playground > > http://code.google.com/apis/ajax/playground/#ma

Re: Setting the my location for getting directions

(You asking the wrong group, this is the Googe Maps Javascript API Group) On the left of the map, you have a link called "set default location" (or somthing like that). This is the default map view and also the default starting location for driving directions. On 22 Jan., 13:13, James wrote: >

Incorrect Maps shown with Geocoding

ng map matches that of my site and the JS code I am using but is again different to the correct map shown by maps.google.co.uk Has anyone experienced this before, is there any fix or work around? TIA Andy --~--~-~--~~~---~--~~ You received this message because you ar

Re: Is there any API to get nearby cities in the given distance

http://www.geonames.org/export/ws-overview.html On 20 Jan., 10:35, romy wrote: > Hello To All > > I want to get list of citis in USA which are near by from our city. > I just enter the ZipCode of city from where I wnat to know the > noughber cities and the distance which  I want to cover --~--

Re: Map Style control issue in v141e (current v=2.x)

Same/similar problems with GDirections when opening a "Blowup Map" from a waypoint. The Controls are distorted/hidden/misplaced. And changing the map type affects both maps. 2.139 works fine 2.140 does not. On 18 Jan., 20:32, JohnnyCee wrote: > On Jan 18, 2:10 pm, marcelo wrote: > > > You can

Re: SQL2KML for SQL Server 2008

> BTW: OGR doesn't support SQL Server 2008, or did I oversee something? Never tried, but it should be possible via ODBC: http://www.gdal.org/ogr/drv_odbc.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google M

Re: SQL2KML for SQL Server 2008

More about: FME: http://www.safe.com/solutions/database/SQLserver.php Another option, GDAL/OGR: http://www.gdal.org/ogr/ On 12 Jan., 19:36, Roel wrote: > Hi, > > I'm also interested in this. Could you tell me what FME is? (I'm > dutch :-)) > > Thanks! > > Roel > > On 12 jan, 17:16, "Neil.Young"

Re: Print directions with users input (from infowindow)

Why not simply use CSS? Use the "@media print" to hide or format your printer specific output. Example @media print { #header, #footer, ... {display:none;} ... On 8 Jan., 03:59, daniel wrote: > Hello, > > I just cannot seem to

SPAM

- --~--~-~--~~~---~--~~ 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-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr.

Re: Inflexible API keys make Google Maps unusable

http://code.google.com/support/bin/answer.py?answer=55146&topic=10945 On 31 Dez. 2008, 21:32, Peter Verkooijen wrote: > I installed a Google map on one site, but now find out other URLs > pointing to the same site, even the .net variation, require their own > API key. It even puts up an agressi

Re: Speed up map loading.

Looks good in Firefox3, Internet Explorer (IE) is slower as expected... On 23 Dez., 18:10, daniel wrote: > Hello, > > I have been working on this project for my University for what seems > like forever (about 4 solid months).  And the day has finally came, it > is "done". (They will probably ask

Re: Can one change the background color of the GSmallMapControl

Yes, its' possible if you figure out the corresponding divs in google's code. But this is not documented and can fail with the next API update. I recommend to make your own custom control, example here: http://code.google.com/intl/en/apis/maps/documentation/controls.html#Custom_Controls On 17 D

Re: timezone

You can use the Geonames "Timezone" webservice. This service is available as XML or JSON. Example from Google's demogallery: http://gmaps-samples.googlecode.com/svn/trunk/geonames/reversewebservices.html On 15 Dez., 10:51, cagri wrote: > i prepared solar calculator > mashup:http://www.arvenre

Re: UTF-8 content encoding problems

> http://www.aucklandcity.govt.nz/council/maps/ This example page does not specify any character set information. To avoid problems like this simply add one line in your html header section: --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: UTF-8 content encoding problems

Can you post a link to your map? On 12 Dez., 05:05, "Neil.Young" wrote: > A fresh sample provided by Murray reminded me to a problem with some of > the samples published here. The screenshot attached illustrates the > issue (utf-8.jpg). I have seen this with various maps, preferably coming > f

Re: Temp Hack for Google Earth Plugin for Chrome and Win Safari

Does not work for me: Chrome: The Google Earth Plugin instance could not be created. Try installing again. Similar for Safari (Win XP) On 9 Dez., 21:26, chrismarx <[EMAIL PROTECTED]> wrote: > Saw this in the ge issue tracker, just add the anchor > #geplugin_browserok > to your url, and it'll work

Re: Can a javascript based slideshow run inside the infowindow?

Do you use openIinfoWindow or openInfoWindowHtml? Where is the link to your page? On 6 Dez., 11:20, qmwestview <[EMAIL PROTECTED]> wrote: > Greetings! > > I tried to embed a javascript based slideshow inside the infowindow > and was not successful. > > Is it true that the infowindow supports html

Re: Weather information on googlemap in my site

You need some 3rd party web services like this one: http://www.weather.com/services/xmloap.html On 4 Dez., 08:17, Hanu <[EMAIL PROTECTED]> wrote: > Hi All, > > I using googlemaps API to develope a sample site. In my site I am > displaying googlemap and added some controls to the map. > > I want

Re: directions doesn't load part of the time

Put your JS at the bottom of your HTML body. On 29 Nov., 16:56, danielb <[EMAIL PROTECTED]> wrote: > hi, > I'm quite new with google maps, and while i was doing some > experinents, I had strange results. Suddenly, the directions that > where loading when map load, didn't appear. I tried to receve

Re: Can icon be zoomed when map zoomed?

Try Googles "Map Icon Maker": http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.1/docs/examples.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, s

Re: New FREE map controls

More and more of our GM API code is based on conditional setTimeout calls. I think Google should implement reliable "load" events for all that stuff... On 27 Nov., 16:19, Mike Williams <[EMAIL PROTECTED]> wrote: > Wasn't it George Antoniadis who wrote: > > > > >The snippet that Esa (thanks! :))

Re: google map and svg

Try getElementsByTagName("svg"); On 27 Nov., 12:17, symrad <[EMAIL PROTECTED]> wrote: > Hi, > How i can insert a google map object (GMap2) inside a document svg? > for html i use getElementById to insert map into a div, but with svg? > > Thanks > Simone --~--~-~--~~~-

New FREE map controls

http://googlemapsmania.blogspot.com/2008/11/major-google-maps-redesign.html ;-) --~--~-~--~~~---~--~~ 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-API@googlegrou

Re: How does Google store locations?

Don't know what Google does, but here you can see the table structure for Geonames: http://forum.geonames.org/gforum/posts/list/80.page On 26 Nov., 16:18, Drozzy <[EMAIL PROTECTED]> wrote: > In the recent project I worked on I had to design a database model for > storing locations of some stores

Re: New Google Maps Book - (not for programmers)

//mapperz.blogspot.com/ > > On Nov 26, 2:22 pm, "dfd (Trustworthy from experience)" > > <[EMAIL PROTECTED]> wrote: > > Nice find and interesting idea to use GMaps, yes. I like it too. > > > On 26 Nov., 15:05, Andy R <[EMAIL PROTECTED]> wrote:

New Google Maps Book - (not for programmers)

Interesting "Google Maps Book": http://www.senghorontherocks.net/part1.html German only, but I like the idea --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email

Re: shape files

You can buy Google Earth Pro (SHP import, KML export) or use a translator like shp2kml, shp2txt, FmTools or a GIS. On 25 Nov., 18:34, julz <[EMAIL PROTECTED]> wrote: > I'm totally new to Google Maps API.  I need to color code states based > on some criteria.  My understanding so far is that I pro

Re: quality of sat map tiles in switzerland - only zoom level 13

Zoomed in to maximum - no problems with tiles at any levels. > > Martin. > > PS My screenshot is 700KBs - sorry bout that but at least you can see > the detail of the link. > > On 23 Nov, 12:53, Andy R <[EMAIL PROTECTED]> wrote: > > > Just checked with my mobile ph

Re: quality of sat map tiles in switzerland - only zoom level 13

Just checked with my mobile phone - same result. On 23 Nov., 13:45, Andy R <[EMAIL PROTECTED]> wrote: > Thank for your help, > > Just tried to manually load  the 'bad 'tiles URLs, same result, no > error message. The problem is only visible if you use my l

Re: quality of sat map tiles in switzerland - only zoom level 13

; was suspected to be making requests for tiles from outside of the API. > > I simply completed the captcha image and instantly all tiles were > working again. > > Had to repeat that process 2 or 3 times in as many days but haven't > had the problem in the past few days.

Re: quality of sat map tiles in switzerland - only zoom level 13

> They look perfectly fine to me. Perhaps you've got a corrupt cache. Try > Ctrl-Chift-Refresh. Have you checked zoom level 13? It's not a cache problem, tested with IE, FF, Safari, Chrome. > http://maps.google.ch/?ie=UTF8&ll=47.256048,8.543072&spn=0.086218,0.151234&t=h&z=13 --~--~-~--~-

Re: Works in FF; not in IE or Chrome

FF Error Console reports error in line 1: javascripts/openwin.js On 23 Nov., 08:21, vesna <[EMAIL PROTECTED]> wrote: > I have reviewed my code for the last several days and still have the > same problem: It works in Firefox but not in IE 6 or Chrome. I have > validated my code in W3C.org and it

quality of sat map tiles in switzerland - only zoom level 13

Whats going wrong with the map tiles around Zurich? http://maps.google.ch/?ie=UTF8&ll=47.2663,8.538094&spn=0.086201,0.208225&t=h&z=13 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post t

Re: polygon in mysql

Another DB with spatial extensions: http://postgis.refractions.net/ "PostGIS adds support for geographic objects to the PostgreSQL object- relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic informa

Re: polygon in mysql

The best solution for using GIS data from MYSQL: http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html On 21 Nov., 23:59, sc0rpi0 <[EMAIL PROTECTED]> wrote: > Hi, > > After reading Pamela's tutorial about using php&mysql in google maps > (http://code.google.com/support/bin/answer.p

Re: Table problems with Google Maps

Looks good in Firefox 3. BTW: why are you still using table for your html layout? http://phrogz.net/css/WhyTablesAreBadForLayout.html On 21 Nov., 18:32, youradds <[EMAIL PROTECTED]> wrote: > Hi, > > I'm aware of the "tables" issues (i.e having to put the

Re: How to set map's focus to the background

Link to your map? On 21 Nov., 17:48, Shark <[EMAIL PROTECTED]> wrote: > Hi , > I have a sidebar element in my HTML which also displays google > map. Now,when I access the sidebar , it opens beneath the map and so > its contents are not obviously visible.. How to resolve this > problem .. > > T

Re: Problems with Overlaying after setting up directions

I can't see any map in FF3, IE6, Google Chrome ... On 20 Nov., 18:35, skulli <[EMAIL PROTECTED]> wrote: > > Directions seems to work in FF2, don't know what the rest is supposed > > to do so can't say if it works. > > How do we reproduce your problem? > > > cheers, Ross K > > Thanks for your answ

Re: report the zoom level to users as they zoom in?

And don't forget to add these two lines: map.enableContinuousZoom(); map.enableScrollWheelZoom(); Zooming with the mousewheel is much cooler then click and click again... On 19 Nov., 19:41, dr4296 <[EMAIL PROTECTED]> wrote: > Cool!  Thanks very much !! > > -= Dave =- --~--~-~--~~---

Re: report the zoom level to users as they zoom in?

You can use the "zoomend" event: GEvent.addListener(map,"zoomend", function(oldLevel, newLevel) { your code here} ); On 19 Nov., 19:09, dr4296 <[EMAIL PROTECTED]> wrote: > Is there a way to display the current zoom level of the map to users > and have it recalculate / redispla

  1   2   3   >