[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-07 Thread NoRyb
Well I can get around the behaviour by just setting the background on my div to any color. Which is fine for me - but I'm pretty sure it wasn't like this. Doesn't matter. What I do is create a basemaptype with "empty" tiles (now with a grey backround). Then I overlay an ImageMapType with custom

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-07 Thread NoRyb
Well what I do is create an "empty" MapType over which I draw an OverlayMap... I guess I could create tiles which are not opaque - the thing is, the behaviour changed from one day to another... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-07 Thread NoRyb
Hello Enoch 1) I will try an get an example to run so I can show you - I'll have to set up everything up and I'm not sure if I can do that so easily so it is accessible from the web. I'll tell you if I was able to do so. Basically I experience EXACTLY the same behaviour as you see in maptype-b

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-06 Thread NoRyb
UPDATE: Even better, it also happens in Google's own examples (from the Tutorial section): http://code.google.com/intl/de/apis/maps/documentation/javascript/examples/maptype-base.html Change the Maptype (upper right corner) to "Map" and back to "Tile #s" and you have to wait about 6 seconds

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-02-06 Thread NoRyb
Any news on this? I've found out that the problem only occurs when I switch from a map type (in my case satellite map) to my own base map. When I zoom in an out on my own base map there's no problem with the speed of loading the tiles. As soon as I loaded another map and then load my base map ag

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-27 Thread NoRyb
I've extracted everything I did into a .html-File (I had everything split up inito different .js-files). Now when I run the HTML-File everything works fine. I'm using Visual Studio 2010 and around it is a master-page and everything I build is within a "Content-Placeholder". The only way I can e

[Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-25 Thread NoRyb
I'm using IE9 but I experience the same with Chrome. Both the browser are from the newest version and I haven't updated them in the last few days... ~N -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on

[Google Maps API v3] Since today performance problem when using own map type

2012-01-25 Thread NoRyb
Hello I created my own base map type which does nothing but implement the getTile function like so: var div = ownerDocument.createElement('DIV'); > div.style.width = this.tileSize.width + 'px'; > div.style.height = this.tileSize.height + 'px'; > return div; But since today, it

[Google Maps API v3] Re: Polygon in visible area?

2012-01-23 Thread NoRyb
oh I see... you create a Bound rectangle for each polygon yourself. That's an option. I hoped there would be something in the API to get that but I will probably do it your way. Thank you very much. -- You received this message because you are subscribed to the Google Groups "Google Maps Java

[Google Maps API v3] Re: Polygon in visible area?

2012-01-23 Thread NoRyb
most probably this could hep me. What technique do you use to do this? thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/LJ

Re: [Google Maps API v3] Polygon in visible area?

2012-01-23 Thread NoRyb
how do I get the "LatLngBounds" out of a polygon so I can use intersect? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/M5nkq2yL9

[Google Maps API v3] Polygon in visible area?

2012-01-23 Thread NoRyb
Hello Is it possible to find out, if a polygon is currently in the visible area? So I can get more details from a webservice about an object if it is visible... Thank you ~N -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: Change zoomMax of built-in Map Type

2012-01-20 Thread NoRyb
I am doing that at the moment. But I have to do it on Level 20 otherwise the zoom-control is at its limit and I'm not able to zoom "over" the border of the satellite map. This way I lose 1 zoomlevel of the satellite map. Another ugly thing is that I have to configure it to look for zoom level 2

[Google Maps API v3] Re: Refresh Base Map Type Tiles

2012-01-19 Thread NoRyb
Hello Martin Thank you for the answer. Unfortunately this does not help me as I don't have a list of tiles. I extended the ImageMapType so I can use it as Base Map instead of overlay map. There I only get the getTileUrl-Callback which does not have a pointer to the tile (only the URL). Is ther

[Google Maps API v3] Change zoomMax of built-in Map Type

2012-01-19 Thread NoRyb
Hello! I would like to change the zoomMax-Property of a built-in Map Type (Satellite). I found a post in a googlegroup in September 2011 where a google employee reported that this was possible again. Now it seems that it's not. The reason I need to do this is because I create an own Base Map T

[Google Maps API v3] Refresh Base Map Type Tiles

2012-01-19 Thread NoRyb
Hello! I would like to know if it's possible to "refresh" or "update" a MapType. I'm using an ImageMapType to display custom tiles. If I change a parameter, I want to display another set of tiles - how do I accomplish this? Thanks -- You received this message because you are subscribed to the