[MapServer-users] Can I call mapserver with GetLegendGraphic request using curl?

2023-12-14 Thread Schweitzer, Peter N via MapServer-users
ese images and cache them on the server so that mapserver doesn't have to chew up processor cycles and time for them every time? Thanks for any help you may be able to offer. Peter Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192) (703) 648-6533 email: pschweit...@usgs.gov https://ww

Re: [MapServer-users] security of S3 credentials in Mapfile

2022-12-22 Thread Peter Schmitt
On Thu, Dec 22, 2022 at 8:42 AM Marcin Niemyjski via MapServer-users < mapserver-users@lists.osgeo.org> wrote: > > is it safer than keeping credentials in mapfile or is it just another way > of providing them to mapserver? > > Please tell me. Is keeping credentials in mapfile optimal and safe

Re: [MapServer-users] [EXTERNAL] Vector tileindex with connectiontype OGR

2022-12-08 Thread Peter Schmitt
On Thu, Dec 8, 2022 at 12:55 AM Rahkonen Jukka < jukka.rahko...@maanmittauslaitos.fi> wrote: > > > We are using the ”layer-as-a-tileindex” method right now with a bit older > Mapserver version and with native POSTGIS connection type. In the > orthophoto layer we use > > > > I hope that this still

Re: [MapServer-users] [EXTERNAL] Vector tileindex with connectiontype OGR

2022-12-07 Thread Peter Schmitt
On Wed, Dec 7, 2022 at 4:17 PM Even Rouault wrote: > How do I specify such a query using the OGR PG driver as a Mapserver layer > to be used as a TILEINDEX of OGR vector files? > > A potential solution would be to create a OGR VRT file that contains your > SQL request, and reference that VRT

Re: [MapServer-users] [EXTERNAL] Vector tileindex with connectiontype OGR

2022-12-07 Thread Peter Schmitt
Hi Jukka, On Wed, Dec 7, 2022 at 12:18 PM Rahkonen Jukka < jukka.rahko...@maanmittauslaitos.fi> wrote: > “OGR layers can utilize tile indexes in a similar fashion to Shapefile > based layers. The TILEINDEX keyword should contain the connection string > for the tile index file. The tile index

Re: [MapServer-users] [EXTERNAL] Vector tileindex with connectiontype OGR

2022-12-07 Thread Peter Schmitt
On Wed, Dec 7, 2022 at 1:16 AM Schylberg Lars wrote: > The important thing is to have a one layer for the actual tile index, that has status off and one layer that is using the tile index layer. Thanks for the message, Lars! This gave me another idea to debug. When I set DEBUG 5 and request

[MapServer-users] Vector tileindex with connectiontype OGR

2022-12-06 Thread Peter Schmitt
Hi, How do I get a vector tileindex working with another Mapserver layer as the tileindex? I have the following tindex.geojson: {

[MapServer-users] How do I use an SQL query in a Postgis tileindex of vector files?

2022-12-06 Thread Peter Schmitt
Hi, How do I get a tileindex of vector files working from data in a Postgis database and accessed via an SQL query of my choosing? I would like to make a vector tile index as described at https://mapserver.org/optimization/vector.html#index-your-data using data stored in a Postgis database and a

[mapserver-users] Handbook of Geographic Information / Open Source Chapter / Mapserver DOI

2022-08-14 Thread Peter Löwe
references are also enabled by DOI. Kind regards, Peter ___ MapServer-users mailing list MapServer-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Mapserver vsis3 perfomance

2022-07-22 Thread Peter Schmitt
Hi Elari, I'm the author of that repo. The format of the input raster data is critical to achieve optimal /vsis3/ performance. Much more so than multithreading/multiprocessing configuration. I have had the best performance serving raster data formatted as a Cloud Optimized GeoTIFF (COG). Newer

Re: [mapserver-users] Docker for AWS S3 and Mapserver 7 on OSGeo Github?

2021-05-17 Thread Peter Schmitt
Hi Steve & Brian, I made the source repo https://github.com/pedros007/mapserver-docker a few years ago. I think one of my colleagues must have shared a link to it somewhere on YNews. I have a more updated Dockerfile based on the osgeo/gdal:ubuntu-full-3.3.0 docker image that I could submit a PR

Re: [mapserver-users] data parameter in tileindex

2021-04-06 Thread Peter Schmitt
On Mon, Apr 5, 2021 at 5:06 PM Peter Schmitt wrote: > On Wed, Mar 24, 2021 at 1:47 AM Rahkonen Jukka (MML) < > jukka.rahko...@maanmittauslaitos.fi> wrote: > >> perhaps OGR connection to PostGIS would work better than the native one >> with tileindex. >> >

Re: [mapserver-users] data parameter in tileindex

2021-04-05 Thread Peter Schmitt
On Wed, Mar 24, 2021 at 1:47 AM Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > perhaps OGR connection to PostGIS would work better than the native one > with tileindex. > I am trying to do this as a proof-of-concept tile index of vector files where the geom is stored in a

Re: [mapserver-users] Benchmarking suite in progress..

2020-04-04 Thread Peter Schmitt
going to be 'fast'... oh well.. i > know better now.. . > > Thanks Peter! > >James Gardner > > > On 5/4/20 10:32 am, Peter Schmitt wrote: > > Hi James, > > I am not familiar with fcgiwrap. Here's what my setup looks like: > Nginx proxies to MapServer l

Re: [mapserver-users] Benchmarking suite in progress..

2020-04-04 Thread Peter Schmitt
Hi James, I am not familiar with fcgiwrap. Here's what my setup looks like: Nginx proxies to MapServer listening on a unix socket. https://github.com/pedros007/debian-mapserver/blob/master/etc/nginx/sites-available/mapserver_proxy.conf This looks pretty similar to your nginx conf:

Re: [mapserver-users] Configuring a layer with one output with multiple input projections

2019-11-15 Thread Peter Schmitt
hko...@maanmittauslaitos.fi> wrote: > Hi, > > > > Please read > https://mapserver.org/optimization/tileindex.html#tileindex-mixed-srs and > https://mapserver.org/development/rfc/ms-rfc-100.html? > > > > -Jukka Rahkonen- > > *Lähettäjä:* mapserver-users > *Puole

[mapserver-users] Configuring a layer with one output with multiple input projections

2019-11-15 Thread Peter Schmitt
Hi, Is it possible to configure one raster layer with a single output projection (epsg:4326) where input rasters are in different UTM zones? I'd like to avoid reprojecting the source data if possible. The rasters will be determined from a Postgis-based tile index where raster extents are stored

Re: [mapserver-users] Gallery: running mapserver in docker on kubernetes

2019-08-30 Thread Peter Schmitt
On Fri, Aug 30, 2019 at 9:48 AM Jan Hartmann wrote: > Thanks Peter, this is really useful. Do you have any real-world benchmarks > for MapServer that compare regular file access with vsicurl access, using > optimized Geotifs? I've seen the tests for GDAL at > https://trac.osgeo.o

Re: [mapserver-users] Gallery: running mapserver in docker on kubernetes

2019-08-30 Thread Peter Schmitt
Hi Jan, On Fri, Aug 30, 2019 at 6:20 AM Jan Hartmann wrote: > Hi Pete, could you explain what you mean by "cloud-optimized geotiffs? > A Cloud Optimized GeoTIFF (COG) is a regular GeoTIFF file in which the data is structured for fast random access. Some properties of a COG have always been

Re: [mapserver-users] Gallery: running mapserver in docker on kubernetes

2019-08-29 Thread Peter Schmitt
> If anyone is interested by our docker image, you can find it here: https://github.com/camptocamp/docker-mapserver Thanks for sharing this, Yves! Regarding /vsicurl/ performance you mentioned: > We saw some drawback when displaying maps on low scale as too much files should be read. Visicurl

Re: [mapserver-users] Layer - conditional on image size

2019-07-09 Thread Peter Schmitt
I have had the best luck with SCALETOKEN. Occasionally I'll have two layers: a and b which each set MINSCALEDENOM and MAXSCALEDENOM https://mapserver.org/mapfile/layer.html#index-52 https://mapserver.org/mapfile/layer.html#index-49 Set the MINSCALEDENOM of one layer to the MAXSCALEDENOM of the

Re: [mapserver-users] Can I skip logging MS_NOTFOUND errors?

2019-06-05 Thread Peter Schmitt
at 2:27 AM wrote: > Does it make a difference if You define: > > CONFIG 'ON_MISSING_DATA' 'IGNORE' > > on the map level? > > /Lars S. > > 4 juni 2019 kl. 21:44, "Peter Schmitt" > > skrev: > > Hi, > > I have MapServer configured

[mapserver-users] Can I skip logging MS_NOTFOUND errors?

2019-06-04 Thread Peter Schmitt
Hi, I have MapServer configured to serve a WFS endpoint with GeoJSON. The data itself is in a PostGIS database. When I make a query for data that's non-existent, I get an empty feature collection: > curl

Re: [mapserver-users] Conditional BANDS directive based on underlying data

2019-04-30 Thread Peter Schmitt
On Tue, Apr 30, 2019 at 4:41 AM Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > > As Even already answered, using vrt files over the BGRN originals will > work. We had a need to use both grayscale originals and vrt-falsified RGB > versions (the only band pointing to red,

[mapserver-users] Conditional BANDS directive based on underlying data

2019-04-29 Thread Peter Schmitt
Hi, When my data is 4-band (BGRN), I use the BANDS processing directive to yield RGB tiles, like so: PROCESSING"BANDS=4,3,2" Is there a way to have a single layer within a Mapfile that will set this directive to 4,3,2 when the underlying data has four bands and either skip the directive

Re: [mapserver-users] Higher Memory Usage with vsicurl and gdal > 2.2.4

2019-04-05 Thread Peter Schmitt
for me to experiment with the other gdal-2.3 config options for libcurl >= 7.33 built with nghttp2. Cheers, Pete On Fri, Mar 29, 2019 at 3:02 PM Peter Schmitt wrote: > Hi, > > I run MapServer in a Docker container. I noticed its memory utilization > climbed much higher than expect

[mapserver-users] Higher Memory Usage with vsicurl and gdal > 2.2.4

2019-03-29 Thread Peter Schmitt
Hi, I run MapServer in a Docker container. I noticed its memory utilization climbed much higher than expected. This seems to happen only under the following conditions: * Files are accessed network-based filesystems (I tried both /vsicurl/ and /vsis3/) * Using gdal > 2.2.4 (tested with 2.3.0,

Re: [mapserver-users] MultiPolygon layer requested as GeoJSON is returned as Polygon

2018-01-08 Thread Peter Schmitt
My mental model was that the METADATA block only gave hints to what should be reported in GetCapabilities requests. Thanks again, Pete On Mon, Jan 8, 2018 at 12:07 PM, Lime, Steve D (MNIT) < steve.l...@state.mn.us> wrote: > Hi Peter: Adding the following metadata to the laye

[mapserver-users] MultiPolygon layer requested as GeoJSON is returned as Polygon

2018-01-05 Thread Peter Schmitt
Hi, I have a layer with one MultiPolygon feature. I issue a request for the layer as GeoJSON, like so: curl " http://localhost/mapserv?MAP=/usr/src/mapfiles/busted.map=WFS=1.1.0=getfeature=should_be_multi=geojson " In response, I get a single feature, but it has been converted to a Polygon. {

Re: [mapserver-users] Understanding MapServer Memory Usage with WMS raster layers

2017-10-27 Thread Peter Schmitt
On Fri, Oct 27, 2017 at 1:23 PM, wrote: > Looking at the text just below these rows: > > > https://github.com/mapserver/mapserver/blob/66309eebb7ba0dc70469efeb40f865 > a8e88fafbd/mappool.c#L62-L65 > > > I see that there is an option that is not documented: > > >

Re: [mapserver-users] Understanding MapServer Memory Usage with WMS raster layers

2017-10-27 Thread Peter Schmitt
problem. Sorry for adding noise to the list! On Wed, Oct 25, 2017 at 11:42 AM, Peter Schmitt <pschm...@gmail.com> wrote: > Hi, > > I am using MapServer as a WMS endpoint serving rasters. My configuration > has Supervisord running 8 mappserv processes which are listening on a >

[mapserver-users] Understanding MapServer Memory Usage with WMS raster layers

2017-10-25 Thread Peter Schmitt
Hi, I am using MapServer as a WMS endpoint serving rasters. My configuration has Supervisord running 8 mappserv processes which are listening on a socket and dispatched via Nginx FastCGI. This all runs in the following Docker image: https://github.com/pedros007/debian-mapserver I noticed my

[mapserver-users] Capture all runtime substitution variables in template

2017-09-21 Thread Peter Schmitt
Hi, The documentation on templates says that my template can access variables like "[post or get variable name], [post or get variable name_esc]". http://mapserver.org/mapfile/template.html So if my layer is defined with a runtime substitution variable image_id as follows: LAYER

[mapserver-users] Mapserver caching and /vsicurl/

2017-04-19 Thread Peter Schmitt
Hi, I am using Mapserver to render a GeoTIFF in s3 using /vsicurl/. My raster layer uses a tile index generated by Postgis. Here's a snippet from my MAP file: CONFIG "CPL_VSIL_CURL_ALLOWED_EXTENSIONS" ".tif" CONFIG "GDAL_DISABLE_READDIR_ON_OPEN" "YES" CONFIG "VSI_CACHE"

[mapserver-users] mapcache WMTS: can I include contact information?

2017-02-09 Thread Schweitzer, Peter
I don't see documentation suggesting that I could include contact information in the mapcache.xml file so that it is included in, for example, my WMTS getCapabilities response. Is that possible? Thanks! Peter -- Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192) (703) 648-6533

Re: [mapserver-users] Unexpected result from overlapping images in tile index

2017-01-19 Thread Peter Schmitt
/an external mask to my source images if I need such behavior. Thanks again, Pete On Thu, Jan 19, 2017 at 4:31 AM, thomas bonfort <thomas.bonf...@gmail.com> wrote: > Peter, if I understand correctly > I'm not aware that there is any documentation or requirement that using a

[mapserver-users] Unexpected result from overlapping images in tile index

2017-01-18 Thread Peter Schmitt
Hi, I have a tile index to render a layer from two images. The images are black.png https://github.com/pedros007/mapserver-tindex-problem/blob/master/black.png?raw=true which has NODATA values over the white areas and grayscale pixels with intensity 1 and gray.png with intensity 128 and zero

Re: [mapserver-users] Non-square pixels when re-projecting on the fly

2016-11-18 Thread Peter Schmitt
On Fri, Nov 18, 2016 at 12:44 AM, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > I do not quite believe that your output pixels are non-square. I rather > think that what you see are views of the native 4326 pixels reprojected > into 3857. In Scotland (7536002 N in

[mapserver-users] Non-square pixels when re-projecting on the fly

2016-11-17 Thread Peter Schmitt
Hi, I have a GeoTIFF in EPSG:4326. I want to re-project on the fly to 3857. The imagery looks good, but one thing confuses me: Pixels aren't square when zoomed in very far with OpenLayers. Here's my setup (see full mapfile & OpenLayers config at the end): When the PROJECTION block of the

Re: [mapserver-users] Refreshing AWS credentials for the /vsis3/ driver

2016-10-27 Thread Peter Schmitt
On Thu, Oct 27, 2016 at 11:10 AM, Even Rouault wrote: > > > > > When the image is deflate-compressed, gdalinfo command does two > range requests. > > > > When the image is jpeg-compressed, gdalinfo does 13 range requests. > > > > > > Could you post the outpout of

Re: [mapserver-users] Refreshing AWS credentials for the /vsis3/ driver

2016-10-27 Thread Peter Schmitt
On Thu, Oct 27, 2016 at 10:42 AM, Even Rouault <even.roua...@spatialys.com> wrote: > Le jeudi 27 octobre 2016 18:33:01, Peter Schmitt a écrit : > > On Wed, Oct 26, 2016 at 1:39 PM, Even Rouault < > even.roua...@spatialys.com> > > > > wrote: > &g

Re: [mapserver-users] Refreshing AWS credentials for the /vsis3/ driver

2016-10-27 Thread Peter Schmitt
On Wed, Oct 26, 2016 at 1:39 PM, Even Rouault wrote: > I've written recently a best practice for generating cloud optimized > geotiffs: > https://trac.osgeo.org/gdal/wiki/CloudOptimizedGeoTIFF > (it mentions deflate compression, but jpeg-compressed can work of course)

Re: [mapserver-users] Refreshing AWS credentials for the /vsis3/ driver

2016-10-26 Thread Peter Schmitt
On Wed, Oct 26, 2016 at 1:43 PM, Jeff McKenna <jmcke...@gatewaygeomatics.com > wrote: > > Peter, a great way to give back to the community, for the great software > that you leverage, and for some good Open Source karma, is to create a wiki > page describing your /vsis3/ AWS m

Re: [mapserver-users] Refreshing AWS credentials for the /vsis3/ driver

2016-10-26 Thread Peter Schmitt
On Tue, Oct 25, 2016 at 2:04 AM, Even Rouault wrote: > > You're the first user of MapServer I'm aware of reporting use of /vsis3/ > (for > those wondering what it is, see > http://www.gdal.org/cpl__vsi_8h.html#a5b4754999acd06444bfda172ff2aaa16) > Congrats ! > > You

[mapserver-users] Refreshing AWS credentials for the /vsis3/ driver

2016-10-24 Thread Peter Schmitt
What is the best way to update Mapserver with current AWS credentials for the /vsis3/ driver? I am using the /vsis3/ driver to render images in a private S3 bucket. I am currently setting the credentials as fastcgi parameters in my nginx conf. I would like to use temporary credentials provided

Re: [mapserver-users] Keywords from multiple vocabularies

2016-06-14 Thread Schweitzer, Peter
The real need would be to specify, for each keyword, what vocabulary it comes from. Perhaps keywords should be specified using a URI, as in RDF? The next question is what system reads these keywords and does something useful with them, and how does it expect these to be arranged? Peter On Tue

[mapserver-users] QGIS cannot use some of my mapcache WMTS services

2015-10-20 Thread Schweitzer, Peter
). Should I change my mixed to PNGQ_FAST ? What harm will this do? Will I need to erase and re-create the affected tilesets? Thanks for any advice you can provide! Peter -- Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192) (703) 648-6533 email: pschweit...@usgs.gov http://geolog

Re: [mapserver-users] Symbols in KML outout

2014-10-17 Thread Peter Hopfgartner
. The (null) indicates that it was unable to do so. Hi Andreas, setting reasonable values for TEMPPATH, IMAGEPATH and IMAGEURL fixed the issue, indeed. Thanks, Peter HTH Von: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org

Re: [mapserver-users] Symbols in KML outout

2014-10-16 Thread Peter Hopfgartner
Just as a quick fix, I'd propose to drop the href node if no reasonable value is given. Anything more elaborate can be added later on. Comments? Peter On 10/15/2014 11:57 AM, Peter Hopfgartner wrote: From http://mapserver.org/output/kml_output.html#id2, it should be possible to have icons

[mapserver-users] Symbols in KML outout

2014-10-15 Thread Peter Hopfgartner
From http://mapserver.org/output/kml_output.html#id2, it should be possible to have icons for sysmbols. The pixmap of the ison should be referenced in the href node. In my output, the href ode looks like: href(null)/href Is there anything I missed? Regards, Peter -- Peter Hopfgartner

[mapserver-users] Problems compiling current git master on CentOS 6 due to lack of HarfBuzz

2014-10-14 Thread Peter Hopfgartner
not aware of any official package of HarfBuzz for C6, so I'm struck at this point. Will HarfBuzz be a mandatory requirement for MapServer 7? Regards, Peter -- Peter Hopfgartner web : http://www.r3-gis.com ___ mapserver-users mailing list mapserver

Re: [mapserver-users] Problems compiling current git master on CentOS 6 due to lack of HarfBuzz

2014-10-14 Thread Peter Hopfgartner
Hmm, now it works. Thanks, Peter On 10/14/2014 12:03 PM, thomas bonfort wrote: can you start with a new build directory, I've just tested and can correctly disable harfbuzz/fribidi... cmake ~/dev/mapserver -DWITH_FRIBIDI=OFF -DWITH_HARFBUZZ=OFF -- thomas On 14 October 2014 11:58, Peter

[mapserver-users] problems with KML output in context of WFS GetFeature

2014-09-24 Thread Peter Freimuth
this working properly?? Any hint or a solution is welcome. Peter BlackBridge AG | Sitz Berlin | Amtsgericht Charlottenburg - Registergericht | HRB 152785 | Aufsichtsratsvorsitzender: David Westwood | Vorstand: Ryan Johnson ___ mapserver-users mailing list

[mapserver-users] MapServer 5.6.9 with PHP 5.4

2014-09-11 Thread Peter Hopfgartner
For some of our servers I needed to compile MapServer 5.6 with PHP 5.4. In case someone else has the same need, I’ve created the ticket https://github.com/mapserver/mapserver/issues/4991. Regards, Peter R3 GIS http://www.r3-gis.com___ mapserver

[mapserver-users] searching for a solution to render polygons crossing the antimeridan

2014-09-01 Thread Peter Freimuth
=19068286.820724,-2282715.4123002,20749901.442696,-1809417.3332432srs=epsg:3785format=image/pngwidth=800height=800) Any hint on documentation or how to overcome this problem is very welcome! Kind regards, Peter These are the details: umn ms 6.4.1 ## layer defintion LAYER NAME

Re: [mapserver-users] WMS Client changes slightly BBOX

2014-07-25 Thread Peter Hopfgartner
This would be perfectly compatible with the difference on 1 pixel. Thanks, Peter On 07/25/2014 12:32 AM, Lime, Steve D (MNIT) wrote: There’s a difference between the extent models used by MapServer and OGC. The WMS code adjusts for that difference so the input extent will definitely see

[mapserver-users] WMS Client changes slightly BBOX

2014-07-24 Thread Peter Hopfgartner
. Any help is appreciated. Obvioulsly, I can fetch the WMS services in my code and overlay them by hand. Anyway, for a couple of reasons this was the preferred approach. Regards, Peter -- Peter Hopfgartner R3 GIS Srl - GmbH Via Johann Kravogl-Str. 2 I-39012 Meran/Merano (BZ) web : www.r3

Re: [mapserver-users] WMS Client changes slightly BBOX

2014-07-24 Thread Peter Hopfgartner
in the MapServer code. Regards, Peter On 07/24/2014 01:30 PM, Worth Lutz wrote: Peter, I have found that if the map size (width and height in pixels) aspect ratio does not exactly match the map extents (map units) aspect ratio the map extents are adjusted. I'm working with MapScript

[mapserver-users] algorithm for line offset (-99 value)

2014-07-07 Thread Peter Maes
Hi, In the past we only rendered image tiles for roads, where we need the 2 lanes to be drawn separately. For this we've been using the -99 value offset parameter. However, now we need to use mapserver wfs on the vector side and do this line offset on the client. Can anyone point me to the

[mapserver-users] Two meanings of ows_service_onlineresource in WFS capabilities document

2014-06-03 Thread Schweitzer, Peter
the map file's metadata more complicated, but I would not expect these two places would necessarily use the same web address. This is clearly not a burning issue. Is there a person or group who works on this part of mapserver? Peter -- Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192

Re: [mapserver-users] Can't get a raster to display... projection issue?

2014-05-01 Thread Peter Gustafson
? -- thomas On 1 April 2014 23:53, Peter Gustafson pgustaf...@gmail.com wrote: Hi all, I'm brand new to mapserver. (The itasca workshop map works) I can't get a raster to display. I've tried various extents and projections but suspect these are the cause. The mapfile is as below (IMAGEPATH

Re: [mapserver-users] MapServer Errors in APACHE logs.

2014-04-29 Thread Schweitzer, Peter
entry with the same time. But does mapserver actually have anything that looks like the web request that caused it to be called? What do you think? Peter On Tue, Apr 29, 2014 at 2:55 PM, Basques, Bob (CI-StPaul) bob.basq...@ci.stpaul.mn.us wrote: All, Has anyone done any work with capturing

[mapserver-users] Can't get a raster to display... projection issue?

2014-04-01 Thread Peter Gustafson
Hi all, I'm brand new to mapserver. (The itasca workshop map works) I can't get a raster to display. I've tried various extents and projections but suspect these are the cause. The mapfile is as below (IMAGEPATH and IMAGEURL are changed -- working with itasca) as well as info from gdal. Your help

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Schweitzer, Peter
. But the information needed by the current maintainers is the extent of the demand. This is just my opinion, and I'm in no position to promise anything, but I do encourage you to communicate your needs to the current maintainers. Peter On Fri, Mar 21, 2014 at 11:06 AM, Smith, Michael michael.sm

[mapserver-users] wcs 1.0.0 bbox problem

2014-01-28 Thread Peter Freimuth
:32616 which is the epsg code of the layer itself, everything works fine. I would expect that mapserver would reproject the wcs_extent or layer_extent or map_extent to the given CRS and use that BBOX by default. related to: https://github.com/mapserver/mapserver/issues/4853 -- Peter Freimuth

Re: [mapserver-users] Can MapCache address a Group on my Mapserver?

2014-01-09 Thread Schweitzer, Peter
on the map scale. Peter On Thu, Jan 9, 2014 at 11:16 AM, EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE james.evan...@us.af.mil wrote: Hi, Is it possible to represent a GROUP of 50 different layers on a MapServer as a single Source/TileSet on a MapCache? Does MapCache have any way

[mapserver-users] mapcache kml click function

2013-12-02 Thread Schweitzer, Peter
pages such as http://mrdata.usgs.gov/geology/state/state.php?state=VT Peter -- Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192) (703) 648-6533 email: pschweit...@usgs.gov http://geology.usgs.gov/peter/ ___ mapserver-users mailing list

[mapserver-users] GeoJSON as WFS output format without template

2013-11-13 Thread Peter Hopfgartner
? Regards, Peter ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] [EXTERNAL] GeoJSON as WFS output format without template

2013-11-13 Thread Peter Hopfgartner
On 11/13/2013 12:49 PM, Smith, Michael ERDC-RDE-CRREL-NH wrote: Peter, Hi Michael, You can use OGR outputformats. Add something like this to your mapfile OUTPUTFORMAT NAME geojson DRIVER OGR/GEOJSON MIMETYPE application/json; subtype=geojson FORMATOPTION STORAGE=stream FORMATOPTION

[mapserver-users] mapcache kml--how to use?

2013-09-10 Thread Schweitzer, Peter
! Peter -- Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192) (703) 648-6533 email: pschweit...@usgs.gov http://geology.usgs.gov/peter/ ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

[mapserver-users] using MASK in context of WCS 1.0.0 GetCoverage

2013-09-06 Thread Peter Freimuth
FORMATOPTION ZLEVEL=8 FORMATOPTION TILED=YES FORMATOPTION PREDICTOR=2 FORMATOPTION NULLVALUE=0 END Thanks for any hint on that topic. I am using Mapserver 6.4beta2 with latest GDAL from trunk. Kind regards, Peter ___ mapserver-users

Re: [mapserver-users] wcs 1..0.0 getcapabilities problem in mapserver 6.4dev and 6.2.x

2013-09-04 Thread Peter Freimuth
Hi Even, thanks for the tip. Actually this solved the problem. I did not found an example which makes clear for what this metadata element is used and how this url should look like but at least the warning from the capabilities doc is gone. Best regards, Peter On 29/08/2013 1:38 PM, Even

Re: [mapserver-users] mapcache config confusion

2013-09-03 Thread Schweitzer, Peter
to the TMS other than a wish to conform to OGC specs? Peter On Mon, Sep 2, 2013 at 5:26 AM, Eichner, Andreas - SID-NLKM andreas.eich...@sid.sachsen.de wrote: Good news: it works. But your client needs to be configured to use the cache layer. Currently you still use the source WMS. Since you have

[mapserver-users] mapcache config confusion

2013-08-30 Thread Schweitzer, Peter
/mapcache /mnt/mrt/mapcache/mapcache.xml /IfModule Thanks in advance for any help you might provide. Peter -- Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192) (703) 648-6533 email: pschweit...@usgs.gov http://geology.usgs.gov/peter

[mapserver-users] wcs 1..0.0 getcapabilities problem in mapserver 6.4dev and 6.2.x

2013-08-29 Thread Peter Freimuth
Any idea what is missing. The fact that the missing mandatory metadata accesses a null string point to a bug in the code otherwise it should tell which parameter is missing. Thanks for any hint on this topic. Kind regards, Peter ___ mapserver-users

[mapserver-users] Fwd: cgi variable substituition in DATA statement

2013-08-28 Thread Peter Freimuth
mapserver is one of the best software projects in the OSGEO environment. Functionality is great and stable and support through dev and user list is always great. Best, Peter -- Peter Freimuth Begin forwarded message: From: thomas bonfort thomas.bonf...@gmail.com Subject: Re: [mapserver-users] cgi

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-26 Thread Peter Freimuth
of keeping the db connection and GDAL_CACHEMAX i get an error that map param is not set. Which mechanismn should be used in context of fcgi to make the map param in the URL unnecessary? Thanks, Peter On 23/08/2013 12:32 AM, thomas bonfort wrote: yes, that's it. the substitutions only work

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-22 Thread Peter Freimuth
static values everything is working fine. Kind regards, -- Peter Freimuth On 2013-08-22, at 3:17 AM, thomas bonfort thomas.bonf...@gmail.com wrote: Peter, can you email me your full mapfile, with the snippets you provided I can't see anything wrong and would therefore need to see any side

Re: [mapserver-users] cgi variable substituition in DATA statement

2013-08-21 Thread Peter Freimuth
further idea? Thanks, Peter On 20/08/2013 5:35 PM, thomas bonfort wrote: try setting your VALIDATIONs to '.*' to see if your problem lies in your regex or elsewhere. For 6.3/4 You can also remove your xxx_validation_pattern metadata entries, and should move the default_xxx ones into the VALIDATION

[mapserver-users] cgi variable substituition in DATA statement

2013-08-20 Thread Peter Freimuth
Hi, i am trying to get the dynamic variable substitution work on Mapserver 6.3dev but somehow it does'nt work as it worked before and as documented. When i execute

[mapserver-users] wfs getfeature returns invalid xml when using gml_constants

2013-04-20 Thread Peter Freimuth
expect that the character field can handle also a url string. Thanks for any hint to resolve the issue. Kind regards, Peter -- Peter Freimuth ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [mapserver-users] wfs getfeature returns invalid xml when using gml_constants

2013-04-20 Thread Peter Freimuth
Hi Thomas, thanks for the hint. Actually this solved the problem. Kind regards, Peter On 2013-04-20, at 5:28 AM, Thomas Gratier osgeo.mailingl...@gmail.com wrote: Hello, Only a clue but because it's XML, you have to escape your ampersands: so become amp; and for a full example

[mapserver-users] wfs getfeature returns invalid xml when using gml_constants

2013-04-19 Thread Peter Freimuth
expect that the character field can handle also a url string. Thanks for any hint to resolve the issue. Kind regards, Peter -- Peter Freimuth ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [mapserver-users] Cent OS (6) and php-mapscript

2013-04-09 Thread Peter Hopfgartner
, the package is there and it is called php-mapserver. Peter -- Peter Hopfgartner web : www.r3-gis.com ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] WFS with Complex Features in MapServer or TinyOWS

2013-02-06 Thread Peter Hopfgartner
We would need to return some nested data from the WFS service, mostly representing data with a 1:N relationship. Could this be done with MapServer or TinyOWS? Regards, Peter -- Peter Hopfgartner R3 GIS Srl - GmbH web : http://www.r3-gis.com

Re: [mapserver-users] Mapserver 1.1.0 WCS ENVI Binary File with accompanying ENVI header

2013-02-05 Thread Peter Willis
the multi part MIME thing. You probably saved me days of debugging and unproductive spinning. Peter --- Peter, Hopefully Stefan Meissl will answer. If not, poke me and I'll try to figure it out. For some versions of WCS

[mapserver-users] Mapserver 1.1.0 WCS ENVI Binary File with accompanying ENVI header

2013-02-04 Thread Peter Willis
file secret to this? I thought of making a 'pseudo' GDAL driver that wraps gdal_translate and ZIP together but I'm hoping there is an easier fix. Thanks, Peter ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org

[mapserver-users] Mapserver WCS and PCI Geomatica

2013-02-04 Thread Peter Willis
: 'No coverage offerings found on server [OK]' . Pressing [OK] opens another dialog: 'Uncaught exception: An exception occurred. Reason: Unable to read the coverage description [OK]' Any thin glimmers of hope? Thanks Peter ___ mapserver-users

Re: [mapserver-users] apache module - mapserver

2013-01-23 Thread Peter Maes
Thanks for the info. I had tried it and I could get a simple ?mode=map from it that rendered my entire map. However anything else did not work for me. mode=tile, wms requests, etc. I didn't look further than that, so I'm just using it as cgi at the moment. However anything that might improve

[mapserver-users] Rendering Hindi Characters

2013-01-23 Thread Peter Mallen
. Here is a link describing more about the Devanagari alphabet: http://www.omniglot.com/writing/devanagari.htm Can anyone please help with this? Thank You, Peter Mallen ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http

Re: [mapserver-users] Rendering Hindi Characters

2013-01-23 Thread Peter Mallen
with bidirectional languages, but I could be wrong. Thank You, Peter Mallen -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Mr. Puneet Kishor Sent: Wednesday, January 23, 2013 12:27 PM To: mapserver-users

[mapserver-users] apache module - mapserver

2013-01-18 Thread Peter Maes
Hi, I noticed during compilation of mapserver 6.2 that there is an apache module as well. I've ran the configure/make/make install dance, as well as make install-module. I see with httpd -M that the module is loaded. However, which parameters do i need to pass to httpd.conf for the module to

Re: [mapserver-users] Hindi and Thai text rendering (thomas bonfort)

2012-12-17 Thread Peter Mallen
Hi Thomas, I believe we are using fribidi but I am not sure which version, I will look further into this and report back to with my findings. Thank You, Peter Mallen -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org

Re: [mapserver-users] Hindi and Thai text rendering (thomas bonfort)

2012-12-17 Thread Peter Mallen
for Mexico City from your map? This way I can match characters that I know are not rendering properly on my side. Thank You again for your help, Peter Mallen -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf

Re: [mapserver-users] Hindi and Thai text rendering

2012-12-14 Thread Peter Mallen
File Thank You, Peter Mallen -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of mapserver-users-requ...@lists.osgeo.org Sent: Tuesday, June 19, 2012 6:01 AM To: mapserver-users@lists.osgeo.org Subject

Re: [mapserver-users] fast cgi MapServer (version 6.0.3) vs cgi with awms getmap request

2012-11-09 Thread Peter Hopfgartner
/mapserver-users Peter -- Peter Hopfgartner R3 GIS Srl - GmbH web : http://www.r3-gis.com ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapScript leaks, was Mapfile VS MapScript performance

2012-11-07 Thread Peter Hopfgartner
recommendation is to stick with cgi/fastcgi unless you have very specific needs that force you to use mapscript. From personal experience, I fully embrace this. -- thomas Thanks, Peter (...) -- Peter Hopfgartner web : http://www.r3-gis.com

[mapserver-users] tracking the origin of errors

2012-11-01 Thread Peter N. Schweitzer
to provide this information? Peter -- Peter N. Schweitzer (MS 954, U.S. Geological Survey, Reston, VA 20192) (703) 648-6533 FAX: (703) 648-6252 email: pschweit...@usgs.gov http://geology.usgs.gov/peter/ ___ mapserver-users mailing list mapserver

Re: [mapserver-users] TinyOWS 12.10rc1

2012-10-22 Thread Peter Hopfgartner
configure: error: You need at least libxml 2.8.0 Is there a real reason to require 2.8.0 or could this be relaxed? Regards, Peter ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Fw: mapserver binary for CentOS?

2012-09-06 Thread Peter Hopfgartner
for sure with MapServer 5.6, maybe also for MapServer 6. Regards, Peter It seems there is no mapsrev file in it. Could you guide me where can i find the whole package? Also, just mapserv is sufficient to run a simple web mapping application? no other dll? Thanks in advance

  1   2   3   >