Ticket #170 (new defect)
Problems using single KML point in MapServer service
Reported by: | jmckenna | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | zoo-kernel | Version: | |
Keywords: | Cc: | jmckenna@… |
Description
- single KML test point file: https://demo.gatewaygeomatics.com/zoo-project-demo/demo-pts.kml
Problem 1:
- generated WFS GetFeature? URL never returns any geometry
- cause: extent values in several locations of service_internal_ms.c are written in rounded decimals causing problems with the GetFeature? request (incorrect "bbox" values)
- attaching changes to service_internal_ms.c (sorry I think it also includes your earlier patch changes)
Problem 2:
- Result always fails with the message "No message provided"
- cause: there seems to be a missing set of if{} brackets in the file response_print.c causing
- attaching change to response_print.c
Attachments (2)
Change History
Note: See
TracTickets for help on using
tickets.