Opened 17 years ago
Closed 17 years ago
#330 closed defect (fixed)
SQLite: Selection rendering for WKT and WKB in MapGuide broken...
Reported by: | jbirch | Owned by: | traianstanev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | SQLite Provider | Version: | 3.3.1 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
When attempting to render a selection from Frank's demo WKT and WKB files, MapGuide is throwing an unspecified exception here:
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Is it possible for you to set the debugger to break on exceptions, and get a callstack at the location where it crashes. The line in ServerRenderingService is where it catches the original error and rethrows it, so it is not useful. Meanwhile, I'll take a look at the code that deals with the kinds of filters Mapguide uses for selection.