Hi,
Is it possible to get the actual data values from the pixel values of a
heatmap? A heatmap is computed by mapping a data range to values between
0 and 255, and then displaying these values based on a color ramp. So
what you see is a map with colors ranging from (say) blue to red. BLue
are
thanks, Even, for the quick answer.
and thanks, Lars, too. I will follow Jeffs instrucions on
http://osgeo-org.1560.x6.nabble.com/CONNECTIONTYPE-OGR-is-not-working-after-upgrade-to-mapserver-7-2-2-from-6-4-1-td5400796.html
Jörg
Am 08.10.19 um 13:42 schrieb Lars Fricke:
> Hi Jörg,
>
> you need
On mardi 8 octobre 2019 13:23:43 CEST Jörg Thomsen (WhereGroup) wrote:
> Hi everyone,
>
> I am trying to setup a WMS which uses a WFS as datasource. The WFS only
> works in version 2.0.0 and MapServer tells me
>
> > msBuildWFSLayerGetURL(): WFS connection error. MapServer supports only WFS
> > 1.
Hi Jörg,
you need to use
CONNECTIONTYPE OGR
and generate an xml file using
ogrinfo
with
CONNECTION "my_generated_definition_file.xml"
see https://gdal.org/drivers/vector/wfs.html
Mit
sorry, I'll have to use an OGR-Connection
Jörg
Am 08.10.19 um 13:23 schrieb Jörg Thomsen (WhereGroup):
> Hi everyone,
>
> I am trying to setup a WMS which uses a WFS as datasource. The WFS only
> works in version 2.0.0 and MapServer tells me
>
>> msBuildWFSLayerGetURL(): WFS connection error
Hi everyone,
I am trying to setup a WMS which uses a WFS as datasource. The WFS only
works in version 2.0.0 and MapServer tells me
> msBuildWFSLayerGetURL(): WFS connection error. MapServer supports only WFS
> 1.0.0 or 0.0.14 (please verify the version metadata wfs_version)
really? What can I d