Re: [mapserver-users] Fwd: MapServer PostGIS: WMS Layers Without Features

2021-03-02 Thread Lars Fricke
Title: SkenData Email Signatur Hi Nathan, haven't tried this in a wms mapfile but in my wfs mapfile on a PostGIS layer I need at least the following lines: ``` "gml_include_items" "all" "gml_featureid" "ID" ``` so Mapserver knows what

Re: [mapserver-users] Fwd: MapServer PostGIS: WMS Layers Without Features

2021-03-02 Thread Steve Lime
What are you using to view the WMS service? What do you get if you take WMS configuration out of the equation and just do a call like so: http://localhost/cgi-bin/mapserv.exe?map=[your mapfile]&mode=map&layers=all That should get you an image with all the features in all the layers for your def

Re: [mapserver-users] Fwd: MapServer PostGIS: WMS Layers Without Features

2021-03-02 Thread Rahkonen Jukka (MML)
Hi, First thing that comes into my mind is that for some reason Mapserver may believe that the request is outside the area where you have data. I would double check the projections and extents. -Jukka Rahkonen- Lähettäjä: mapserver-users Puolesta Steve Lime Lähetetty: tiistai 2. maaliskuuta

[mapserver-users] How to use MS_ENCRYPTION_KEY with AWS connection

2021-03-02 Thread Jaime Valdez
Hi, I'm trying to setup a mapfile by using and encrypting AWS credentials into CONFIG parameters, but it is not working. CONFIG "AWS_ACCESS_KEY_ID" "{ ... }" CONFIG "AWS_SECRET_ACCESS_KEY" "{ ... }" CONFIG "AWS_DEFAULT_REGION" "{ ... }" When I change into plain AWS credentials works. I have use M

Re: [mapserver-users] How to use MS_ENCRYPTION_KEY with AWS connection

2021-03-02 Thread Seth G
Hi Jaime, I believe the encryption key can only be used for some connection types (I know for example it is not implemented currently for SQL Server). Docs report the following as supported: OGR Oracle Spatial PostGIS SDE https://mapserver.org/utilities/msencrypt.html#purpose Regards, Seth