Re: [Google Maps API v3] Open an infowindow with an external link--SIMPLE example.

2011-01-06 Thread scott bjelland
Thanks, but none of those examples at all fit the description I wrote of what I'm looking for. -- 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...@googlegroups.com. To uns

[Google Maps API v3] Re: Concentric Circles with inner circle transparent

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 6:48 pm, cbos wrote: > > Is this what you are trying to > > do?http://www.geocodezip.com/v3_polygon_example_donut.html > > (v3 code, doesn't use the google.maps.Circle though) > > Sort of.  But more with circles side by side or overlapping.  I am > looking to use a spherical cap (circl

[Google Maps API v3] V3 Google maps Premier Account

2011-01-06 Thread Ramesh
Hi, Do we have premier account facility with V3 version. I want to test Google Maps V3 premier features. The premier features require a client id. Can we generate a client id for development/testing it. Thanks -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Upgrading from V2 to V3

2011-01-06 Thread Ramesh
Hi, We are planning to upgrade our Google Maps application from V2 to V3. Can you please give me information/link indicating the gap between V2 and V3 APIs. Is every feature provided by V2 is there in V3? Also, is Google Maps V3 compatible with Google Maps premier account? Thanks -- You recei

Re: [Google Maps API v3] Open an infowindow with an external link--SIMPLE example.

2011-01-06 Thread Chris Broadfoot
See here: http://code.google.com/apis/maps/documentation/javascript/examples/index.html On Fri, Jan 7, 2011 at 3:11 PM, scott bjelland wrote: > Hello, > > I JUST started to try to use V3 for a new client project and I'm having > some trouble. I cannot figure out how to open an infowindow using an

[Google Maps API v3] Re: using for Google map on the offline.

2011-01-06 Thread lemontree78
I think that is possible using local hard disk (Google map). How can i get the way? Please advise me. Thanks. On 1월7일, 오후1시41분, lemontree78 wrote: > Isn't there any way to know using Google map on the offline? > I think that it would be possible using cache. > > Is it possible olny use to the

[Google Maps API v3] Re: using for Google map on the offline.

2011-01-06 Thread lemontree78
Isn't there any way to know using Google map on the offline? I think that it would be possible using cache. Is it possible olny use to the Google Earth? Thanks. Please advise me. On 1월6일, 오후6시43분, Rossko wrote: > >1. So I'd like to know how to use Google map on the > > offline.

[Google Maps API v3] Open an infowindow with an external link--SIMPLE example.

2011-01-06 Thread scott bjelland
Hello, I JUST started to try to use V3 for a new client project and I'm having some trouble. I cannot figure out how to open an infowindow using an external link--say a link on the same page, to the side of the map. YES, I've Googled this, and YES, I've searched this forum, but trying to implem

[Google Maps API v3] Re: Concentric Circles with inner circle transparent

2011-01-06 Thread cbos
> > Is this what you are trying to > do?http://www.geocodezip.com/v3_polygon_example_donut.html > (v3 code, doesn't use the google.maps.Circle though) > Sort of. But more with circles side by side or overlapping. I am looking to use a spherical cap (circle class) as it is more accurate at extrem

[Google Maps API v3] Re: Markers have categories with multiple values

2011-01-06 Thread Kirkman14
Thanks for replying, guys. Today I was able to get a version working that does what I describe above. You can see it here: http://www.joshrenaud.com/pd/trails_withcheckboxes3.html Here's what I did: Instead of using "show" when a user checks a box and "hide" when they uncheck a box, I call the

Re: [Google Maps API v3] Re: Custom Paths/Directions

2011-01-06 Thread Chris Broadfoot
Yeah unfortunately there's nothing in the Maps API that enables this. You'll probably want to implement some form of A* search. http://en.wikipedia.org/wiki/A*_search_algorithm On Fri, Jan 7, 2011 at 10:50 AM, geocode...@gmail.com wrote: > On Jan 6, 1:59 pm, Saad wrote: > > Is it possible to cr

Re: [Google Maps API v3] How to make a marker move automatically following the route of a train

2011-01-06 Thread Chris Broadfoot
The new spherical geometry functions may help you here: http://code.google.com/apis/maps/documentation/javascript/reference.html#spherical Chris On Tue, Jan 4, 2011 at 10:42 PM, Tovkal wrote: > Hi, > > I'm trying to make a map where you can see the real route of a train, with > all the station

Re: [Google Maps API v3] DirectionsRenderer.setDirections() : callback issue

2011-01-06 Thread Chris Broadfoot
Yep. Use a callback. Check the docs here: http://code.google.com/apis/maps/documentation/javascript/services.html#DisplayingResults Chris On Thu, Jan 6, 2011 at 9:48 PM, Matei wrote: > Hi everybody. > > This is my first post on this forum :) > > So I'm actually having my first steps with the G

Re: [Google Maps API v3] Re: Google Maps + Java

2011-01-06 Thread Chris Broadfoot
On Fri, Jan 7, 2011 at 2:46 AM, benzion18 wrote: > No. I mean pure Java Swing application using Google Maps, without > browser and without JavaScript. Is it possible and how? > It is possible using the Static Maps API with a Premier license. Read more here: http://www.google.com/enterprise/earth

Re: [Google Maps API v3] Inaccuracy in tutorial for Google Maps v3

2011-01-06 Thread Chris Broadfoot
Thanks. Fixing it now. On Fri, Jan 7, 2011 at 9:45 AM, Ramon M. wrote: > Well, maybe it's a silly thing, but I've found that after the first > example, The "Hello, World" of Google Maps v3, in step 1 where the > HTML5 declaration is explained, the declaration lacks the '!' > character before DOC

[Google Maps API v3] Re: Concentric Circles with inner circle transparent

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 4:12 pm, cbos wrote: > Sorry, your right.  My code is in v2. > > I can switch to v3 for this problem, but the original question still > remains. > > I am working off of:http://koti.mbnet.fi/ojalesa/v3/circleAndBounds.htm > > The circle created is a spherical cap, which is important at mo

[Google Maps API v3] Re: Concentric Circles with inner circle transparent

2011-01-06 Thread cbos
Sorry, your right. My code is in v2. I can switch to v3 for this problem, but the original question still remains. I am working off of: http://koti.mbnet.fi/ojalesa/v3/circleAndBounds.htm The circle created is a spherical cap, which is important at more extreme latitudes and for larger circles.

[Google Maps API v3] Re: Custom Paths/Directions

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 1:59 pm, Saad wrote: > Is it possible to create a custom map with custom roads/pathways and > get walking directions from one point to another. I know it is already > possible to get walking directions however the college I attend has > lots of small pathways unmarked on Google Maps. If

[Google Maps API v3] Inaccuracy in tutorial for Google Maps v3

2011-01-06 Thread Ramon M.
Well, maybe it's a silly thing, but I've found that after the first example, The "Hello, World" of Google Maps v3, in step 1 where the HTML5 declaration is explained, the declaration lacks the '!' character before DOCTYPE. That's all. Greetings, Ramon M. -- You received this message because yo

[Google Maps API v3] Re: nested divs

2011-01-06 Thread eAgent
Thank you Esa! Your post was very helpful. -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-maps-

[Google Maps API v3] Custom Paths/Directions

2011-01-06 Thread Saad
Is it possible to create a custom map with custom roads/pathways and get walking directions from one point to another. I know it is already possible to get walking directions however the college I attend has lots of small pathways unmarked on Google Maps. If it is possible, how would I get started

[Google Maps API v3] Re: Map doesn't show up within HTML

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 1:44 pm, Alex Genadinik wrote: > Hello, > > This is a very novice question, but I am trying to place a div with a > map on a page which is in development here:http://www.comehike.com > > And I think due to the size constraints of the map and the other divs > on the page, the map div does

[Google Maps API v3] Re: Lots of directions like 20000 in one map

2011-01-06 Thread sandy037
On Jan 6, 2:44 pm, bratliff wrote: > On Jan 6, 5:02 pm, Rossko wrote: > > > > I guess thats true. It will be difficult to build tiles whenever a > > > user comes and modifies the something on the map say a new selection. > > > But not too difficult.  Any given update will only affect some tiles

[Google Maps API v3] Re: Concentric Circles with inner circle transparent

2011-01-06 Thread bratliff
See: http://polylib.us/polycluster/circle The black circle is constant radius / constant weight. The red circle is scaled according to zoom level. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, sen

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread SSA
Thanks again for your inputs. I'll check for V2 and V3 syntaxand will try create a demo page somewhere but after lots of hit and trial, I was on the assumption as you pointed Larry, that its could be a data problem or say coordinates problem. For more info, I used shape file and imported them to P

[Google Maps API v3] Map doesn't show up within HTML

2011-01-06 Thread Alex Genadinik
Hello, This is a very novice question, but I am trying to place a div with a map on a page which is in development here: http://www.comehike.com And I think due to the size constraints of the map and the other divs on the page, the map div doesn't render properly. Would you know what to change/a

[Google Maps API v3] Re: Concentric Circles with inner circle transparent

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 11:39 am, cbos wrote: > A similar question is: is it possible to create more than one circle on a > map using the circle class?  Can the Overlay method add the circle generated > by the circle class? > > i..e circle.setMap(map); works > map.addOverlay(circle); doesn't That is v2 code.

[Google Maps API v3] Re: Concentric Circles with inner circle transparent

2011-01-06 Thread Rossko
> map.addOverlay(circle); doesn't > > or does GPolygon have to be used for this. Those are v2 syntax. Do not mix API v2 and v3 syntax. -- 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

[Google Maps API v3] Re: Composition of non Google (Ordnance Survey) and Google projection tile layers

2011-01-06 Thread bratliff
On Jan 6, 4:56 pm, Bill Chadwick wrote: > Hi Bratliff. > > The UK OS Projection is like one wide UTM zone. Both UTM and UK OS are > Transverse Mercator though with slightly different parameter values. > There is no reason why the same techniques can not be used to reproject > similar scale UTM til

[Google Maps API v3] Re: Lots of directions like 20000 in one map

2011-01-06 Thread bratliff
On Jan 6, 5:02 pm, Rossko wrote: > > I guess thats true. It will be difficult to build tiles whenever a > > user comes and modifies the something on the map say a new selection. > > But not too difficult. Any given update will only affect some tiles > (at various zoom levels), so you can have a l

Re: [Google Maps API v3] Concentric Circles with inner circle transparent

2011-01-06 Thread cbos
A similar question is: is it possible to create more than one circle on a map using the circle class? Can the Overlay method add the circle generated by the circle class? i..e circle.setMap(map); works map.addOverlay(circle); doesn't or does GPolygon have to be used for this. Thanks. -- You

[Google Maps API v3] Re: 2011/1/6: New Release - including new geometry library

2011-01-06 Thread evil853
FYI, 404 error on: http://code.google.com/apis/maps/documentation/utilities/polylineencoding.html from: http://code.google.com/apis/maps/documentation/javascript/geometry.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: Is it possible to load "fantasy maps" in GoogleMap API v3?

2011-01-06 Thread Guillem CANAL
Just to complete the discution, there's a wonderful article about map type and some nice exemples right here : http://code.google.com/intl/fr/apis/maps/documentation/javascript/maptypes.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript AP

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 6:16 am, SSA wrote: > thank you all. here is the complete page, I can not create a demo > page. > > http://pastebin.com/NCzg1rW9 > > or here, (api key will be different): > >         var Holland = new google.maps.LatLng(52.156, 5.387); [255000, 591200], [254800, 591100], What coordinat

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 5:47 am, "geocode...@gmail.com" wrote: > On Jan 6, 5:31 am, SSA wrote: > > > > > > > Hi All, > > > I am struggeling with placing a multipolygon over google maps. > > > GeoJson is: > > > var GeoJSON = { "type": "MultiPolygon", "coordinates": 255000, > > 591200], [254800, 591100], [25

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 9:06 am, Rossko wrote: > >http://pastebin.com/NCzg1rW9 > > You are loading both v2 and v3 Maps APIs (which won't work) I thought I remembered seeing posts that included both on the same page. Doing that certainly would be a difficult task and require extensive knowledge of both APIs, a

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread Rossko
> http://pastebin.com/NCzg1rW9 You are loading both v2 and v3 Maps APIs (which won't work) and have both v2 and v3 syantax in your own code (which won't work). You need to take care to stick to just one when when copy/paste examples -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Lots of directions like 20000 in one map

2011-01-06 Thread Rossko
> I guess thats true. It will be difficult to build tiles whenever a > user comes and modifies the something on the map say a new selection. But not too difficult. Any given update will only affect some tiles (at various zoom levels), so you can have a large cache of pre-made tiles and only updat

[Google Maps API v3] Re: Composition of non Google (Ordnance Survey) and Google projection tile layers

2011-01-06 Thread Bill Chadwick
Hi Bratliff. The UK OS Projection is like one wide UTM zone. Both UTM and UK OS are Transverse Mercator though with slightly different parameter values. There is no reason why the same techniques can not be used to reproject similar scale UTM tiles onto Google tiles. You could no doubt re-projec

[Google Maps API v3] Re: 2011/1/6: New Release - including new geometry library

2011-01-06 Thread JV
I am wondering about the encoding/decoding and the effect it will have on performance. I am currently working on a map with about 2,000 polygons. The Javascript generating these polygons is about 2.5 MB. IE8 is with this latest improvement about able to handle this map, other browsers have no probl

[Google Maps API v3] Re: Google Maps + Java

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 7:46 am, benzion18 wrote: > No. I mean pure Java Swing application using Google Maps, without > browser and without JavaScript. > Is it possible and how? The Google Maps Javascript APIs require javascript and a browser. So the answer is not with "Google Maps JavaScript API v3" (the top

[Google Maps API v3] Re: Google Maps + Java

2011-01-06 Thread benzion18
No. I mean pure Java Swing application using Google Maps, without browser and without JavaScript. Is it possible and how? On Jan 6, 5:30 pm, "geocode...@gmail.com" wrote: > On Jan 6, 6:28 am, Benzion G wrote: > > > Hi, > > > Sorry if I post in wrong group, but googling the Web didn't find me an

[Google Maps API v3] Re: Lots of directions like 20000 in one map

2011-01-06 Thread sandy037
On Jan 5, 9:50 am, bratliff wrote: > On Jan 5, 2:02 pm, sandy037 wrote: > > > any suggestions?? > > I am not sure I understand what your application is trying to do. > Building a custom map means you must host a tile server.  Generally, > custom maps are not clickable without a lot of interacti

[Google Maps API v3] Re: Google Maps + Java

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 6:28 am, Benzion G wrote: > Hi, > > Sorry if I post in wrong group, but googling the Web didn't find me an > answer to my question. > > I want to add Google Map with marks on it (e.g. customer locations) to my * > Java-Swing* application - not JavaScript. > > How can I do it?   Does yo

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 6:16 am, SSA wrote: > thank you all. here is the complete page, I can not create a demo > page. > > http://pastebin.com/NCzg1rW9 That is probably just code. I'm not going to even bother to look, did you read the posting guidelines? > > or here, (api key will be different): There are

[Google Maps API v3] Re: Is it possible to load "fantasy maps" in GoogleMap API v3?

2011-01-06 Thread Guillem CANAL
Ow! That google fellow never been kind to me ;) Anyway, that's really good stuff we have here! Thanks Chad for the link, I never expected such a thing, this implementation of Google Map fills my expectations! -- You received this message because you are subscribed to the Google Groups "Google M

[Google Maps API v3] Re: Is it possible to load "fantasy maps" in GoogleMap API v3?

2011-01-06 Thread Chad Killingsworth
Search is your friend: https://groups.google.com/d/topic/google-maps-js-api-v3/UEIbpcTdMHs/discussion Chad Killingsworth -- 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.

[Google Maps API v3] Re: How to draw a thick polyline?

2011-01-06 Thread bratliff
I have updated the demo to display eight individual island polys rather than one poly for the entire state. I believe is was confusing giving the impression every poly required its own PolyCluster. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScr

[Google Maps API v3] Re: Composition of non Google (Ordnance Survey) and Google projection tile layers

2011-01-06 Thread bratliff
On Jan 6, 9:34 am, Bill Chadwick wrote: > I have now used a similar technique to achieve the same re-projection > in MSIE > > See here > > http://wtp2.appspot.com/warpdemoie.htm > > I plan to bring both techniques together to provide cross-browser > support. Have you tried using CANVAS (getImageD

[Google Maps API v3] Is it possible to load "fantasy maps" in GoogleMap API v3?

2011-01-06 Thread Guillem CANAL
Hi guys, I have a silly question here : I got the idea to release a browser game based on the google map API. But instead of having the real world in the viewport, i would like to use a custom map. Can we disable the map by default and add a new one? If so, I there any kind of ressources on the

[Google Maps API v3] Google Maps + Java

2011-01-06 Thread Benzion G
Hi, Sorry if I post in wrong group, but googling the Web didn't find me an answer to my question. I want to add Google Map with marks on it (e.g. customer locations) to my * Java-Swing* application - not JavaScript. How can I do it? Tutorial? "Getting started"? Thanks in advance. -- Yo

Re: [Google Maps API v3] DirectionsRenderer.setDirections() : Callback issue

2011-01-06 Thread Matei
Hi Andrew, Thanx for your answer. You are right, I try to find a way to perform actions once the results have been displayed. One example - but this is not the only thing to be considered - is what I already mentioned in my first post : how can I get the HTML code that will be generated t

[Google Maps API v3] Re: 2011/1/6: New Release - including new geometry library

2011-01-06 Thread Joseph Elfelt
On Jan 5, 9:55 pm, Chris Broadfoot wrote: > Also - navigationControlOptions is no longer part of the API. Use a > combination of zoomControlOptions and panControlOptions It was me (of course). There were still some stray navigation options lurking in my code. Now that I have nuked those, it work

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread geocode...@gmail.com
On Jan 6, 5:31 am, SSA wrote: > Hi All, > > I am struggeling with placing a multipolygon over google maps. > > GeoJson is: > > var GeoJSON = { "type": "MultiPolygon", "coordinates": 255000, > 591200], [254800, 591100], [254200, 590900], [254100, 591000], > [253200, 590800], [253200, 591000], [

[Google Maps API v3] Re: GeoJSON multipolygon on google maps

2011-01-06 Thread Rossko
> Any help or clue highly is appreciated. Start here - http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e -- 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

[Google Maps API v3] GeoJSON multipolygon on google maps

2011-01-06 Thread SSA
Hi All, I am struggeling with placing a multipolygon over google maps. GeoJson is: var GeoJSON = { "type": "MultiPolygon", "coordinates": 255000, 591200], [254800, 591100], [254200, 590900], [254100, 591000], [253200, 590800], [253200, 591000], [252600, 591000], [252300, 590300], [251716.41

[Google Maps API v3] Re: Markerimage

2011-01-06 Thread Pil
Well, the marker and its shadow didn't and doesn'd anchor at the given point. So your problem seems to be an aesthetical one. I think these are the v3 corresponding sizes and points for the marker and its shadow var g = google.maps; var shadow = new g.MarkerImage("http://www.google.com/mapfiles/

[Google Maps API v3] Re: Getting a cool Google map into our pages...how to.

2011-01-06 Thread Victor
"Uh, view source?" tíhíhí. On Jan 5, 6:31 pm, Grok Lobster wrote: > Uh, view source? > > On Jan 4, 11:20 pm, Shuggy wrote: > > > > > > > > > Dear folks, would anyone mind taking me through the 1st steps to > > getting the google > > > V.3 API working we would like to put a map up in our ecol

Re: [Google Maps API v3] Markerimage

2011-01-06 Thread Nico Oudshoorn
The image name is http://www.meerijden.nu/dd-startl.png This was de working code in V2 //var baseIcon = new GIcon(); //baseIcon.shadow = "http://www.google.com/mapfiles/shadow50.png";; //baseIcon.iconSize = new GSize(34, 20); //baseIcon.shadowSize = new GSize(37, 34); //baseIcon.iconAnchor = new

Re: [Google Maps API v3] DirectionsRenderer.setDirections() : Callback issue

2011-01-06 Thread Andrew Leach
On 6 January 2011 11:02, Matei wrote: > > For example, I cannot find out how to get the HTML code from the DIV. > > Does anyone know a way to achieve this (typically via callback) ??? Are you saying that you want the DirectionsRenderer.setDirections(result); to have a callback so you know when

[Google Maps API v3] DirectionsRenderer.setDirections() : Callback issue

2011-01-06 Thread Matei
Hi everybody. I have a problem using setDirections(), which is supposed to use a DirectionsResult object to display routes and markers on the map and fill a previously provided DIV with directions HTML content. The issue is that setDirections() will perform all these tasks asynchronously so I

[Google Maps API v3] DirectionsRenderer.setDirections() : callback issue

2011-01-06 Thread Matei
Hi everybody. This is my first post on this forum :) So I'm actually having my first steps with the Google Maps API v3 and try to use the directions service, based on examples provided in the online documentation. Everything is fine except when it comes to use the setDirections() function.

[Google Maps API v3] Re: google.setOnLoadCallback() is throwing error

2011-01-06 Thread Rossko
> if i use body onload method to call initialize method map is rendered > properly but not using google.setOnLoadCallback(initialize); Try this guide http://code.google.com/apis/maps/documentation/javascript/basics.html#Async -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: Geocoding for Europe (not only one country)

2011-01-06 Thread Rossko
> How can I set the region to Europe or to multiple countries in Europe? That wouln't make sense as you'd be asking for multiple languages. If an address is in a particular country, tell the geocoder so : "53572, DE" -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: using for Google map on the offline.

2011-01-06 Thread Rossko
>            1.   So I’d like to know how to use Google map on the > offline. You can not. Look into Google Earth. -- 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...@goog

[Google Maps API v3] using for Google map on the offline.

2011-01-06 Thread lemontree78
Using Google Maps JavaScript API v3, I’m developing S/W for our project.(desktop) I found out that couldn’t appear some images, when it didn’t connect on the internet. But I have to use it on the offline the nature of our project. 1. So I’d like to know how to use Google map on the o

[Google Maps API v3] Re: Street View - photos

2011-01-06 Thread Anders Højmose
Hi Adam, Nice work on http://www.whatwasthere.com - works really nice. So you had to hardcode the position when showing a photo from Street View? Thanks for your help - Anders On Jan 5, 7:11 pm, adamkempa wrote: > Hi Anders, > > We've done something very similar to what you are describing: >

[Google Maps API v3] Re: Composition of non Google (Ordnance Survey) and Google projection tile layers

2011-01-06 Thread Bill Chadwick
I have now used a similar technique to achieve the same re-projection in MSIE See here http://wtp2.appspot.com/warpdemoie.htm I plan to bring both techniques together to provide cross-browser support. -- You received this message because you are subscribed to the Google Groups "Google Maps Ja