RE: [mapserver-users] Could not read data from MySQL database

2010-09-20 Thread Murat Beyhan
Dear David and friends, I have install rpm package of Mapserver and MySql. But When I use gdal I compiled source code. Because rpm package of gdal doesn't support MySQl formats. Then I checked ogrinfo file it was under /usr/local/bin and when I use whereis ogrinfo command it says same place for

[mapserver-users] Re: Raster Display Performance

2010-09-20 Thread Edi.Karadumi
one issue may be that you should not use .shp in the tileindex property, in this way mapserver dont uses the index.qix created by the shptree command. you should put only the name index -- View this message in context:

Re: [mapserver-users] Re: Raster Display Performance

2010-09-20 Thread Rahkonen Jukka
Hi, I believe the information about tileindex is is old and index is nowadays utilised even with index.shp. It does not harm to use just plain index, though. When it comes to the original question by goncalo, which was I am using mapserver to create a tiling server. Actually I have this server

Re: [mapserver-users] get polygons that contains a point

2010-09-20 Thread Sebastian E. Ovide
yes, this works wonderfully ! just wondering if this is a MapServer only feature of if it is part of some OGC standard On Thu, Sep 16, 2010 at 4:00 PM, Lime, Steve D (DNR) steve.l...@state.mn.us wrote: In addition, the standard CGI mode=nquery will do this for you and you can craft

[mapserver-users] msQueryByPoint(): template for no matching record found

2010-09-20 Thread Sebastian E. Ovide
Hi All, Is it possible to customize the msQueryByPoint(): Search returned no results. No matching record(s) found. message? maybe configuring a template that specific error ??? thanks -- Sebastian E. Ovide ___ mapserver-users mailing list

Re: [mapserver-users] get polygons that contains a point

2010-09-20 Thread Rahkonen Jukka
Hi, As Steve said, you can do it with WFS. Send the query below to http://demo.deegree.org/deegree-wfs/services with http POST and you will get back a country which contains the given point gml:pos3.988165755918471 47.70294862553225/gml:pos Unfortunately using WFS is a bit tricky and there

[mapserver-users] Re: Raster Display Performance

2010-09-20 Thread goncalo
Hi, Thanks for you help. Your process and the mapfile you sent were building a raster layer from one single image file that was used through tileindex. Is this really your situation? I think yes. What I want is to use tiled images because of the large image resolution. I saw in some

Re: [mapserver-users] Re: Raster Display Performance

2010-09-20 Thread Rahkonen Jukka
Hi, Your ms_error is full of lines like msTileCacheDispatchRequest(): request is not a valid WMS request. What client are you using? Check from the Apache access.log what do the requests that your client is sending look like. I would suggest also to use very simple client for testing, either

Re: [mapserver-users] SVG, PDF and Flash output in MapServer 6.0.

2010-09-20 Thread Yewondwossen Assefa
On 10/09/2010 4:08 PM, Andreas Neumann wrote: Hi, Thank you for your information on future plans about output based on Cairo. Regarding the SVG support, my main concern is that if the output goes through Cairo than there is no chance of adding attributes and semantics to the vector

[mapserver-users] Re: Raster Display Performance

2010-09-20 Thread goncalo
Hi, I'm using http requests and fcgi like the following line: http://10.205.1.199:8080/fcgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/example.mapmode=tiletilemode=gmaptile={x}+{y}+{z}; My client is a .NET application that I'm developing. I'm using a control created by telerik (radMap) that uses

[mapserver-users] Re: Raster Display Performance

2010-09-20 Thread goncalo
I have instaled the tileCache application, but I think I'm not using that. This error have something to do with TileCache aplication? Gonçalo -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Raster-Display-Performance-tp4691679p5550548.html Sent from the Mapserver - User

[mapserver-users] Font encoding

2010-09-20 Thread Bennos
Hi, I want to display labels of attributes of my shapefile which i exported from ArcMap 9.3. These attributes have special characters like Š, Č and Ž which are part of every Latin1 or ISO-8859-2 encoded font. The problem is, that mapserver doesnt show the right characters but something like [?].