[mapserver-users] attribute table

2015-06-18 Thread hosain mohammadi
how can create attribute table like (arcmap) in map server ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] (no subject)

2015-06-18 Thread hosain mohammadi
the code below is a layer in map file in this code i want create a query in postgis for shortestpath but a the number 77 ,388 is the source and target and the result create successfully but my problem is how insert the number ( 77, 388) in template file or insert by user how insert from html fi

Re: [mapserver-users] (no subject)

2015-06-18 Thread TDS
Hello Hosain, numbers in english style: 77388 => non-decimal without points, commas, etc 77.388 => 77 full and 388 as decimals Bye, Mathias mailto:t...@tds-net.de ---

[mapserver-users] query in mapfile

2015-06-18 Thread hosain mohammadi
the code below is a layer in map file in this code i want create a query in postgis for shortestpath but a the number 77 and 388 is the source and target and the result create successfully but my problem is how insert the number ( 77, 388) in template file or insert by user how insert from html

Re: [mapserver-users] query in mapfile

2015-06-18 Thread thomas bonfort
http://mapserver.org/cgi/runsub.html On 18 June 2015 at 15:23, hosain mohammadi wrote: > the code below is a layer in map file in this code i want create a query in > postgis for shortestpath but a the number 77 and 388 is the source and > target and the result create successfully but my proble

[mapserver-users] WFS 1.1.0 filter behaviour issues

2015-06-18 Thread Kralidis,Tom [Ontario]
Hi: using 6.4.1. via UbuntuGIS, I'm getting unexpected behaviour when working with WFS 1.0.0 and various Filter combinations. I've attempted to summarize with test cases/output here: https://gist.github.com/tomkralidis/637241066b4719c04dec Not sure whether there is an issue with the WFS Filter s

[mapserver-users] The RFC82 (GetMetadata) is supported ?

2015-06-18 Thread Andrea Peri
Hi, the RFC 82: http://mapserver.org/development/rfc/ms-rfc-82.html is supported in mapserver 7.0 ? I try a request like this: www502.regione.toscana.it/wmsraster/com.rt.wms.RTmap/wms?map=wmsctr&request=GetMetadata&layer=rt_ctr.10k&service=wms&version=1.3.0 (the server is mapserver 7dev) The RF

Re: [mapserver-users] The RFC82 (GetMetadata) is supported ?

2015-06-18 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users- > boun...@lists.osgeo.org] On Behalf Of Andrea Peri > Sent: 2015-06-18 09:45 > To: mapserver-users@lists.osgeo.org > Subject: [mapserver-users] The RFC82 (GetMetadata) is supported ? > > Hi, > th

[mapserver-users] ScribeUI updated to version 1.4

2015-06-18 Thread Samuel Lapointe
Hello everyone! I'm developing ScribeUI for the 2015 edition of Google Summer of Code. It's a web utility to create and preview maps, using either the Scribe syntax or the regular Mapserver syntax. This update introduces better debugging by displaying error logs and messages in the interface. You

[mapserver-users] MapScriptException error

2015-06-18 Thread ankur chitranshi
while updating map server version 5.2.3 to 6.0.3, i am facing bellow error, *Warning*: ms_newMapObj(): [MapServer Error]: msLoadMap(): (mapFiles/khasra.map) in *C:\ms4w\Apache\htdocs\bhopalf\index.php* on line *26* *Fatal error*: Uncaught exception 'MapScriptException' with message 'Failed to ope

Re: [mapserver-users] MapScriptException error

2015-06-18 Thread TDS
Hello, MapScript can't find the file. Try to use absolute path instead of relative path, e.g. /MyWorkingDir/mapFiles/khasra.map instead of mapFiles/khasra.map. Check also that on linux/posix system all is case sensitive. Bye, TDS --

Re: [mapserver-users] MapScriptException error

2015-06-18 Thread ankur chitranshi
Dear, Still facing error *Warning*: ms_newMapObj(): [MapServer Error]: loadSymbol(): Parsing error near (position):(line 29) in *C:\ms4w\Apache\htdocs\bhopalf\index.php* on line *18* *Fatal error*: Uncaught exception 'MapScriptException' with message 'Failed to open map file "C:\ms4w\Apach

Re: [mapserver-users] MapScriptException error

2015-06-18 Thread TDS
Hi, can you post the lines in that file around line 18? Has the file correct permissions and can Apache access that file - e.g. no restrictions like open_basedir? Bye, Mathias mailto:t...@tds-net.de --

Re: [mapserver-users] MapScriptException error

2015-06-18 Thread ankur chitranshi
yes sure, in line 18 my code is $map=ms_newMapObj('C:\ms4w\Apache\htdocs\bhopalf\mapFiles\khasra.map'); and my 'khasra.map ' file code follows MAP NAME "bhopal Map" IMAGECOLOR 255 255 255 SIZE 1050 637 IMAGETYPE PNG WEB TEMPLATE "index.php" IMAGEPATH "/ms4w/tmp/ms_tmp/" IMAGEURL "/ms_tmp"

Re: [mapserver-users] MapScriptException error

2015-06-18 Thread ankur chitranshi
hi make changes, after your , suggestion ,still m facing bellow error *Warning*: mapObj::draw(): [MapServer Error]: msDrawMap(): Failed to draw layer named 'BASE'. in *C:\ms4w\Apache\htdocs\bhopalf\index.php* on line *77* *Warning*: mapObj::draw(): [MapServer Error]: msPostGISLayerWhichShapes