[mapserver-users] Compiling Mapserver 6.0.3 errors for Cairo Support

2012-07-24 Thread daz4805
Hi,

I am trying to compile a 6.0.3 version of Mapserver and I am getting issues
with Cairo support in the compilation process.

Please see the log below for what is generated from my nmake /f makefile.vc
command.

Please could somebody give me an idea of what might be wrong? 

Thanks,

Darren

http://osgeo-org.1560.n6.nabble.com/file/n4990439/compile_log.bmp 



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Compiling-Mapserver-6-0-3-errors-for-Cairo-Support-tp4990439.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


[mapserver-users] Mapserver 6 help

2012-03-23 Thread daz4805
Hi,

I have been given a compiled version of mapserver 6.0.1 but it seems to be
missing support for ArcSDE input.

When i do a mapserv -v i get the following: -

MapServer version 6.0.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=PDF
SUPPORTS=PR
OJ SUPPORTS=AGG SUPPORTS=CAIRO SUPPORTS=OPENGL SUPPORTS=FREETYPE
SUPPORTS=ICONV
SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER
SUP
PORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI
SUPPOR
TS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL
INPUT=SHA
PEFILE

Am i going to need to recompile everything from scratch or can I add support
for ArcSDE manually?

If I need to recompile from scratch, please could somebody tell me whcih
libraries I will need to get so that I can replicate the support that I
already have?

Many thanks,

Darren

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Mapserver-6-help-tp4648288p4648288.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


[mapserver-users] 504 Proxy Timeout error

2011-11-28 Thread daz4805
Hi,

I have a web site deployed to an external web server, it calls my Mpaserver
exe which has been deployed on a server in the DMZ (it needs to access an
internal database). When I navigate to the website in a browser on my local
machine, I am getting a 504 Proxy Timeout error message when calling the
mapserver exe to generate my WMS image. Error message is below: -

GET
http://dmzserver/Mapserver/scripts5.6/mapserv.exe?sessionID=e62984c4-350f-431f-a8ac-d04a4e4322a9transparent=truebgcolor=ffstyles=format=image%2Fpnglayers=MonumentPointSelectionversion=1.1.1map=C%3A%5CInetpub%5Cwwwroot%5CMapserver%5Cmap%5Cmonuments.maprequest=GetMapexceptions=application%2Fvnd.ogc.se_inimageservice=WMSBBOX=-24386.165438997083%2C-143313.43662687263%2C782594.6151892298%2C504917.0265007195SRS=EPSG%3A27700WIDTH=610HEIGHT=490
504 (Proxy Timeout ( The connection timed out.  ))

If I remote desktop onto the external web server and copy the above link
into a browser, the image is displayed fine but when ever I try and access
the website through a browser on my machine, I get the Proxy timeout error
message.

Can anyone tell me what might be going wrong? I am assuming an
authentication problem but I am not really sure where to look.

Many thanks,

Darren

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/504-Proxy-Timeout-error-tp7038265p7038265.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


[mapserver-users] Re: Configuring Mapserver in IIS - Anonymous Access?

2011-11-16 Thread daz4805
Hi,

Many thanks for your help.

I now have it up and running under Anonymous Access. It was indeed a folder
and user privilege issue which needed sorting.

Thanks again,

Darren

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Configuring-Mapserver-in-IIS-Anonymous-Access-tp6995743p7000488.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


[mapserver-users] Configuring Mapserver in IIS - Anonymous Access?

2011-11-15 Thread daz4805
Hi,

I have a Mapserver virtual directory in C:\inetpub\wwwroot and I am able to
generate a WMS layer through my site if the virtual directory in IIS has a
tick for Integrated Windows Authentication under the directory securty tab
in the properties.

If i try and configue this virtual directory to be Anonymous Access only, my
WMS layer does not get created. When I try and navigate to the URL that
would produce the WMS image, I get an error message regarding not being able
to open the ms_error.txt file under /Mapserver/tmp. Are there any specific
permissions i need to set?

I have tried searching online to see if i can find out how to configure this
and I've not been successful.

If somebody could give me a pointer, that would be fantastic.

Many thanks. 

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Configuring-Mapserver-in-IIS-Anonymous-Access-tp6995743p6995743.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


[mapserver-users] Attributes with spaces in gml_include_items?

2011-11-01 Thread daz4805
Hi,

I am very new to Mapserver work so please do bear with me.

I am trying to amend a mapserver .map file to make available some attribute
data from our database.

At the moment, I am only able to make available attribute columns that are
only one word like 'Name' for example.

Is it possible to add in the gml_include_items section 'First Name' for
example where there is a space between First and Name?

I have done some digging looking for examples etc and people are either only
using one word or are using underscores between words. What I want is for it
to display on screen as First Name not FirstName or First_Name or just Name. 

I have tried with single and double quotes etc but it just ends up breaking
my identify tool in my mapping application.

Any help very much appreciated.

Thanks,

Darren

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Attributes-with-spaces-in-gml-include-items-tp6951338p6951338.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