mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
update to_wkb params
This commit is contained in:
parent
3a20edbfbd
commit
11b44c20cd
@ -297,7 +297,7 @@ void pgsql2sqlite(Connection conn,
|
||||
if (oid == geometry_oid)
|
||||
{
|
||||
mapnik::Feature feat(pkid);
|
||||
geometry_utils::from_wkb(feat.paths(),buf,size,false,wkbGeneric);
|
||||
geometry_utils::from_wkb(feat.paths(),buf,size,wkbGeneric);
|
||||
if (feat.num_geometries() > 0)
|
||||
{
|
||||
geometry_type const& geom=feat.get_geometry(0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user