[Mapguide-trac] [mapguide-trac] #2874: Error on MgMappingUtil.StylizeLayers
MapGuide Open Source
trac_mapguide at osgeo.org
Wed Jul 19 02:34:01 PDT 2023
#2874: Error on MgMappingUtil.StylizeLayers
----------------------+----------------------
Reporter: dfanetti | Owner: (none)
Type: defect | Status: new
Priority: low | Milestone:
Component: General | Version:
Severity: trivial | Resolution:
Keywords: | External ID:
----------------------+----------------------
Comment (by jng):
Wow! How did I missing DWF Toolkit in my sqlite search? I think you're on
to something here.
We had issues in the past in the SDF and SQLite FDO providers, where
somehow the "wires got crossed" and these providers were calling
`sqlite3_*` functions in the DWF Toolkit core library instead of their own
private versions of SQLite in their own provider `.so` files. We fixed
these issues by making these providers compile on linux with `-BSymbolic`
to force these provider `.so` files to look within themselves when calling
`sqlite3_*` functions.
But before I look at possible remedies, I'd like to see this issue be more
reproducible.
Instead of a postgis database, could you perhaps `ogr2ogr` a subset of the
data from postgis to some flat file format and if you setup a OGR feature
source to this flat file instead, does the problem still occur?
And if it is reproducible with a flat file via an OGR feature source,
could I then get a copy of this flat file?
Thanks.
--
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2874#comment:7>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list