Re: [mapserver-users] Asking for guidelines about a project

2011-06-16 Thread Saka Royban
Thanks a lot brent I checked provided link and i;m gonna give it a try. About ur helpful advices, i'm confused about how to save data in PostGIS? with what schema? I mean i have to keep track of each paced point by moving objects. Should i record each point as a record, so it means one table pe

[mapserver-users] Re: Mapserver 6.0 MINSCALEDENOM/MAXSCALEDENOM and different EPSG codes?

2011-06-16 Thread Michelle Douvil
Additional info.. This works.. MAP NAME TestScale EXTENT -140 50 -100 90 SIZE 100 100 UNITS DD PROJECTION "init=epsg:4326" END This doesn't... MAP NAME TestScale EXTENT 20 20 190 190 SIZE 100 100 UNITS METERS PROJECTION "init=epsg:3005" END

RE: [mapserver-users] Scalebar Object in PHP Mapscript

2011-06-16 Thread Lime, Steve D (DNR)
What do you mean by "the map is well scaled but the scalebar is not "? Other common params would be SIZE, STYLE and INTERVALS. Does the map have units set? Steve From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of steve.tout...@inspq.qc.c

Re: [mapserver-users] Mapserver 6.0 WMS

2011-06-16 Thread Smith, Michael ERDC-CRREL-NH
Chris, Look at this section of the migration guide http://mapserver.org/MIGRATION_GUIDE.html#ogc-web-services You have to specifically enable WMS now. In the MAP WEB section add "ows_enable_request" "*" Mike On 6/16/11 2:42 PM, "Chris Green" wrote: > Hi List > > I am in the process of u

RE: [mapserver-users] Mapserver 6.0 WMS

2011-06-16 Thread Fawcett, David (MPCA)
Chris, I can't find that ticket either, but this should help. Look at: http://mapserver.org/MIGRATION_GUIDE.html#ogc-web-services And this: http://mapserver.org/development/rfc/ms-rfc-67.html David. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.or

[mapserver-users] Mapserver 6.0 WMS

2011-06-16 Thread Chris Green
Hi List I am in the process of upgrading from Mapserver 5.4 to 6.0 , running under Ubuntu 10.04. However I am struggling with the more stringent requirements in Mapserver 6.0 when running as a WMS server. I can see the principles applied in http://mapserver.org/MIGRATION_GUIDE.html#migration,

[mapserver-users] Scalebar Object in PHP Mapscript

2011-06-16 Thread Steve . Toutant
Hi, I create a scalebar like this $oMap->scalebar->set("units", MS_METERS); $oMap->scalebar->outlinecolor->setRGB(0,0,0); $oMap->scalebar->set("status", MS_EMBED); And create an image of the map with the scalebar embedded On the image, the map is well scaled but the scalebar is not. Is the code a

RE: [mapserver-users] Rasters

2011-06-16 Thread Annette Farrell
Many thanks for the quick response. Using the alpha band resolved the issue. The rasters display seamlessly. What format of rasters would you recommend in terms of performance and size? Most people are using virtual servers now and want to use ecw images instead of geotiffs due to the size on di

Re: [mapserver-users] Rendering artefacts when serving raster via WMS

2011-06-16 Thread John Westwood
Hi Brent Thanks for the hint. I gave it a try but it did not help. I will have another look at the problem next week. Regards John W. >>> Brent Fraser 15/06/11 4:21 PM >>> John, It looks like a resampling problem. You could try adding PROCESSING "OVERSAMPLE_RATIO=1" PROCESSING "LOA

Re: [mapserver-users] Re: WFS intersect request

2011-06-16 Thread Brent Fraser
On 6/16/2011 5:29 AM, Marco Bagni wrote: You and I (and many more users with the same problem) are facing the "other side" of the Open Source. Who writes the code and releases it for public domain, sometimes arranges things in such a way that, elegantly, the users are "suggested" to turn to his

RE: [mapserver-users] Rendering artefacts when serving raster via WMS

2011-06-16 Thread John Westwood
Hi Steve Yes, the images are requested as tiles. I should probably try a standard (whole image) request or try shp2img to eliminate that possibility. The requesting software is OpenLayers. The website is using GeoWebCache to cache the tiles, but the test image supplied went directly from MapServer

Re: [mapserver-users] Rasters

2011-06-16 Thread Frank Warmerdam
On 11-06-16 10:27 AM, Brent Fraser wrote: Frank, Does MapServer now use GDAL by default to read tiffs (instead of its own tiff handling), or do you need to specify a CONNECTIONTYPE? Or perhaps create a VRT file referencing the tiff to force the use of GDAL to read the tiff? Brent, MapServer n

Re: [mapserver-users] Rasters

2011-06-16 Thread Brent Fraser
Frank, Does MapServer now use GDAL by default to read tiffs (instead of its own tiff handling), or do you need to specify a CONNECTIONTYPE? Or perhaps create a VRT file referencing the tiff to force the use of GDAL to read the tiff? Best Regards, Brent Fraser On 6/16/2011 8:12 AM, Frank

Re: [mapserver-users] Issue after upgrading to MapServer 6.0.0

2011-06-16 Thread Brent Fraser
The most common change I needed to make was moving PATTERN, STYLE, and GAP from my SYMBOL definitions to the STYLE objects. So for example in V5 I had: # -- Symbol Defs: -- SYMBOL NAME 'dashed5' TYPE SIMPLE STYLE 5 5 END END # -- in my LAYER->CLASS object -- STYLE

Re: [mapserver-users] Rasters

2011-06-16 Thread Frank Warmerdam
On 11-06-16 06:37 AM, afarrell wrote: Hi, I've converted some 8 bit rasters to GeoTIFF format and spherical mercator projection using FME. I'm getting large blue edges where the tiles meet: http://dl.dropbox.com/u/23077047/Misc1use/rasters.jpg http://dl.dropbox.com/u/23077047/Misc1use/rasters.j

[mapserver-users] Issue after upgrading to MapServer 6.0.0

2011-06-16 Thread Chenier, Nicolas
Hi all, Our legend and overview maps are not loading correctly when MapServer 6.0.0 is enabled (all works fine when using our original MapServer 5.6 binaries). The error returned for both the legend and the overview map is the same: loadSymbol(): Unknown identifier. Parsing error near (STYLE):(l

Re: [mapserver-users] Re: WFS intersect request

2011-06-16 Thread Daniel Morissette
On 11-06-16 08:47 AM, Yewondwossen Assefa wrote: On 16/06/2011 7:29 AM, Marco Bagni wrote: You and I (and many more users with the same problem) are facing the "other side" of the Open Source. Who writes the code and releases it for public domain, sometimes arranges things in such a way that,

Re: [mapserver-users] Re: WFS intersect request

2011-06-16 Thread Yewondwossen Assefa
Hi, On 16/06/2011 7:29 AM, Marco Bagni wrote: Dear John, let me take your request as the occasion to share a thought with this community. You are experiencing my same problem and your last deduction is correct: BBOX works, for the rest the mismatch between the available documentation and the r

Re: [mapserver-users] Re: Polygon layer with no fill shows line thumbnail in the legend image

2011-06-16 Thread Daniel Morissette
Personally, I do not feel strongly either way, other than being hesitant to change something that's been in place for 8 years. Perhaps an option could be added to control the type of icon to generate? On 11-06-16 07:12 AM, Tamas Szekeres wrote: Any update on this one? Tamas 2011/5/28 Tamas

Re: [mapserver-users] Re: WFS intersect request

2011-06-16 Thread Yewondwossen Assefa
Hi John, Can you try something like : Geometry-61.63,45.04 -60.78,45.04 -60.78,46.08 -61.63,46.08, Polygon, MultiPolygon, MultiSurface, Box, LineString are supported as geometries for these operators. gml:Envelope is not right now. Let me know. best regards, \On 09/06/2011 12:47 P

Re: [mapserver-users] Re: WFS intersect request

2011-06-16 Thread Marco Bagni
Dear John, let me take your request as the occasion to share a thought with this community. You are experiencing my same problem and your last deduction is correct: BBOX works, for the rest the mismatch between the available documentation and the real implementation of the spatial filters (if rea

[mapserver-users] Re: Polygon layer with no fill shows line thumbnail in the legend image

2011-06-16 Thread Tamas Szekeres
Any update on this one? Tamas 2011/5/28 Tamas Szekeres > Folks, > > According to a client's report, the current behaviour of drawing the legend > images may be confusing, as the polygon layer with no fill shows line > thumbnail (zigzag) in the legend image. > I've been tracking down the chang

[mapserver-users] Re: Rasters

2011-06-16 Thread afarrell
We are using MapServer 5.6 Thanks, Annette -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Rasters-tp6482500p6482532.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___ mapserver-users mailing list mapse

[mapserver-users] Rasters

2011-06-16 Thread afarrell
Hi, I've converted some 8 bit rasters to GeoTIFF format and spherical mercator projection using FME. I'm getting large blue edges where the tiles meet: http://dl.dropbox.com/u/23077047/Misc1use/rasters.jpg http://dl.dropbox.com/u/23077047/Misc1use/rasters.jpg In ArcGIS the tiles appear seamle