Re: [mapserver-users] Correct Mod Rewrite rule

2022-06-13 Thread Trond Michelsen
html/] internal redirect with /cgi-bin/mapserv [INTERNAL > REDIRECT]** > * > > > Am I correct in thinking that the redirect is not handling the GET params? > > Which means my rule is wrong and is hence passing the wrong request > string to mapserver thus

Re: [mapserver-users] Extracting Year, Month, Day from WMS time query

2021-07-27 Thread Trond Michelsen
essentially doing exactly the same thing as a regular rewrite. This works reasonably well, but I wouldn't mind if this functionality was baked into the mapfile. Especially since this could then be easily applied to other temporal dimensions than just TIME. -- Trond Michelsen

Re: [mapserver-users] [Feature Request] Ability to extract capture group contents from regex validation

2021-07-27 Thread Trond Michelsen
e the incoming parameter value is already in > place, and it seems like just one more little step is needed to save the > captured groups into new runtime substitution variables. > > - Ashley Sommer > _______ > mapserver-users mailing lis

Re: [mapserver-users] Forward time and other parameters to a layer defined as wms client

2019-08-08 Thread Trond Michelsen
T12:00:00Z,2019-08-08T12:05:00Z,2019-08-08T12:10:00Z,2019-08-08T12:15:00Z,2019-08-08T12:20:00Z,2019-08-08T12:25:00Z,2019-08-08T12:30:00Z,2019-08-08T12:35:00Z,2019-08-08T12:40:00Z 2019-08-08T10:45:00Z --8<-- Just make sure replacing the old timeextent.txt is an atomic operation. Otherwise you

Re: [mapserver-users] Forward time and other parameters to a layer defined as wms client

2019-08-08 Thread Trond Michelsen
from a URL. I'm unsure if TIME would > need to be added to the VALIDATION block as it is already a standard > WMS parameter. > On Thu, Aug 8, 2019, at 2:19 AM, Trond Michelsen wrote: >> I made a workaround for this a while ago (I think we were using >> Mapserver 4.10 at t

Re: [mapserver-users] Forward time and other parameters to a layer defined as wms client

2019-08-07 Thread Trond Michelsen
ut how we can make a > solution. > When we hardcode a wms_time parameter in the layer definition > everything works. -- Trond Michelsen ___ mapserver-users mailing list mapserver-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Georeferencing a raster without worldfile

2017-12-04 Thread Trond Michelsen
575000. Finally, by adding the scale factor of 0.9996, the image positioned itself exactly where I want it. So, my final projection block is: PROJECTION +proj=tmerc +lat_0=0.0 +lon_0=15 +x_0=575000 +y_0=-645 +a=6378137.0 +b=635

Re: [mapserver-users] Georeferencing a raster without worldfile

2017-12-01 Thread Trond Michelsen
Thank you for the suggestion. Unfortunately, I forgot to mention that they're png-files. -- Trond Michelsen On Fri, Dec 01, 2017 at 04:38:38PM +, Fawcett, David (MNIT) wrote: > If these are .tif files, can you write the georeference info to internal > metadata as a way to avoid

[mapserver-users] Georeferencing a raster without worldfile

2017-12-01 Thread Trond Michelsen
er, it has no effect. So... What am I doing wrong? How do I get my files to show up where they're supposed to? -- Trond Michelsen ___ mapserver-users mailing list mapserver-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Disable root layer

2017-11-23 Thread Trond Michelsen
. Is that possible, and how do I do that? (I've tried remove NAME from the MAP object, but mapserver helpfully provides a default name) -- Trond Michelsen ___ mapserver-users mailing list mapserver-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo

Re: [mapserver-users] WMS-T in WMS Client

2017-09-14 Thread Trond Michelsen
will be that. If you make the only client that's supposed to communicate with your wms server, this might be good enough, though. -- Trond Michelsen On Wed, Sep 13, 2017 at 09:46:21AM -0700, pe_lord wrote: > I try to cascade some public wms service in my local (dev). The public wms > has

[mapserver-users] Reprojection issues

2017-05-23 Thread Trond Michelsen
ms.met.no/cgi-bin/mapserv?map=/home/ubuntu/mapfiles/simpletest.map=WMS=GetMap=1.1.1=image/png=EPSG:32661=-100,-300,900,700=640=640=test Any idea what's going on, and what I can do to fix it? -- Trond Michelsen ___ mapserver-users mailin

[mapserver-users] Best way to load image as a layer in mapscript

2016-11-04 Thread Trond Michelsen
graphical layer, being generated based on the wms query. Today, it's wrapped in a wms server, and Mapserver fetches the layers through a WMS request. I hope to improve performance and reduce complexity, by moving this processing to this new program. --

[mapserver-users] Which is fastest? finding nearest point, or polygon?

2011-05-17 Thread Trond Michelsen
? If so, how do I set it up? 2. Is this faster than finding the polygon the click is inside? -- Trond Michelsen ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] WMS GetFeatureInfo - is it possible to support multiple INFO_FORMATs?

2011-05-10 Thread Trond Michelsen
/DCPType /GetFeatureInfo /Request /Capability -- Trond Michelsen ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Problems with non-square pixels

2009-07-18 Thread Trond Michelsen
On Fri, Jul 17, 2009 at 09:27:22AM +0200, Pfeiffer Michael wrote: So is it possible to send a float width and height to mapserver No. The WMS standard states that WIDTH and HEIGHT are integer values. -- Trond Michelsen ___ mapserver-users mailing