Re: [MapServer-users] multiple shapepaths

2023-12-06 Thread Lime, Steve D (MNIT) via MapServer-users
IMHO, if you do a SHAPEPATH at the layer level then you might as well just add the full-path to the DATA element. You’re not really gaining anything with the additional complexity. Did the idea of using runtime variables not pan out? From: MapServer-users On Behalf Of Jan Hartmann via

Re: [MapServer-users] Who remembers the truth about antialiasing?

2023-11-15 Thread Lime, Steve D (MNIT) via MapServer-users
Looking at the code, the keyword is still in place in 8.0. It is recognized in the STYLE object but is silently ignored inside a LABEL object. I didn't check rendering code specifically to see what true vs false values affected. So, I think your conclusions are correct. From: MapServer-users

Re: [MapServer-users] internal MapServer scaling

2023-11-15 Thread Lime, Steve D (MNIT) via MapServer-users
There is not. You'd do that (if it's possible) at the web server configuration level. From: MapServer-users On Behalf Of Marcin Niemyjski via MapServer-users Sent: Wednesday, November 15, 2023 9:49 AM To: Marcin Niemyjski via MapServer-users Subject: [MapServer-users] internal MapServer

Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

2023-10-30 Thread Lime, Steve D (MNIT) via MapServer-users
Map-level metadata lives in the WEB object... From: MapServer-users On Behalf Of Jan Hartmann via MapServer-users Sent: Monday, October 30, 2023 12:46 PM To: Vassilis Chatzigiannakis ; mapserver-users@lists.osgeo.org Subject: Re: [MapServer-users] Docker image for MapServer with PHP-MapScript

Re: [MapServer-users] wms time validation of time parameter against timeextent gives unexpected results

2023-02-09 Thread Lime, Steve D (MNIT) via MapServer-users
So, if you turn on logging, what shows up in terms of Pg queries. -Original Message- From: MapServer-users On Behalf Of Clausen Marcel via MapServer-users Sent: Tuesday, February 7, 2023 7:37 AM To: sdl...@gmail.com Cc: mapserver-users@lists.osgeo.org Subject: Re: [MapServer-users] wms

Re: [MapServer-users] [EXTERNAL] Two regular expressions

2023-02-08 Thread Lime, Steve D (MNIT) via MapServer-users
You can also match either with something like: ^(GERMAN|FRENCH)$ A good resource for testing is https://www.regextester.com/ and there others out there too. --Steve From: MapServer-users On Behalf Of Schylberg Lars Sent: Wednesday, February 8, 2023 2:07 AM To:

Re: [MapServer-users] How to create aliases on mapserver docker image camptocamp/mapserver?

2023-01-06 Thread Lime, Steve D (MNIT) via MapServer-users
What isn't working with the configuration you have in place on docker? The locations aren't virtual hosts so they'd be sharing a mapserver config file. The config file support will fall back to an environment variable if the value isn't set explicitly in the config file - we get that for free

Re: [MapServer-users] Format of numeric query results in GML

2022-12-17 Thread Lime, Steve D (MNIT) via MapServer-users
Hi Tanya: You might want to try using an OGR output format (https://mapserver.org/output/ogr_output.html#ogr-output). It supports GML as well and should provide a little more control and does respect the precision metadata. --Steve From: MapServer-users On Behalf Of TC Haddad Sent: Friday,

Re: [MapServer-users] Filled SVG symbol after switching to Mapserver 8

2022-12-07 Thread Lime, Steve D (MNIT) via MapServer-users
Niemyjski Sent: Wednesday, December 7, 2022 11:27 AM To: Lime, Steve D (MNIT) ; Marcin Niemyjski via MapServer-users Subject: Re: Filled SVG symbol after switching to Mapserver 8 I am using the camptocamp/mapserver 8 image. I have not changed anything in the default configuration provided as part

Re: [MapServer-users] Filled SVG symbol after switching to Mapserver 8

2022-12-07 Thread Lime, Steve D (MNIT) via MapServer-users
Which SVG library are you using - RSVG or Cairo? From: Marcin Niemyjski Sent: Wednesday, December 7, 2022 9:38 AM To: Lime, Steve D (MNIT) ; Marcin Niemyjski via MapServer-users Subject: Re: Filled SVG symbol after switching to Mapserver 8 Steve, link to my svgs: https://cloudferro

Re: [MapServer-users] Filled SVG symbol after switching to Mapserver 8

2022-12-07 Thread Lime, Steve D (MNIT) via MapServer-users
Hmmm... I'm not aware of any obvious changes between v.7 and v.8 that would account for the change and nothing jumps out looking at your mapfile. Would you be able to share one of your SVG graphics? --Steve From: MapServer-users On Behalf Of Marcin Niemyjski via MapServer-users Sent:

Re: [MapServer-users] Mapserver on k8s weird behaviour

2022-12-02 Thread Lime, Steve D (MNIT) via MapServer-users
: Friday, December 2, 2022 9:33 AM To: Lime, Steve D (MNIT) ; Marcin Niemyjski via MapServer-users Subject: Re: Mapserver on k8s weird behaviour Steve, I'm using Mapserver 8 from camptocamp/mapserver https://hub.docker.com/r/camptocamp/mapserver<https://gcc02.safelinks.protection.outlook.com/?

Re: [MapServer-users] Mapserver on k8s weird behaviour

2022-12-02 Thread Lime, Steve D (MNIT) via MapServer-users
Hi Marcin: Are you using FastCGI? Which version of MapServer? We ran into something similar w/FastCGI and version 8 during development where you'd see the first instance of an error message but then the server error subsequently. It was consistent on some setups but never happened on others.

Re: [MapServer-users] Does MapServer support dot density layers?

2022-11-15 Thread Lime, Steve D (MNIT) via MapServer-users
Not explicitly. There might be a was to simulate something, perhaps doing something in a database to create a randomized set of N points within a polygon based on a value. Could even precompute that I suppose. From: MapServer-users On Behalf Of Kyle Qian Sent: Monday, November 14, 2022 6:23

Re: [MapServer-users] mapserver 8 - CGI map_object substitutions broken?

2022-10-07 Thread Lime, Steve D (MNIT) via MapServer-users
Easy solution - cool. You can do that with straight runsubs and relatively easy validation. Here's a nice document on the topic https://www.regextutorial.org/regex-for-numbers-and-ranges.php. I updated an existing ticket to clean that documentation up and remove some other cruft towards the

[mapserver-users] Question on Feature Use

2022-01-14 Thread Lime, Steve D (MNIT)
Hi all: This is in regard to https://mapserver.org/cgi/controls.html#changing-map-file-parameters-via-a-form-or-a-url – we’re seriously thinking about dropping this functionality as part of 8.0. It’s just not as relevant as in the past with improvements runtime substitutions and SLD. This will

Re: [mapserver-users] truetype symbols as polygon fills?

2021-12-13 Thread Lime, Steve D (MNIT)
I'm not sure offhand. Did you give it a try by chance? From: MapServer-users On Behalf Of artcliff...@gmail.com Sent: Monday, December 13, 2021 5:58 PM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] truetype symbols as polygon fills? Is it possible currently to use truetype

Re: [mapserver-users] Apply styling for MVT from using .map file

2021-11-08 Thread Lime, Steve D (MNIT)
Hi! No, there’s no way built-in to export MapServer styling to something a MVT client could use. I imagine it would be possible to write something but it’s not something I’m aware anyone has a ready-made solution for. --Steve From: MapServer-users On Behalf Of ?? ?? Sent: Monday,

Re: [mapserver-users] Asking help

2021-08-06 Thread Lime, Steve D (MNIT)
Hi! Seems like more of a question for the pgrouting project… --Steve From: mapserver-users On Behalf Of Boubacar Bah Sent: Friday, August 6, 2021 11:24 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Asking help Hello everyone l have a problem with the extension pgrouting in

Re: [mapserver-users] [EXTERNAL] RE: Multiple Styles for a LAYER/CLASS

2020-09-14 Thread Lime, Steve D (MNIT)
Names aren’t valid (or useful) at the style-level. If you remove those lines it should work and you’ll get stacked styles for each feature. --Steve From: Cechini, Matthew F. (GSFC-423.0)[Science Systems & Applications, Inc.] Sent: Monday, September 14, 2020 7:27 AM To: Lime, Steve D (

Re: [mapserver-users] Multiple Styles for a LAYER/CLASS

2020-09-11 Thread Lime, Steve D (MNIT)
Hi Matt: Actually that syntax is supported (except for the style NAME attribute) and you can have multiple styles inside a class. What version are you using? --Steve From: mapserver-users On Behalf Of Cechini, Matthew F. (GSFC-423.0)[Science Systems & Applications, Inc.] Sent: Friday,

Re: [mapserver-users] How to dynamically change MapServer's GRID MININTERVAL?

2020-09-03 Thread Lime, Steve D (MNIT)
Hi David: That functionality was geared towards common use cases so I’d bet money it’s not supported but I’ll check the code to be sure. If you’re really just after 5 vs. 10 then using multiple layers would be an easy work around (e.g. grid5 vs grid10). Note that we’re always interested in 500

Re: [mapserver-users] PIXMAP Symbols png and jpeg not recongnized

2019-10-22 Thread Lime, Steve D (MNIT)
The warnings look legit. I did a quick search and neither of those global variables are being used anywhere in the source (PNGsig is actually defined twice in 7.4, once in mapsymbol.c and again in mapogcsld.c). I assume that means they can be removed and/or the warnings can safely be ignored.

Re: [mapserver-users] wms servers html template output

2019-10-16 Thread Lime, Steve D (MNIT)
Hi Travis: I don’t think there is an “easy” way. I mean you could script template creation so that process does the tedious work for you by looking at the map. You would create a new-style template (see RFC 36) so everything is in one file and then you’d create a single output format reference

Re: [mapserver-users] mapcache: restricted extent and ruleset to limit cache area seems ineffective

2019-09-06 Thread Lime, Steve D (MNIT)
Is it returning a blank tile? If so that might be expected. I thought mapcache would return a blank tile for requests outside the grid extent. From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Mark Volz Sent: Friday, September 06, 2019 1:36 PM To: Travis

Re: [mapserver-users] Mapserver no longer reading pgpass file?

2019-08-21 Thread Lime, Steve D (MNIT)
I've never used that mechanism. MapServer doesn't read or otherwise utilize that file or environment variable itself so the functionality must be inherent to the underlying Postgres C client library. What packages did you update? Perhaps there was a permission change, missing Apache module

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Lime, Steve D (MNIT)
They are defaults as are GEOS, GDAL, PROJ (and I think PostGIS). Cmake does a pretty good job of finding things. From: Jeremy JK [mailto:jeremy...@yandex.com] Sent: Monday, August 19, 2019 9:27 AM To: Lime, Steve D (MNIT) ; mapserver-users Subject: Re: [mapserver-users] Compiling mapserver

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Lime, Steve D (MNIT)
That should be a pretty vanilla 7.4 install. The new versions use cmake so from source it would be something like this from the source directory... mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make install This page https://mapserver.org/installation/unix.html has complete

Re: [mapserver-users] ows_denied_ip_list is working ?

2019-08-12 Thread Lime, Steve D (MNIT)
Forgot the link: https://mapserver.org/development/rfc/ms-rfc-90.html. From: Lime, Steve D (MNIT) Sent: Monday, August 12, 2019 10:23 AM To: Andrea Peri Cc: mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] ows_denied_ip_list is working ? The original RFC that proposed the feature

Re: [mapserver-users] ows_denied_ip_list is working ?

2019-08-12 Thread Lime, Steve D (MNIT)
The original RFC that proposed the feature addition does reference using CIDR notation for ips. I’ve not tested that specifically though… From: Andrea Peri [mailto:aperi2...@gmail.com] Sent: Monday, August 12, 2019 5:56 AM To: Lime, Steve D (MNIT) Cc: mapserver-users@lists.osgeo.org Subject: Re

Re: [mapserver-users] labels for pie|bar charts

2019-08-01 Thread Lime, Steve D (MNIT)
MapServer now supports multiple labels per feature so perhaps it’s a reasonable addition. Will take a peek... From: Nicol Hermann Sent: Thursday, August 1, 2019 1:37:13 PM To: Lime, Steve D (MNIT) ; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users

Re: [mapserver-users] labels for pie|bar charts

2019-08-01 Thread Lime, Steve D (MNIT)
labelable. It's not covered in the docs or the original RFC. I will whip up a test case to confirm the behavior though. --Steve -Original Message- From: Nicol Hermann [mailto:mapser...@geoworld.de] Sent: Thursday, August 01, 2019 12:33 PM To: Lime, Steve D (MNIT) ; mapserver-users

Re: [mapserver-users] labels for pie|bar charts

2019-08-01 Thread Lime, Steve D (MNIT)
Hi Nicol: Do you you have a sample mapfile that showed your approach? Since CHART and ANNOTATION are both layer types that implies multiple layers. --Steve -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Nicol Hermann Sent:

Re: [mapserver-users] Projection help

2019-07-31 Thread Lime, Steve D (MNIT)
How are you setting an extent? The default extent you’re defining is in lat/lon. From: Ian Walberg Sent: Wednesday, July 31, 2019 5:34:05 PM To: Lime, Steve D (MNIT) ; mapserver-users@lists.osgeo.org Subject: RE: Projection help This message may be from

Re: [mapserver-users] Projection help

2019-07-31 Thread Lime, Steve D (MNIT)
Should be straight forward. In the natural earth layers you'd have: PROJECTION "init=epsg:4326" # geographic END and at the MAP level you'd have: PROJECTION "init=epsg:3857" # web mercator END --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On

Re: [mapserver-users] ows_denied_ip_list is working ?

2019-07-31 Thread Lime, Steve D (MNIT)
the right IP for your test setup? --Steve From: Andrea Peri [mailto:aperi2...@gmail.com] Sent: Tuesday, July 30, 2019 2:30 PM To: Lime, Steve D (MNIT) ; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] ows_denied_ip_list is working ? Hi, I was using a compiled version from a recent

Re: [mapserver-users] ows_denied_ip_list is working ?

2019-07-29 Thread Lime, Steve D (MNIT)
I will test and reply back. What specific version, config and tests did you try on your end? From: mapserver-users on behalf of Andrea Peri Sent: Saturday, July 27, 2019 9:02:07 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users]

Re: [mapserver-users] Is there a way of getting existing settings from a mapfile via CGI?

2019-07-29 Thread Lime, Steve D (MNIT)
By mapfile settings do you mean a list of mutable properties by layer, class, style, etc...? If so, then no, that doesn't exist as part of the CGI. I would think doing so would be pretty challenging in a generic way. -Original Message- From: mapserver-users

Re: [mapserver-users] Programmatically refresh the current view

2019-07-17 Thread Lime, Steve D (MNIT)
BTW What version of OL are you using? From: Lime, Steve D (MNIT) Sent: Wednesday, July 17, 2019 4:51:12 PM To: Jerry Faust; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Programmatically refresh the current view This isn't a MapServer issue per

Re: [mapserver-users] Programmatically refresh the current view

2019-07-17 Thread Lime, Steve D (MNIT)
This isn't a MapServer issue per se. I mean MapServer isn't caching anything. If I understand your question you could bust the browser cache by adding another parameter to the call to mapserver - something to make each map call unique even if the layers and extent don't change. Just tagging on

Re: [mapserver-users] Mapcache seeder question

2019-07-08 Thread Lime, Steve D (MNIT)
And regular tile generation (no seeding) works ok? -Original Message- From: Matej Mailing [mailto:mail...@tam.si] Sent: Monday, July 08, 2019 12:26 AM To: Lime, Steve D (MNIT) ; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Mapcache seeder question This message may

Re: [mapserver-users] Mapcache seeder question

2019-07-05 Thread Lime, Steve D (MNIT)
I believe the in your grid should be space delimited - no commas. At least that's how I have things setup, for example... Standard Minnesota UTM Grid 105000 4785000 809000 5489000 epsg:26915 256 256 5500 2750 1375 687.5 343.75 171.875 85.9375 42.96875 21.484375

Re: [mapserver-users] Adding cache control headers to wms requests

2019-07-05 Thread Lime, Steve D (MNIT)
I guess the question is whether this belongs in MapServer or if it should be done at the web server level - you shouldn't need to write a wrapper process. The mod_headers module provides this for Apache and since you can use the module in any container (e.g. ) you could set headers based on

Re: [mapserver-users] Recommendations for SVG Sizing in MAPSERVER?

2019-06-27 Thread Lime, Steve D (MNIT)
) if you want something scaleable where you can alter color. --Steve From: Brian Stice [mailto:br...@peoplegis.com] Sent: Thursday, June 27, 2019 12:35 PM To: Lime, Steve D (MNIT) ; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Recommendations for SVG Sizing in MAPSERVER

Re: [mapserver-users] Recommendations for SVG Sizing in MAPSERVER?

2019-06-25 Thread Lime, Steve D (MNIT)
Hi Brian: Welcome! My guess that the SVG file might be "sized" to whatever page size you had defined in Inkscape and your elements may be significantly smaller than that. Basically I'm wondering if there's a bunch of empty space that is also being scaled and your actual symbol would appear

Re: [mapserver-users] Stretching subset of a raster

2019-06-13 Thread Lime, Steve D (MNIT)
Hi Asen: Hmmm… What version of MapServer and GDAL? The scaling should be happening in GDAL before the data hit MapServer so the [pixel] values MapServer gets are already between 0-255 in both of your cases. What I don’t know is what GDAL does with values outside the scaling range – so with

Re: [mapserver-users] MapServer on Centos 7

2019-05-28 Thread Lime, Steve D (MNIT)
Perhaps post the relevant mapcache config snippets... I'm using MapCache with both MapServer and non-MapServer WMS sources. -Original Message- Thanks Steve for the fast reply! By now i have a ncWMS2 server that delivers a WMS service using .nc (NetCDF) files ...i was trying to use

Re: [mapserver-users] MapServer on Centos 7

2019-05-28 Thread Lime, Steve D (MNIT)
You can use MapCache without MapServer. You’ll need something to provide WMS services to tile (or proxy) but that could be anything. I don’t have any hints for CentOS but it should run there fine... —Steve From: mapserver-users on behalf of nsilva Sent:

Re: [mapserver-users] map server WFS with GML input

2019-05-16 Thread Lime, Steve D (MNIT)
Hi Leigh: Welcome! MapServer by default won't expose any attributes unless you explicitly tell it to. Look at the gml_include_items and gml_exclude_items layer metadata on this page: https://mapserver.org/ogc/wfs_server.html --Steve From: mapserver-users on

[mapserver-users] Version 7.4.0 released...

2019-05-16 Thread Lime, Steve D (MNIT)
Hi all: The MapServer team is proud to announce the initial release of MapServer 7.4. This release is largely focused on MapScript improvements including support for PHP 7. A full changelog can be found at: https://mapserver.org/development/changelog/changelog-7-4.html#changelog-7-4 The

Re: [mapserver-users] Sqlite error in generated tiles

2019-05-15 Thread Lime, Steve D (MNIT)
I was searching through some old posts and found one that referenced checking permissions on the database file and/or the directory containing those files. What does that look like? --Steve From: mapserver-users on behalf of parsis presswala Sent: Tuesday,

[mapserver-users] MapServer 7.4 Release Candidate 2 Available

2019-05-10 Thread Lime, Steve D (MNIT)
Hi all: The second release candidate for MapServer 7.4.0 is now available for download: https://mapserver.org/download.html#development-releases For the detailed list of upcoming 7.4.0 changes please see the changelog: https://mapserver.org/development/changelog/changelog-7-4.html Thank

Re: [mapserver-users] 7.2.1 html [shpxy] formating (templating)

2019-05-09 Thread Lime, Steve D (MNIT)
I think cs is coordinate separator so it only comes into play if you have multiple points. Try xf=“&” where xf means “x footer”. From: mapserver-users on behalf of pe_lord Sent: Tuesday, May 7, 2019 11:41:44 AM To: mapserver-users@lists.osgeo.org Subject:

Re: [mapserver-users] Mapcache: Modifying GoogleMapsCompatible grid?

2019-04-29 Thread Lime, Steve D (MNIT)
I would create a new grid, coping from the default grid, and then add additional zoom levels... From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Mark Volz Sent: Monday, April 29, 2019 12:25 PM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users]

Re: [mapserver-users] Mapcache WMTS - imagery is offset in ArcGIS when using WMTS services.

2019-04-12 Thread Lime, Steve D (MNIT)
The resolution doesn't matter. That just impacts scale computations internally so when layers/classes are on/off and how symbol/font scaling is done. I just tried our Compass MapCache/WTMS service overlaid with a shapefile in UTM projected appropriately and they line up perfectly in ArcGIS

[mapserver-users] Reminder - OSGeo Minneapolis Code Sprint Coming Up Fast

2019-03-27 Thread Lime, Steve D (MNIT)
Hi all: Just a quick note to remind folks that the annual OSGeo Community Sprint in Minneapolis is only about 7 weeks out - May 14-17 and all projects are most welcome. We have a great venue at the University of Minnesota and the weather in Minnesota is finally looking up! Of course it really

Re: [mapserver-users] Mapfile comment parsing issue

2019-03-20 Thread Lime, Steve D (MNIT)
Should be easy enough to replicate. Does this sum it up? · Label TEXT w/expression followed with a comment containing ()’s - FAILS · Same TEXT w/expression but with moving the comment containing ()’s onto its own line - WORKS · Label TEXT w/expression followed with a

Re: [mapserver-users] mapserver connection string with multiple hosts

2019-03-18 Thread Lime, Steve D (MNIT)
Nope, just one host. I mean how would MapServer know which to choose? Does it work referencing just one proxy? From: mapserver-users on behalf of Linsenmaier Dierk Sent: Monday, March 18, 2019 5:10:50 AM To: mapserver-users@lists.osgeo.org Subject:

Re: [mapserver-users] MS4W version 4.0.0 released!

2019-03-12 Thread Lime, Steve D (MNIT)
+1 to that comment... -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Michael Smith Sent: Tuesday, March 12, 2019 5:50 PM To: Jeff McKenna ; MapServer-users Subject: Re: [mapserver-users] MS4W version 4.0.0 released! Congrats to

Re: [mapserver-users] MapServer derived MVTiles Benchmark test vs. T-Rex tile server

2019-03-11 Thread Lime, Steve D (MNIT)
To: 'karsten'; mapserver-users@lists.osgeo.org Cc: 'Pirmin Kalberer'; Lime, Steve D (MNIT); l...@lingner.eu; jmcke...@gatewaygeomatics.com; thomas.bonf...@gmail.com Subject: RE: MapServer derived MVTiles Benchmark test vs. T-Rex tile server Corrected map file link: https://github.com/karstenv/mvt

Re: [mapserver-users] Arc symbol.

2019-03-05 Thread Lime, Steve D (MNIT)
Not within MapServer directly, at least not at first glance. There are circle layers but there’s no way to limit drawing to just a specific arc on that circle. Here are some other ideas: 1) Perhaps it could be done externally in OGR or PostGIS and then rendered in MapServer as a polygon

Re: [mapserver-users] Rendering TrueType labels.

2019-02-27 Thread Lime, Steve D (MNIT)
Can you post some visuals (and/or layer snippets) that demonstrate each case? That would help... It's not clear if this a result of layer compositing or strictly related to label matching/caching. -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org]

Re: [mapserver-users] probleme mapserver 5.x tutorial

2019-02-25 Thread Lime, Steve D (MNIT)
Hi: In that particular example the states label layer should become: LAYER # States label layer begins here NAME states DATA states_ugl STATUS OFF TYPE POLYGON PROJECTION "init=epsg:4326" END CLASSITEM"CLASS" LABELITEM

[mapserver-users] MapServer 7.2.2 Released

2019-02-19 Thread Lime, Steve D (MNIT)
Hi all: The maintenance release of MapServer 7.2.2 is now available for download: http://mapserver.org/download.html For a list of changes please see the changelog at https://mapserver.org/development/changelog/changelog-7-2.html Thank you to all of the users, developers, documenters,

Re: [mapserver-users] Help with failing Postgis query...

2019-02-12 Thread Lime, Steve D (MNIT)
Also, I'd turn on debugging. The PostGIS code is very good about writing meaningful debugging information to that log file. -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Stephen Woodbridge Sent: Sunday, February 10, 2019 11:04 PM

Re: [mapserver-users] [mapserver-dev] Setup for MVT (was: Time for a 7.2.2 release?)

2019-02-12 Thread Lime, Steve D (MNIT)
is a little different from what Open/Web GL needs. -Original Message- From: Stephen Woodbridge [mailto:stephenwoodbridg...@gmail.com] Sent: Tuesday, February 12, 2019 12:45 PM To: Lime, Steve D (MNIT) ; mapserver-users Subject: Re: [mapserver-dev] Setup for MVT (was: Time for a 7.2.2

Re: [mapserver-users] styling based on attribute for MapServer derived MVTiles

2019-02-09 Thread Lime, Steve D (MNIT)
:51 PM To: mapserver-users@lists.osgeo.org Cc: Lime, Steve D (MNIT) Subject: RE: [mapserver-users] styling based on attribute for MapServer derived MVTiles Great, Thanks Steve I added "gml_include_items" "mapcolor7" to the Metadata block and got it working. One quirk seems

Re: [mapserver-users] MVT Tiles status?

2019-02-05 Thread Lime, Steve D (MNIT)
It's in 7.2 although there are a couple of useful bug fixes set for 7.2.2... -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Stephen Woodbridge Sent: Tuesday, February 05, 2019 5:44 PM To: mapserver-users@lists.osgeo.org Subject:

Re: [mapserver-users] styling based on attribute for MapServer derived MVTiles

2019-02-05 Thread Lime, Steve D (MNIT)
I believe the default WxS behavior is to expose no attributes. You need to be explicit and I don't see the gml_include_items metadata property in the mapfile for the layer allcountries. You'd need something like: "gml_include_items""mapcolor7" Added to the allcountries layer. The mvt-demo

Re: [mapserver-users] map file syntax for geojson file formats

2019-01-12 Thread Lime, Steve D (MNIT)
From: e.arapostat...@gmail.com Sent: Saturday, January 12, 2019 10:06:40 AM To: Lime, Steve D (MNIT); mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] map file syntax for geojson file formats Thank you very much for the quick and very clear and helpful responses. Could I ask

Re: [mapserver-users] map file syntax for geojson file formats

2019-01-11 Thread Lime, Steve D (MNIT)
It's actually GDAL/OGR that provides GeoJson read support. So assuming you have a file called cemeteries.geojson it should be as simple as replacing: DATA './cemeteries.shp' with: CONNECTIONTYPE OGR CONNECTION './cemeteries.geojson' See https://mapserver.org/input/vector/ogr.html for

Re: [mapserver-users] mapserver queries and java / javascript

2019-01-10 Thread Lime, Steve D (MNIT)
It’s certainly possible to execute native MapServer queries via OpenLayers or Leaflet. I originally wrote jbox (and dbox, a pure JavaScript implementation) but abandoned those long ago for OpenLayers and Leaflet. I’d have to see your app to comment on appropriateness of each. --Steve From:

Re: [mapserver-users] How do a GetFeaureInfo on vector layer but showing raster layer ?

2018-12-27 Thread Lime, Steve D (MNIT)
Unfortunately you probably have to use mod_rewrite. It is possible to use MapServer to use its standard template processing to forward the query for a layer to another URL or to use hidden layers and templates but to do so you have to be able to set the info_format to be used for the

Re: [mapserver-users] PHP MapScript queryByPoint fails successive query.

2018-12-13 Thread Lime, Steve D (MNIT)
How many bands are in the raster? From: mapserver-users on behalf of Moen, Paul T. Sent: Thursday, December 13, 2018 10:32:44 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] PHP MapScript queryByPoint fails successive query. I am trying to

Re: [mapserver-users] load an svg or a png or a gif as a map symbol in a map file

2018-12-12 Thread Lime, Steve D (MNIT)
You can do something like: CLASS STYLE SYMBOL 'http://maps2.dnr.state.mn.us/compass/lib/markers/02.png' SIZE 41 END END Where the symbol can reference a local file or a URL. --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Stathis

Re: [mapserver-users] OGR GeoJSON Layers...

2018-12-07 Thread Lime, Steve D (MNIT)
. From: James Klassen Sent: Friday, December 7, 2018 10:50:36 AM To: Lime, Steve D (MNIT) Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] OGR GeoJSON Layers... The following works for me with MapServer 7.0.6/GDAL 2.2. Note it doesn't appear to pass the bbox filter

Re: [mapserver-users] MapServer/MapCache vector tile test with max/min scale denominator

2018-11-29 Thread Lime, Steve D (MNIT)
Hi Martin: Hmmm... I'm surprised it works one way and not the other. I can only guess that a scale denominator is not being computed in one case versus the other. I can confirm the necessary check is being done in the MVT code (via msLayerIsVisible()) but if the basic information that function

Re: [mapserver-users] a MapServer success story

2018-11-21 Thread Lime, Steve D (MNIT)
Hi David: Thanks for sharing and congrats. It's awesome to hear about the things build with the tool, it's very fulfilling on this end. It was interesting poking around the articles to see what people have created using your tool - it's impressive. Thanks for offering that service. --Steve

Re: [mapserver-users] About the granularity of DEBUG on tileindex layers

2018-11-16 Thread Lime, Steve D (MNIT)
This isn't surprising. We haven't been real good about consistently using levels across the code base - cleaning that up would be a good project (or sprint activity) and wouldn't require deep technical knowledge. I'll create a ticket for the case you've pointed about below... --Steve From:

Re: [mapserver-users] savequery and queryfile

2018-11-07 Thread Lime, Steve D (MNIT)
Let me check and report back... -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of giantchen2010 Sent: Tuesday, November 06, 2018 1:18 AM To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] savequery and queryfile I'm a

Re: [mapserver-users] A couple of mapcache questions

2018-10-10 Thread Lime, Steve D (MNIT)
To: Lime, Steve D (MNIT) ; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] A couple of mapcache questions Thanks very much for your reply.  I actually worked #1 out - I had the wrong units set in the grid. I'm only using the style in the .map file, and haven't set min and max scale

Re: [mapserver-users] A couple of mapcache questions

2018-10-10 Thread Lime, Steve D (MNIT)
Not sure if others replied off-list or not. It's hard to advise on issue 1 since the mapfile and layer definition you sent in the subsequent email was incomplete. Knowing what styles you're using and any min/max scale values would help. For issue 2 this is what I do for transparent tiles - I

Re: [mapserver-users] Getting all endpoints on a single MapServer instance

2018-10-08 Thread Lime, Steve D (MNIT)
Correct, MapServer doesn't provide this capability. You'd have to uses a catalog services or write something custom. -Original Message- From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Passmore, James H. Sent: Monday, October 08, 2018 5:00 AM To:

[mapserver-users] MapServer 7.2.1 Released

2018-10-01 Thread Lime, Steve D (MNIT)
The maintenance release of MapServer 7.2.1 is now available for download: http://mapserver.org/download.html For a list of changes please see the changelog at https://mapserver.org/development/changelog/changelog-7-2.html Thank you to all of the users, developers, documenters, and

Re: [mapserver-users] Ideas about how to render over/under roadways/bridges in maps?

2018-09-18 Thread Lime, Steve D (MNIT)
Beautiful maps! From: Edward Mac Gillavry [mailto:emacgilla...@hotmail.com] Sent: Tuesday, September 18, 2018 4:58 PM To: Lime, Steve D (MNIT) ; Basques, Bob (CI-StPaul) ; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Ideas about how to render over/under roadways/bridges

Re: [mapserver-users] Ideas about how to render over/under roadways/bridges in maps?

2018-09-18 Thread Lime, Steve D (MNIT)
Most of the battle is identifying the over/under in the data. Have you got that figured out? I’d think it would be a matter of sorting: under, neither under or over and then over. Probably with no line caps. From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of

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] Getting an empty MVT output for a point layer

2018-08-30 Thread Lime, Steve D (MNIT)
I should add that if there’s a clearer way to do that I’m all ears. From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Lime, Steve D (MNIT) Sent: Thursday, August 30, 2018 10:07 AM To: Rahkonen Jukka (MML) ; Mapserver-Users (mapserver-users@lists.osgeo.org

Re: [mapserver-users] Getting an empty MVT output for a point layer

2018-08-30 Thread Lime, Steve D (MNIT)
the result set is just a point and minx=maxx and miny=maxy? -Jukka Rahkonen- Lähettäjä: Lime, Steve D (MNIT) [mailto:steve.l...@state.mn.us] Lähetetty: 29. elokuuta 2018 22:52 Vastaanottaja: Lime, Steve D (MNIT) mailto:steve.l...@state.mn.us>>; Rahkonen Jukka (MML) mailto:jukka.rahko..

Re: [mapserver-users] Getting an empty MVT output for a point layer

2018-08-29 Thread Lime, Steve D (MNIT)
Fix is in place in the 7.2 branch. If folks would let me know how it goes I’d appreciate it. --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Lime, Steve D (MNIT) Sent: Wednesday, August 29, 2018 11:54 AM To: Rahkonen Jukka (MML) ; Caleb Lee

Re: [mapserver-users] Getting an empty MVT output for a point layer

2018-08-29 Thread Lime, Steve D (MNIT)
Found the issue – clipping logic error. Will commit a fix today… From: Lime, Steve D (MNIT) Sent: Wednesday, August 22, 2018 9:11 AM To: 'Rahkonen Jukka (MML)' ; Caleb Lee ; mapserver-users@lists.osgeo.org Subject: RE: Getting an empty MVT output for a point layer A ticket would be terrific

Re: [mapserver-users] GetMap vs GetFeatureinfo sort

2018-08-28 Thread Lime, Steve D (MNIT)
Another idea might be to add a couple of columns to the data called GetMap and GetFeatureInfo and store the appropriate values to get you the order you want in them. Then you can use runtime substitution in the DATA attribute to set the sort column based on the request type. E.g. DATA “...

Re: [mapserver-users] Need example of using a tabular select to retieve metadata for a label

2018-08-23 Thread Lime, Steve D (MNIT)
I think you’d have to associate geometries with the text regardless since MapServer will always apply a spatial filter (based on extent) in addition to whatever non-spatial filter you populate. I could see tying the extent of your project – either a rect or some fancy geometry to each bit of

Re: [mapserver-users] Getting an empty MVT output for a point layer

2018-08-22 Thread Lime, Steve D (MNIT)
arding this MVT output problem for point layers? Thanks, Caleb From: Rahkonen Jukka (MML) mailto:jukka.rahko...@maanmittauslaitos.fi>> Sent: Thursday, August 9, 2018 10:18 AM To: Lime, Steve D (MNIT); Caleb Lee; mapserver-users@lists.osgeo.org<mailto:

Re: [mapserver-users] Getting an empty MVT output for a point layer

2018-08-08 Thread Lime, Steve D (MNIT)
I’ll have a look at this too. My demo instance had a point player so it certainly should be working. Can you share your data (contact me off list if you’d like)? --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Caleb Lee Sent: Wednesday, August 08,

[mapserver-users] MapServer 7.2.0 Release

2018-07-30 Thread Lime, Steve D (MNIT)
Hi everyone! The MapServer team is pleased to (finally) announce the release of MapServer 7.2. You can find a list of features at https://mapserver.org/development/announce/7-2.html and download links at https://mapserver.org/download.html. As usual, please read the migration guide in

Re: [mapserver-users] Status of MVT vector tiles?

2018-06-28 Thread Lime, Steve D (MNIT)
A smaller resolution or extent will generally result in smaller tiles. --Steve From: Miha Požauko [mailto:mihapoza...@gmail.com] Sent: Tuesday, June 26, 2018 3:09 AM To: Lime, Steve D (MNIT) Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Status of MVT vector tiles? I found t

Re: [mapserver-users] Status of MVT vector tiles?

2018-06-25 Thread Lime, Steve D (MNIT)
Will do. I have a working MapCache example on my dev box that I can share pieces from. First step is to get MapCache working with the pull-request I submitted some time ago. It relies on WMS requests to MapServer for the MVT tiles. Pull request is at:

[mapserver-users] MapServer 7.2.0 Beta 2 is Released

2018-06-13 Thread Lime, Steve D (MNIT)
Hi all: The MapServer PSC is happy to announce the release of the second beta for MapServer 7.2.0. It can be downloaded at http://mapserver.org/download.html#dev-release. There are no major feature additions. Please see the detailed change log

Re: [mapserver-users] Default GetCapabilities Version Not Working

2018-05-17 Thread Lime, Steve D (MNIT)
. Are you sure clients aren’t passing bad versions as opposed to no version? --Steve From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Lime, Steve D (MNIT) Sent: Thursday, May 17, 2018 1:32 PM To: Cechini, Matthew F. (GSFC-423.0)[Science Systems & Applicat

  1   2   3   4   5   >