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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
24 matches
Mail list logo