Thank you very much
How to install in windows environment // Create file as pointcloud.control and copy following code in it # pointcloud extension comment = 'data type for lidar point clouds' default_version = '1.0' module_pathname = '$libdir/pointcloud' relocatable = true superuser = true #requires = 'postgis' Would you please guide me how to install in windows Thanks Kabeer From: [email protected] [mailto:[email protected]] On Behalf Of Nicolas Ribot Sent: Wednesday, August 20, 2014 1:09 PM To: PostGIS Users Discussion Subject: Re: [postgis-users] pointcloud extentions Hi, This extension is not part of standard postgis installation (afaik). You have to install it manually: https://github.com/pramsey/pointcloud Nicolas On 20 August 2014 11:37, Mohammed Kabeer <[email protected]> wrote: Dear Sir, I installed postgis with opengeosuit4. 1 (OpenGeoSuite-latest.exe) and created database and working fine I run CREATE EXTENSION postgis: // working fine But when I run CREATE EXTENSION pointcloud; // it gives me ERROR: could not open extension control file "C:/Program Files (x86)/Boundless/OpenGeo/bin/../pgsql/share/extension/pointcloud.control": No such file or directory SQL state: 58P01 How to fix this problem Thanks Kabeer Mohammed Kabeer Ahmed | Spatial Technologies| Tamimi Consulting Group| Tel +966 1217 0152 | Mobile +966 545548353 <tel:%2B966%20545548353> | Skype: mkabeer2000 Riyadh, Saudi Arabia specialistCard _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
_______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
