[mapserver-users] SSL protocol
Hi all, I need to use WMS service for private data with secure connection. Is it possible to establish secure connection (HTTPS) to connect webGIS client to Mapserver. Or there are other techniques to do that? Thanks in advances? I'm setting up a WMS server on a Linux distro. with apache and mapserver. Domenico ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer with Oracle Spatial
Hi, To compile the UMN Mapserver with the Oracle Spatial support you need to have (in your system) the Oracle Call Interface (OCI). You can install this library from the Oracle Client installation (or server if you run all in the same server). After this, you can compile the Oracle Spatial support for UMN Mapserver. You can use two ways to connect Oracle Spatial from UMN Mapserver: The specific UMN Mapserver driver (maporaclespatial.c) for Oracle Spatial, that talks directly with Oracle Database. Or you can use the OGR, that you can use to connect with many data formats and databases. Some people in the mailing list tells that maporaclespatial driver is 2.5/3.5x more fast than OGR. Best regards. -- Fernando Simon UMN Mapserver and Oracle Spatial Developer Iratxe Lejarreta wrote: Hi, I installed FGS on Red Hat Enterprise Linux 5.2, but I don't know what I need to configure in MapServer to connect with Oracle 10g. Because, when I run the WFS service, the result is: msOracleSpatialLayerOpen(): OracleSpatial error. OracleSpatial is not supported In the Mapserver documentation (http://mapserver.gis.umn.edu/docs/howto/oracle_spatial_howto) explain that there are 2 options for using Oracle Spatial with Mapserver: 1.- The problem is that I haven't got maporaclespatil.c file 2.- The problem is that I don't know how to compile OGR with OCI Somebody can help me? Thank you in advance. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] Shape Files.
Hi, Yes, ogrinfo. It is included in MS4W package, or you can get it by downloading FWTools. Let's assume you have shapefile named places.shp. Then the following command should give you the information you want: ogrinfo -summary places.shp places Or then you can of course download some free GIS software and have a look on your shapefiles that way. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: [EMAIL PROTECTED] puolesta: ? ? Lähetetty: su 27.7.2008 19:41 Kopio: Mapserver-users (mapserver-users@lists.osgeo.org) Aihe: [mapserver-users] Shape Files. Hallo.. Does anybody know a way i can read the contents of a shape file in order to see what fields does it contain? Thank you!!! ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
[mapserver-users] Shape Files.
Hallo.. Does anybody know a way i can read the contents of a shape file in order to see what fields does it contain? Thank you!!! ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer Version 5.2.0 Source Released
Where can I have more detail about these improvements? >* performance enhancements for large shapefile handling >* performance enhancements for AGG rendering (an order of magnitude faster > in some cases) >* fuzzy label outlines for AGG >* style-level opacity for AGG >* quantization and palette support for PNGs and RGBA modes >* SOS 1.0.0 support >* extent (e.g. shpext, mapext) template tag attribute handling ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
[MAPSERVER-USERS] Display of polygon in map
Hi All, I had a shape file with point features which I had aggregated into polygon and formed a table with gid, newgeom and name attributes. Now that polygon is getting displayed as postgis layer in Quantum GIS but but somehow its not getting displayed in map...Can anyone suggest something? Cheers, Reena. -- View this message in context: http://www.nabble.com/Display-of-polygon-in-map-tp18674352p18674352.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users