Re: [postgis-users] OGC geometry definition

2015-03-06 Thread Rémi Cura
So great answer !
Thanks many time,
it is exactly what I wanted !
Cheers,
Rémi-C

2015-03-06 11:27 GMT+01:00 Martijn Meijers b.m.meij...@tudelft.nl:

 You mean this document?

 http://portal.opengeospatial.org/files/?artifact_id=25355

 see section 6.

 I think that is ISO 19125-1, and you could have a look at ISO 19107 as
 well (if you want more the conceptual model underneath).


 Martijn


 On 06-03-15 11:20, Rémi Cura wrote:

 Hey,
  Somebody knows where to find the doc about geometry model (__not__
 geometry functions )?
 I tried to look on OGC website but was rapidely lost.
 Thanks,
 Rémi-C


 ___
 postgis-users mailing list
 postgis-users@lists.osgeo.org
 http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users


 ___
 postgis-users mailing list
 postgis-users@lists.osgeo.org
 http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

___
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

[postgis-users] Fw: Mapserver displays an empty map using layer from postgis

2015-03-06 Thread Ronald Muchini


--- On Fri, 3/6/15, Ronald Muchini ronaldmuch...@yahoo.com wrote:

 From: Ronald Muchini ronaldmuch...@yahoo.com
 Subject: Mapserver displays an empty map using layer from postgis
 To: ms4w_users ms4w-us...@lists.maptools.org
 Cc: ms4w_users ms4w-us...@lists.maptools.org
 Date: Friday, March 6, 2015, 12:02 AM
 I have a raster layer in postgis,
 which I'm trying to display it in the browser using the
 following code. My Postgis is Installed in the directory,
 C:\Program Files(x86)\PostgreSQL\9.3\bin and mapsever
 directory is C:\ms4w. 
 
 
 MAP
 NAME Lakes
 IMAGECOLOR 255 255 255
 SIZE 600 800
 IMAGETYPE PNG24
 PROJECTION
     init=epsg:4326 
 END
 EXTENT -17.9334 30.5019 -17.7303 30.8789 
 WEB
     METADATA
         ows_enable_request
 *
         map
 C:/ms4w/apps/Lakes/configpg.map
         ows_schemas_location
 http://schemas.opengeospatial.net;
         ows_title
 LakesWMS
         ows_onlineresource
 http://localhost/cgi-bin/mapserv.exe?map=C:/ms4w/apps/Lakes/configpg.map;
         ows_srs EPSG:4326 
 #latlon      
        
 wms_feature_info_mime_type text/plain
        
 wms_feature_info_mime_type text/html
         wms_server_version
 1.3.0
         wms_formatlist
 image/png,image/gif,image/jpeg
         wms_format
 image/png
     END #metadata
 END #web
 LAYER
     NAME ras
     TYPE RASTER
     STATUS ON
     CONNECTIONTYPE postgis
     CONNECTION user=postgres password=magodo
 dbname=wqm host=localhost port=5432 options='-c
 client_encoding=UTF8'
     DATA geometry FROM testras9 USING UNIQUE
 id USING srid=4326
     METADATA
         ows_title ras
         ows_extent 
 -17.9334 30.5019 -17.7303 30.8789
     END #metadata
     PROJECTION
         init=epsg:4326
     END
     CLASS
         NAME ras
         OUTLINECOLOR 255 255
 255
         COLOR 137 205 102
     END #class ras
 END #layer ras
 END #map
 
 
 
 Im calling the webpage using the url below:
 http://localhost/cgi-bin/mapserv.exe?map=C:/ms4w/apps/Lakes/config.mapSERVICE=WMSVERSION=1.3.0REQUEST=GetMapLAYERS=rasSTYLES=CRS=EPSG:4326BBOX=5,97,21,106WIDTH=600HEIGHT=800FORMAT=image/png;
 
 
 No errors pop up but the browser displays an empty map
 space.
 How can I resolve this issue
 
 Thanks in advance
 
___
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users