2012/3/6 teknocreator
> [SOLVED]
>
> Thanks for the replies, but first I apologize to Arman for not including
> the
> commas in the BBOX request line. I was looking at the mapserver C code and
> it's actually setup to handle either commas or spaces in the BBOX= option.
> So it looks like I cut a
G'day Brent,
On 03/03/2012, at 4:13 AM, mapserver-users-requ...@lists.osgeo.org wrote:
> Hopefully someone here can help.
>
> I have about 50Gb of high resolution aerial photos (geotiffs) to set up as a
> cached WMS service.
>
> We have a mapserver setup ready to use, with backups, etc. alread
[SOLVED]
Thanks for the replies, but first I apologize to Arman for not including the
commas in the BBOX request line. I was looking at the mapserver C code and
it's actually setup to handle either commas or spaces in the BBOX= option.
So it looks like I cut and pasted by attempt without commas
Hi,
I'm working with Mapserver, openlayers and mapfish on linux Debian. I have
added a option in map application to get information from a map by click
on it.
toolbar.addControl(new OpenLayers.Control.WMSGetFeatureInfo({
isDefault: true,
title: 'Info'
}),
Hi Armin,
Thanks for that. I would prefer not to use MapScript, but if that is the only
way, I would be interested in some more code samples.
Regards,
Kathleen
-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf
On 3/5/2012 4:44 PM, Mark Volz wrote:
Hello,
Is there a way to force labels to fit inside of a polygon, even if a
polygon is irregularly shaped? I noticed that with POSITION AUTO labels
are falling outside of my soils boundary.
The short answer is no. It is an interesting problem, but it does n
Hello,
Is there a way to force labels to fit inside of a polygon, even if a polygon is
irregularly shaped? I noticed that with POSITION AUTO labels are falling
outside of my soils boundary.
Thanks
Mark Volz
GIS Specialist
___
mapserver-users mail
Hi,
I've configured a map - file with GDAL-WMS to reproject WMSC-Files.
It works more or less. I'm using 11 different scales where I calculate new
tiles in my SRS and on 7 out of 11 levels, the results are OK.
On the other levels, I keep getting the following error-message:
http://schemas.ope
David,
You aren't making a WMS request. You are making a MapServer request. When
making a map server request, you use mapext=minx+miny+maxx+maxy&mode=map
With WMS, you'd request SERVICE=WMS&REQUEST=GETMAP&BBOX=minx,miny,maxx,maxy.
Note there is no mode=map
See http://mapserver.org/ogc/wms_ser
Hi all,
I just spent a few hours chasing a problem that turns out to look like a
tile4ms is broken on 6.0.2 as it creates NullShape for each record.
Anybody else run into this problem? Can anyone else verify this? Or is
it specific to my data/system/etc for some reason.
-Steve W
woodbri@map
David
According to the WMS specs, BBOX parameters for getMap requests are
comma-separated, you are using spaces only (url-encoded as %20). I would
expect MS to return an exception instead of ignoring this.
armin
On 05/03/2012 21:20, David Miller wrote:
Hi list!
We have MapServer 6.0.1 inst
Hi list!
We have MapServer 6.0.1 installed on our Linux system (CentOS 5.7) and have
encountered an issue where the WMS options (i.e. BBOX, HEIGHT, WIDTH) seem
to be ignored for a GetMap request. I have checked options for and output
from running the configure script for building the executable.
On 12-03-02 11:22 PM, pcr...@pcreso.com wrote:
>
> That's about my take on it, maybe a couple of hours, but I've just been
> quoted 3 days by a support team to do this, at NZ$170/hr. (current exch
> rate is around .77, so maybe $2600US??? for the job)
>
I will give feedback here, as I am one of
Hello everybody
there is a quite flexible and easy to use solution to achieve all these
requirements with additional (non-standard) request parameters: using MapScript
bindings for OWS/WxS requests (see e.g.
http://mapserver.org/ogc/mapscript.html).
I use both PHP and Python bindings and every
Dear All,
I plot map file which is including villages. Data stored in MySQL and
read via OGR. My question is it possible to adjust size of the label
changing automatically considering the zoom level?
I mean when I zoom in size of the label also will increase, and decrease
when I zoom out.
is STY
Hi Steve,
thx for reply.
If I comment the connectiontype it work. Great. :)
I tried using "local" instead of "ogr" but it gave a parser-error.
I don't tried before removing the connectiontype.
thanks,
Andrea.
2012/3/5 Lime, Steve D (DNR)
> Why use OGR and not the native shape file driver
Hi,
It would be nice to be able to change some processing directives through
variable substitution. Multichannel satellite images are one obvious use case.
I have predefined a few most common settings for 7-channel Landsat images as
separate mapfiles but it would more convenient and flexible to
17 matches
Mail list logo