Opened 16 years ago

Closed 16 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:

http://trac.osgeo.org/mapguide/browser/tags/MAPGUIDE2.0.0/MgDev/Server/src/Services/Rendering/ServerRenderingService.cpp#l1252

Change History (2)

comment:1 by traianstanev, 16 years ago

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.

comment:2 by traianstanev, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.