Re: [OpenLayers-Users] OpenLayers + MapServer + Own maps showing miniature tiles

2010-02-15 Thread Henrik Collin
Well I solved the problem. The map data was in a different projection than it said on the label. The real projection was 2392. After switching the MapServer'S layer settings to this projection everything fell in place. Thank you for everybody for helping me out! It was appriciated. - Henrik --

Re: [OpenLayers-Users] OpenLayers + MapServer + Own maps showing miniature tiles

2010-02-14 Thread Henrik Collin
On Fri, Feb 12, 2010 at 06:14:02AM -0800, Henrik Collin wrote: >> >> I changed the maxExtent and Resolution and it did some good. >> >> This is how it looks now: >> >> maxResolution: 2, >> maxExtent: new OpenLayers.Bounds(-20037508.34, -20037508.3

Re: [OpenLayers-Users] OpenLayers + MapServer + Own maps showing miniature tiles

2010-02-12 Thread Henrik Collin
out the correct resolution? I also played with the x_0 definitions in the wms.map and that did move the map, but that is fake solution as far as I am aware. Thanks in advance! Christopher Schmidt-2 wrote: > > On Fri, Feb 12, 2010 at 12:14:46AM -0800, Henrik Collin wrote: >&g

[OpenLayers-Users] OpenLayers + MapServer + Own maps showing miniature tiles

2010-02-12 Thread Henrik Collin
Hello, I am currently trying to build a service that shows a map in a webpage with OpenLayers. The OpenLayers requests the map data from MapServer by using WMS and then draws some features in a layer on top of the map data. My main problem is that the loaded map shows as a tiny dot in the scree