Re: [mapserver-users] Curves in MapServer

2018-09-07 Thread Basques, Bob (CI-StPaul)
All, We moved to storing curves in Postgres/postgis as a way of distributing to those applications/clients that can consume curves. The Postgres loading stuff has been somewhat manually intensive in setting up, but it’s somewhat automated now. We’re sourcing data from both AutoCAD and ESRI

Re: [mapserver-users] MapServer 6.4 URL-Problem (Variable-Substitution)

2018-09-07 Thread Michael Smith
Mike, In version 6 and above, you need to add a validation block for each substitution variable. https://mapserver.org/mapfile/validation.html Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: mapserver-users on behalf of

[mapserver-users] MapServer 6.4 URL-Problem (Variable-Substitution)

2018-09-07 Thread Elstermann, Mike
My problem in URLs with Variable-Substitution: 1. http://myserver?...='[bez]'='A1' OR '[bez]'='1:500'&… → correct Output (Map-Picture) 2. http://myserver?...=%27%5Bbez%5D%27%3D%27A1%27%20OR%20%27%5Bbez%5D%27%3D%271%3A500%27&… → incorrect Output (NO Map-Picture)

[mapserver-users] MapServer 6.4 URL-Problem (Variable-Substitution)

2018-09-07 Thread Elstermann, Mike
My problem in URLs with Variable-Substitution: 1. http://myserver?...='[bez]'='A1' OR '[bez]'='1:500'&... --> correct Output (Map-Picture) 2. http://myserver?...=%27%5Bbez%5D%27%3D%27A1%27%20OR%20%27%5Bbez%5D%27%3D%271%3A500%27;... --> incorrect Output (NO Map-Picture)

Re: [mapserver-users] Curves in MapServer

2018-09-07 Thread Seth G
Thanks all for the replies. >From my own searches today I found the following, which may be of interest to those who stumble on this thread in the future.CIRCULARSTRINGs are supported in MapServer for PostGIS, as described in the docs at

Re: [mapserver-users] Curves in MapServer

2018-09-07 Thread Lime, Steve D (MNIT)
I'm pretty certain it's a no... I would think it should be possible to marshall curves into MapServer shapes though. --Steve From: mapserver-users on behalf of Seth G Sent: Thursday, September 6, 2018 6:08:29 PM To: mapserver-users@lists.osgeo.org Subject:

Re: [mapserver-users] Curves in MapServer

2018-09-07 Thread Even Rouault
On vendredi 7 septembre 2018 12:42:08 CEST Lime, Steve D (MNIT) wrote: > I'm pretty certain it's a no... I would think it should be possible to > marshall curves into MapServer shapes though. --Steve OGR has infrastructure to convert from curve geometries to approximated curve geometries with

Re: [mapserver-users] MapServer 6.4 URL-Problem (Variable-Substitution)

2018-09-07 Thread WhereGroup
Hallo Mike, kein Validation-Block? falscher Ausdruck im Validation-Block? Falsche Stelle? > As of MapServer 5.4.0 the preferred mechanism is a VALIDATION block in the > LAYER definition. This is only slightly different from the older METADATA > mechanism. VALIDATION blocks can be used with