[Google Maps API v3] Re: spatial markers in streetview panorama possible?

2011-05-20 Thread archinform
/issues/detail?id=3149 > > > > > > > > > > On Wed, May 18, 2011 at 5:38 PM, archinform wrote: > > Hello, > > > have tried to set custom markers in a streetview panorama. Works fine. > > Now I'm curious if it is possible to create markers (and polylines/

[Google Maps API v3] spatial markers in streetview panorama possible?

2011-05-18 Thread archinform
Hello, have tried to set custom markers in a streetview panorama. Works fine. Now I'm curious if it is possible to create markers (and polylines/ polygons) with different altitudes. This would be very cool. Sascha -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-24 Thread archinform
soon. Sascha On 21 Feb., 12:38, archinform wrote: > Hi Rossko, > > > > thanks, the method to set all markers again for the streetview div > > > (like Tim suggested) looks like a possible solution. It just produces > > > a lot of overhead to do the overlay

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-21 Thread archinform
Hi Rossko, > > thanks, the method to set all markers again for the streetview div > > (like Tim suggested) looks like a possible solution. It just produces > > a lot of overhead to do the overlay stuff twice (in my case markers a > > refreshed on pan/zoom with ajax) and slow down the script. > > I

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-21 Thread archinform
Hi Gary & Marc, thanks, the method to set all markers again for the streetview div (like Tim suggested) looks like a possible solution. It just produces a lot of overhead to do the overlay stuff twice (in my case markers a refreshed on pan/zoom with ajax) and slow down the script. Marc mentioned:

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-20 Thread archinform
Hi folks, have a similar problem (posted on http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b96b201007b15ea ) Seems that You guys are pretty experienced with streetview in combination with custom markers/overlays. > Second, there's no need to create a set of markers and

[Google Maps API v3] Re: map overlays in custom streetview

2011-02-20 Thread archinform
Hi Rossko, thanks for the link to the related post. The topic is indeed related to my issue. I gonna post my question there again. Sascha On 20 Feb., 00:33, Rossko wrote: > > I know, that  it is possible with map.getStreetView to obtain the > > Streetview scene with markers, but I don't find ou

[Google Maps API v3] Re: map overlays in custom streetview

2011-02-19 Thread archinform
You need to create 2 divs and 2 codes > > Post a link for your problem or what you wanna do. > > []s > > Paulo > Fernandeshttp://www.google.com/profiles/paulofernandesjrhttp://twitter.com/paulofernandesj > +55 11 9797-5974 > > On Fri, Feb 18, 2011 at 10:39 AM, archinfor

[Google Maps API v3] Re: map overlays in custom streetview

2011-02-18 Thread archinform
Doesn't anybody have an idea? On 16 Feb., 10:16, archinform wrote: > Hi, > > is it possible to create a map and a streetview in separate div > containers, with a streetview containing all the overlays from the > map? > In the docs I found, tthat is possible to use map o

[Google Maps API v3] map overlays in custom streetview

2011-02-16 Thread archinform
Hi, is it possible to create a map and a streetview in separate div containers, with a streetview containing all the overlays from the map? In the docs I found, tthat is possible to use map overlays in streetview with the standard streetview (with getStreetView(), but I Haven't found a way to use

[Google Maps API v3] Re: WebGL for Google Maps API v3

2011-02-10 Thread archinform
Hi Petr, just noticed your post. Congratulation, very nice showcase for WebGL with mapping applications! Sascha On 10 Feb., 09:46, Klokan Petr Pridal wrote: > WebGL is really impressive technology for online mapping applications. > > We were playing with WebGL as part of our R&D activities and

[Google Maps API v3] Re: WebGL for Google Maps API v3

2011-02-10 Thread archinform
Hi Radiante, WebGL would indeed allow an easy and fast implementation of "Google Earth" in your webbrowser. Together with Websockets (a new standard for a persistent connection between client & server) it is possible right now to develop a real good 3D solution of gmaps/earth. And I'm pretty sure,

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-09-10 Thread archinform
Just an update: There is a thread with similar problem in bing maps forum: http://social.msdn.microsoft.com/Forums/en-US/vemapcontroldev/thread/867591a5-364b-436d-a1a6-46688ab91645 Maybe the folks from MS can help... Sascha -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-31 Thread archinform
Hi Pil > >  With thread separation (iframes), this won't be possible anymore :( > That'll make it difficult. > Maybe using v2 instaed of v3 could solve it as seen here > http://www.jonasson.org/maps/ I used v2 in the past (without this problem) and upgraded recently to v3. I noticed this bug after

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-31 Thread archinform
Hi Pil, > As soon as this script will be loaded > http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3 > it's no more possible to drag a v3 map in webkit browsers. It doesn't > matter if a bing map is actually loaded or not, it's the above script > that breaks the drag event in webkit

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-31 Thread archinform
Hi Pil, > As soon as this script will be loaded > http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3 > it's no more possible to drag a v3 map in webkit browsers. It doesn't > matter if a bing map is actually loaded or not, it's the above script > that breaks the drag event in webkit

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-31 Thread archinform
Hi folks, now I have stripped down my webpage to the minimum to reproduce the error. Here is the URL of an example with only 33 lines of html/javascript code: http://www.archinform.net/test/map.html Dragging the google map & using the map menues doesn't work in Webkit browsers. Hope, that is no

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-26 Thread archinform
Hey all, thanks for the feedback. - I will create a slimmer example beginning of next week (needs a while, because I have to cut the code out of our internal framework). - You can better synchronize bing & gmaps, if You switch by z-index instead of use div hide mechanism. - switching code in fi

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-26 Thread archinform
> It seems to me to be just as likely that the problem may lie > in the Bing area. This is typical, if You use products from different producers. It's always the other product, which causes the problem! I'm 100% sure, that in bing forum everyone would say: That's Google maps, bing works perfect &

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-26 Thread archinform
> I don't suppose anyone from Google even knows about the problem.  Make > your example, and then lodge a formal issue report if you want a > response, although it would be better to share your example here > first.  It seems to me to be just as likely that the problem may lie > in the Bing area.

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-26 Thread archinform
Hi Nianwei, many thanks for your answer. I will make a lean test page with maps to better isolate the problem. > There are similar but not exactly same issues  in the past in v2 and > firefox:http://groups.google.com/group/google-maps-api/browse_thread/thread/e... > and > http://code.google.com/p

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-08-25 Thread archinform
HELP is still needed -- Please Goggle staff, would You check the issue mentioned in this thread and give me some help. I really don't understand why Webkit doesn't work with my webpages. Sascha On 30 Jun., 13:42, archinform wrote: > Hi Google team, &

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-07-26 Thread archinform
me again, just want to refresh my question. Still haven't found a solution for this bug/problem. Isn't out there anybody who have some helpful comments? Sascha On 30 Jun., 13:42, archinform wrote: > Hi Google team, > > spent some more hours on finding the bug, why the

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-06-30 Thread archinform
ar, which needs someone who knows really much about the internal Maps API software structure. Many thanks in advance, Sascha On 9 Jun., 12:44, archinform wrote: > Hi William, > > thanks for checking. > I noticed this, too. The strange thing is that, this just affect > webkit brows

[Google Maps API v3] Re: 2010/06/11: New Release

2010-06-13 Thread archinform
Hi, another changed (resolved) issue in this version: 2460 (error in pegman positioning) Please add this to changelog & update issue tracker Thanks for resolving this bug so fast, Sascha On 11 Jun., 06:43, "Luke (Google Employee)" wrote: > Hey everyone! > > We've recently pushed out a new vers

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-06-09 Thread archinform
ws details about the internal google maps (&virtual earth) javascript structure :( Sascha On 9 Jun., 12:11, William wrote: > On Jun 5, 5:29 am, archinform wrote:> In the example > there is a Google Maps and a Microsoft Bing Div > > positioned on the same place (switching impleme

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-06-09 Thread archinform
Hi again, tried a lot of things to get the mouse working & spent hours therefore. But without success. Does anyone have an idea, what's the reason for this strange behaviour of webkit? Sascha On 4 Jun., 21:29, archinform wrote: > Hi again, > reported a bug with the pegman few

[Google Maps API v3] Re: Bug in pegman placement

2010-06-04 Thread archinform
Hi Ben, thanks for the infos. Noticed right now http://code.google.com/p/gmaps-api-issues/ and added bug issue / feature request there. Sascha On 3 Jun., 01:28, "Ben Appleton (Google Employee)" wrote: > On Jun 2, 10:40 pm, archinform wrote: > > > Hi Google folks,

[Google Maps API v3] Mouse doesn't work in Webkit browsers

2010-06-04 Thread archinform
Hi again, reported a bug with the pegman few days ago, now I found another strange behaviour/bug in v3. Same example: http://eng.archinform.net/projekte/9656.htm (click on map/aerial view section) With Firefox, IE and Opera example works well, but with Webkit browsers (Chrome & Safari) it is not

[Google Maps API v3] Bug in pegman placement

2010-06-02 Thread archinform
Hi Google folks, many thanks for supporting streetview in v3 (with out flash!) There is just a little bug, if You place the navigation menue on the right side (navigationControlOptions: {position:google.maps.ControlPosition.RIGHT} example: http://eng.archinform.net/projekte/9656.htm (open map/a