Featureinfo template #266

Closed
opened 2022-12-05 16:16:16 +01:00 by mpeltriaux · 2 comments
Owner

Status quo

LANIS client tries to resolve an external GetFeatureInfo request (e.g. from Geoportal-RLP) using template files defined in a /templates folder.

Currently there is no such template for any layer found on the grouping service, which results in an error message like

Content-Type: application/vnd.ogc.se_xml; charset=UTF-8 msReturnPage(): Unable to access file. template/featureinfo_eiv_unrecorded.html 

Does not look quite professional.

Enhancement

Simply add the same template, we use default for LANIS internal GetFeatureInfo requests for these requested templates, e.g. by adding them as symlink.

# Status quo LANIS client tries to resolve an external `GetFeatureInfo` request (e.g. from Geoportal-RLP) using template files defined in a `/templates` folder. Currently there is no such template for any layer found on the grouping service, which results in an error message like ``` Content-Type: application/vnd.ogc.se_xml; charset=UTF-8 msReturnPage(): Unable to access file. template/featureinfo_eiv_unrecorded.html ``` Does not look quite professional. # Enhancement Simply add the same template, we use default for LANIS internal GetFeatureInfo requests for these requested templates, e.g. by adding them as symlink.
mpeltriaux added the
enhancement
label 2022-12-05 16:16:16 +01:00
mpeltriaux self-assigned this 2022-12-05 16:16:16 +01:00
mpeltriaux added the
backlog
label 2022-12-07 07:43:43 +01:00
Author
Owner

This seems to be a Geoportal.rlp specific issue, since they only evaluate returned html. As seen in QGIS, there can be a html response but as well a simple data object response, which holds all relevant data.

There is no importance on this isse, therefore.

This seems to be a Geoportal.rlp specific issue, since they only evaluate returned html. As seen in QGIS, there can be a html response but as well a simple data object response, which holds all relevant data. There is no importance on this isse, therefore.
Author
Owner

Update

We indeed could configure own html templates, which has been done now, due to another direct request for this feature by a user.

# Update We indeed could configure own html templates, which has been done now, due to another direct request for this feature by a user.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IT-Naturschutz/konova#266
No description provided.