Marco Teixeira
unread,Oct 24, 2023, 10:07:19 AM10/24/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mapstore-developers
I'm testing the longitudinal profile plugin, and I'm having issues because it always throws an error when running the tool. In GeoServer, I have a digital terrain model (ASTER) for a specific region, and I have already installed the longitudinal profile plugin on GeoServer with the WPS service enabled. For the configuration file, we are using the following definition:
{
"name": "LongitudinalProfileTool",
"cfg": {
"config": {
"wpsurl": "/geoserver/wps",
"chartTitle": "Longitudinal profile",
"defaultDistance": 10,
"noDataThreshold": -32767,
"defaultReferentialName": "aster_smiguel_4326",
"referentials": [{
"layerName": "igr_dem:aster_smiguel_4326",
"title": "aster_smiguel_4326"
}]
},
"filterAllowedCRS": ["EPSG:4326", "EPSG:3857"],
}
}
When I run the tool in the web map viewer, an error message always appears. Can you help me with this issue?
Regards,
Marco