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 | Skype: mkabeer2000
Riyadh, Saudi Arabia

_______________________________________________
postgis-users mailing list
postgi...@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
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