RE: [mapserver-users] avl files

2009-04-29 Thread Fischer, Brian
There is an ArcMap extension that is going to be released by us later this 
summer that will essentially convert an ArcMap .mxd to a mapfile or GeoMOOSE 
app.  So you could use ArcMap if you have it to import your .avl symbology and 
then export it to a mapfie.  We are not sure at this point if the software will 
be open source or sold at small shareware cost for the extension.

Brian Fischer
Houston Engineering, Inc.
763-493-4522

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Till Adams
Sent: Wednesday, April 29, 2009 1:56 AM
Cc: MapServer; Paul Alarcon
Subject: Re: [mapserver-users] avl files

percy schrieb:
 give it fake directories as if you are using MS4W, then edit the 
 mapfile it generates and substitute your linux paths...
 percy

 On 4/28/2009 1:43 PM, Paul Alarcon wrote:
 Helllo is me again, i tried it but it ask me for a installed 
 mapserver on
 windows and i use a linux server for mapserver, there is another 
 software
 for make it for linux server ?
 ___
Dear Paul,

sorry, I'm the one who crimed Avein ages ago. I really forgot about that 
software.
Avein is made for use in ArcView GIs 3.x only, so you'll need this piece 
of software to run Avein. Undortunately Avein's last version goes on 
Mapserver v4.2 or so, which should'nt matter, but there are no 
opportunities for use of newer UMN functions.

Also AveiN! does not translate avl files, it is only made as an 
interface between ArcViwew 3 projects and UMN.
A newer version for ArcGIS called Amein! was made 4 years ago, there you 
can translate *some* of the symbols and patterns, but also not all. So 
the way to go (if softwarei s there() might be to use ameiN1, to iport 
the avl files into ArcGIs and try with that. Or forget about that and 
you try on your own :-)

Regards,
Till




-- 
--
terrestris GmbH  Co. KG
Irmintrudisstrasse 17
53111 Bonn
Germany

Till Adams
Geschäftsführung

Tel: +49 (0)228 / 962 899-52
Fax: +49 (0)228 / 962 899-57
ad...@terrestris.de http://www.terrestris.de
Amtsgericht Bonn, HRA 6835
-

Komplementärin:

terrestris Verwaltungs GmbH

vertreten durch:
Hinrich Paulsen, Till Adams

___
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] WFS layer and https

2009-04-09 Thread Fischer, Brian
I'm trying to use a WFS that is coming from a SSL (https) server.  Is it
possible to use a WFS from an https connection?  Here is the error I am
getting.

 

HTML

HEADTITLEMapServer Message/TITLE/HEAD

!-- MapServer version 5.0.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG
OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG
SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER
SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS
INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE --

BODY BGCOLOR=#FF

msDrawMap(): Image handling error. Failed to draw layer named
#39;obs#39;.

msWFSLayerWhichShapes(): WFS connection error. Got HTTP status -60
downloading WFS layer obs

msHTTPExecuteRequests(): HTTP request error. HTTP: request failed with
curl error code 60 (SSL certificate problem, verify that the CA cert is
OK. Details:

error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed) for
https://www.sharedgeo.org/datasets/RRV/maps/noaa/noaa.map?mode=owsamp;;
amp;REQUEST=GetFeatureamp;VERSION=1.0.0amp;SERVICE=WFSamp;TYPENAME=ob
samp;BBOX=346334.183773962,5034450.028,903297.375226037,5434570.553

/BODY/HTML

 

Thanks,

Brian

 

Brian Fischer, CFM

GIS Project Manager
Houston Engineering, Inc. | Leave Nothing to ChanceTM
6901 East Fish Lake Road, Suite 140
Maple Grove, MN 55369
Phone:  763.493.4522 / Fax:  763.493.5572
Email:  bfisc...@houstoneng.com
mailto:bfisc...@houstonengineeringinc.com 
Website: www.houstoneng.com http://www.houstonengineeringinc.com/  

 

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] WFS layer and https

2009-04-09 Thread Fischer, Brian
Thanks Mike.  We actually narrowed it down to a problem with MS4W.  It
appears that MS4W's libcurl does not include the root certificate
authority bundle.  I'll need to file a bug with MS4W.

 

Thanks again for your help.

 

Brian Fischer

Houston Engineering, Inc.

Maple Grove, MN

(763) 493-4522

 

From: Michael Smith [mailto:michael.sm...@usace.army.mil] 
Sent: Thursday, April 09, 2009 9:31 AM
To: Fischer, Brian; mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] WFS layer and https

 

Brian,

You need the servers certificate in your cURL certificate directory.
Where to put it, I think, depends on your OS. The default in the Unix
OS's is /usr/share/ssl/certs.

Mike


-- 
Michael Smith
RSGIS Center
ERDC - CRREL
US Army Corps of Engineers





On 4/9/09  10:09 AM, Fischer, Brian bfisc...@houstoneng.com wrote:

I'm trying to use a WFS that is coming from a SSL (https) server.  Is it
possible to use a WFS from an https connection?  Here is the error I am
getting.
 
HTML
HEADTITLEMapServer Message/TITLE/HEAD
!-- MapServer version 5.0.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG
OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG
SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER
SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS
INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE --
BODY BGCOLOR=#FF
msDrawMap(): Image handling error. Failed to draw layer named
#39;obs#39;.
msWFSLayerWhichShapes(): WFS connection error. Got HTTP status -60
downloading WFS layer obs
msHTTPExecuteRequests(): HTTP request error. HTTP: request failed with
curl error code 60 (SSL certificate problem, verify that the CA cert is
OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed) for
https://www.sharedgeo.org/datasets/RRV/maps/noaa/noaa.map?mode=owsamp;;
amp;REQUEST=GetFeatureamp;VERSION=1.0.0amp;SERVICE=WFSamp;TYPENAME=ob
samp;BBOX=346334.183773962,5034450.028,903297.375226037,5434570.553
/BODY/HTML
 
Thanks,
Brian
 
Brian Fischer, CFM
GIS Project Manager
Houston Engineering, Inc. | Leave Nothing to ChanceTM
6901 East Fish Lake Road, Suite 140
Maple Grove, MN 55369
Phone:  763.493.4522 / Fax:  763.493.5572
Email: bfisc...@houstoneng.com
mailto:bfisc...@houstonengineeringinc.com 
Website: www.houstoneng.com http://www.houstonengineeringinc.com/  
 



___
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] WMS and transparent

2009-03-25 Thread Fischer, Brian
 

I am trying to consume this  WMS service with MapServer 5.0.2 as a
client and would like to make the background transparent instead of
white.  Is this possible mapserver?  I tried the  wms_transparent
true, but that didn't seem to work.  Thanks for any suggestions.

 

  NAME '2003orthos'

  STATUS ON

  EXTENT 366751.468 5034450.028 882880.091 5434570.553

  UNITS Meters

   SIZE  600 400

   FONTSET '../fonts/fontset.list'

   SYMBOLSET '../symbols/symbol.sym'

  IMAGETYPE PNG24

  TRANSPARENT TRUE

 

WEB

IMAGEURL E:\ms4w\tmp\ms_tmp

IMAGEPATH E:\ms4w\tmp\ms_tmp

END

 

 

  LAYER

NAME ND03

TYPE RASTER

OFFSITE  0 0 0

STATUS   DEFAULT

CONNECTIONTYPE WMS

CONNECTION
http://web.apps.state.nd.us/wmsconnector/com.esri.wms.Esrimap/NDWMS_aer
ialimages?

 

#MINSCALE  1000 # only display down to this scale

#MAXSCALE 24000

 

METADATA

  wms_srs EPSG:26914

  wms_name ND03

  wms_server_version 1.1.1

  wms_format image/jpeg

  wms_styles 

  wms_exceptions application/vnd.ogc.se_inimage

END

 

  END

END

 

 

End #Map

 

Thanks,

Brian

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] WMS GetCapabilities warnings

2008-10-21 Thread Fischer, Brian
Does anyone have an idea why I am getting this warning in the
GetCapabilities?  I have the projection defined at the map level and in
the wms_srs metadata.  Do I need to define the full projection and not
the epsg code to get rid of the warning?

 

Titleparcelwms/Title 

- !-- 

 WARNING: Mandatory mapfile parameter '(at least one of) MAP.PROJECTION,
LAYER.PROJECTION or wms_srs metadata' was missing in this context. 

  -- 

 

Full GetCapbilities URL:
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMOO
SE/douglas/maps_douglas/douglas_ogc.mapSERVICE=WMSVERSION=1.1.1REQUES
T=GetCapabilities 

 

Mapfile is shown below:

MAP

NAME 'DouglasOGC'

SIZE 800 650

STATUS ON

EXTENT 285288 5069486 334186 5109721

UNITS METERS

FONTSET 'fonts/fontset.list'

SYMBOLSET 'symbols/symbol.sym'

CONFIG PROJ_LIB C:\proj\nad

IMAGETYPE PNG

PROJECTION

init=epsg:26915

END

WEB

IMAGEPATH /ms4w/tmp/ms_tmp/

IMAGEURL /ms_tmp/

METADATA

  wms_title Douglas County WMS
Server

  wms_conlineresource
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMO
OSE/douglas/maps_douglas/douglas_ogc.map

  wms_srs EPSG:26915

  wms_abstract The Douglas County WMS
server has been setup for testing purposes only. The data should not be
used for any official decisions

  wfs_title Douglas County WFS
Server

  wfs_onlineresource
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMO
OSE/douglas/maps_douglas/douglas_ogc.map

  wfs_srs EPSG:26915

  wfs_abstract The Douglas County WFS
server has been setup for testing purposes only.  The data should not be
used for any official decisions

END

END



 

LEGEND

STATUS ON

END

 



LAYER # Parcel Polygon Layer

NAME parcelwms

METADATA

wms_title parcelwms

'WMS_FEATURE_INFO_MIME_TYPE'
'text/plain'

wfs_title parcels

gml_featureid FID

gml_include_items
PIN,GIS_ACRES,TAXPAYER

END

DATA 'ogc/parcels_utm15'

DUMP TRUE

STATUS OFF

TYPE LINE

CLASS

  NAME Parcels

  SYMBOL 'plainline'

  COLOR 153 255 153

  SIZE 1.5

END



  END # Parcels Polygon Layer

 

END ## end Map

 

Thanks,

Brian

 

Brian Fischer, CFM

GIS Project Manager
Houston Engineering, Inc. | Leave Nothing to ChanceTM
6901 East Fish Lake Road, Suite 140
Maple Grove, MN 55369
Phone:  763.493.4522 / Fax:  763.493.5572
Email:  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Website: www.houstonengineeringinc.com
http://www.houstonengineeringinc.com/  

 

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] WMS Request issue

2008-08-15 Thread Fischer, Brian
MapServer users:
 
Has anyone else ran into this issue.  I am trying to access a WMS
service I setup through a web browser to test it and the browser keeps
prompting me to download mapserv.exe instead of executing it.  Any ideas
why it works on a non-wms request and not the wms getmap request?  Both
are using the same location and .exe on the server.  It is using
MapServer 5.2 from MS4W 2.2.8. Thanks, Brian
 
If I do a non-wms request it works (example below):
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMOO
SE/douglas/maps_douglas/douglas_ogc.mapmapext=276595%205065831%20342552
%205113395mapsize=821%20638mode=maplayers
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMO
OSE/douglas/maps_douglas/douglas_ogc.mapmapext=276595%205065831%2034255
2%205113395mapsize=821%20638mode=maplayers =
 
If I do a WMS GetMap request it prompts me to download the .exe:
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMOO
SE/douglas/maps_douglas/douglas_ogc.mapservice=WMSversion=1.1.1reques
t=GetMaplayers=parcelwmsstyles=defaultsrs=EPSG:26915bbox=276595,5065
831,342552,5113395width=600height=500format=image/png
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMO
OSE/douglas/maps_douglas/douglas_ogc.mapservice=WMSversion=1.1.1reque
st=GetMaplayers=parcelwmsstyles=defaultsrs=EPSG:26915bbox=276595,506
5831,342552,5113395width=600height=500format=image/png 
 
The mapfile is pretty straightforward as well.
MAP
 NAME 'DouglasOGC'
 SIZE 800 650
 STATUS ON
 EXTENT 5069486 285288 5109721 334186
 UNITS METERS
 FONTSET 'fonts/fontset.list'
 SYMBOLSET 'symbols/symbol.sym'
 CONFIG PROJ_LIB C:\proj\nad
 PROJECTION
   init=epsg:26915
 END

 WEB
  IMAGEPATH /ms4w/tmp/ms_tmp/
 IMAGEURL /ms_tmp/
  METADATA
wms_title Douglas County WMS Server
wms_onlineresource
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMO
OSE/douglas/maps_douglas/douglas_ogc.map
wms_srs EPSG:26915
wms_abstract The Douglas County WMS server has been setup for
testing purposes only. The data should not be used for any official
decisions
wfs_title Douglas County WFS Server
wfs_onlineresource
http://douglas.houstoneng.com/cgi-bin2/mapserv.exe?map=/ms4w/apps/GeoMO
OSE/douglas/maps_douglas/douglas_ogc.map
wfs_srs EPSG:26915
wfs_abstract The Douglas County WFS server has been setup for
testing purposes only.  The data should not be used for any official
decisions
  END
 END
 
 LEGEND
  STATUS ON
 END
 
 LAYER # Parcel Polygon Layer
 NAME parcels
 METADATA
  wms_title parcelwms
  'WMS_FEATURE_INFO_MIME_TYPE' 'text/plain'
  wfs_title parcelwfs
  gml_featureid FID
  gml_include_items PIN,GIS_ACRES,TAXPAYER
 END
 DATA 'ogc/parcels_utm15'
 DUMP TRUE
 #MAXSCALE 5
 #MINSCALE 500
 STATUS DEFAULT
 TYPE POLYGON
 PROJECTION
   init=epsg:26915
 END 
 CLASS
   NAME Parcels
   SYMBOL 'plainline'
   COLOR -1 -1 -1
   OUTLINECOLOR 153 255 153
   SIZE 1.5
 END
  END # Parcels Polygon Layer
END ## end Map
 
Brian Fischer, CFM
GIS Project Manager
Houston Engineering, Inc. | Leave Nothing to ChanceTM
6901 East Fish Lake Road, Suite 140
Maple Grove, MN 55369
Phone:  763.493.4522 / Fax:  763.493.5572
Email:  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Website: www.houstonengineeringinc.com
http://www.houstonengineeringinc.com/  
 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] geodatabase and annotation feature class

2008-07-23 Thread Fischer, Brian
Hi List,
 
Just curious if anyone else has been successful at using either an
annotation feature class in an ESRI personal geodatabase or SDE
database?  The OGR documentation doesn't explicitly say whether it
supports rendering an annotation feature class with mapserver.  Any info
would be appreciated.
 
Thanks,
Brian
 
Brian Fischer, CFM
GIS Project Manager
Houston Engineering, Inc. | Leave Nothing to ChanceTM
6901 East Fish Lake Road, Suite 140
Maple Grove, MN 55369
Phone:  763.493.4522 / Fax:  763.493.5572
Email:  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
Website: www.houstonengineeringinc.com
http://www.houstonengineeringinc.com/  
 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] WFS and typename issue

2008-02-28 Thread Fischer, Brian
Just tried it and no + doesn't work.  I also tried %20, #160; and
#xA0; 


Brian Fischer
Houston Engineering, Inc.
Maple Grove, MN
(763) 493-4522

-Original Message-
From: Pericles S. Nacionales [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 28, 2008 2:15 PM
To: Fischer, Brian
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] WFS and typename issue

Brian,

I take it the + character doesn't work?

-Perry

Fischer, Brian wrote:
 Has anybody else experience problems when using a WFS service where 
 the typename has a space in it?  I'm experiencing the WFS layers that 
 don't have spaces work fine with MapServer, but ones that do have 
 spaces produce invalid GML files.  Is there an escape character that 
 can be used to represent the space in the typename?
  
 The WFS service I am trying to get to work is 
 http://www.datafinder.org/wfsconnector/com.esri.wfs.Esrimap/MN_MetroGI
 S_ 
 DataFinder_WFS_Water_Resources?request=getcapabilitiesservice=WFSver
 si
 on=1.0.0
  
 The layer without the space works fine, but the rest do not.
  
 Thanks,
 Brian
  
 Brian Fischer, CFM
 GIS Project Manager
 Houston Engineering, Inc. | Leave Nothing to ChanceTM
 6901 East Fish Lake Road, Suite 140
 Maple Grove, MN 55369
 Phone:  763.493.4522 / Fax:  763.493.5572
 Email:  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 Website: www.houstonengineeringinc.com 
 http://www.houstonengineeringinc.com/
  
 
 
 
 --
 --
 
 ___
 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