I have installed a PostgreSQL 9.3.5 64-bit on a Windows Server 2012 machine and added Postgis 2.1.3 extension.
I need to use the ST_StraightSkeleton function and after some search on the web I found that I need to install sfcgal extension.
Everything I have read on the web about how to install sfcgal or add the postgis_sfcgal extension is explained for linux. I haven't found anything about how to make it work in windows....
CREATE EXTENSION postgis_sfcgal does not work.
I also found this solution but I can't find sfcgal.sql file anywhere on the web. I donwloaded the sfcgal package and it is not even in there..
Any help would be appreciated.
أكثر...
I need to use the ST_StraightSkeleton function and after some search on the web I found that I need to install sfcgal extension.
Everything I have read on the web about how to install sfcgal or add the postgis_sfcgal extension is explained for linux. I haven't found anything about how to make it work in windows....
CREATE EXTENSION postgis_sfcgal does not work.
I also found this solution but I can't find sfcgal.sql file anywhere on the web. I donwloaded the sfcgal package and it is not even in there..
Any help would be appreciated.
أكثر...