Re: [mapserver-users] Re: ODBC OGR MS SQL CONNECTION

2010-03-31 Thread Frank Warmerdam
ibrahimsaricicek wrote: I've changed like this CONNECTION OGRVRTDataSource OGRVRTLayer name='Araclar' SrcDataSourceODBC:webuser/webu...@mssql,AracView/SrcDataSource SrcSQLSELECT * FROM AracView/SrcSQL GeometryTypewkbPoint/GeometryType GeometryField

[mapserver-users] Re: ODBC OGR MS SQL CONNECTION

2010-03-31 Thread ibrahimsaricicek
Hi all, Everything is ok now.. Works and fast enough.. Best Regards.. -- View this message in context: http://n2.nabble.com/ODBC-OGR-MS-SQL-CONNECTION-tp4824960p4829341.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___

Re: [mapserver-users] How to do that kind of querying using CGI (with Openlayers)

2010-03-31 Thread Paul james
Thanks Richard... Could you send me a sample how to highlight the road using CGI/OL? Thanks On Mon, Mar 29, 2010 at 7:23 PM, Richard Greenwood richard.greenw...@gmail.com wrote: One approach is to use a very simple template to retrieve the min/max extent from MapServer. Then parse the

[mapserver-users] Adjacent letter problem

2010-03-31 Thread ibrahimsaricicek
Dear all; This is my style and label definition; STYLE SYMBOL 'otopark_img' SIZE 30 END LABEL COLOR 0 0 0 FONT calibri-bold

[mapserver-users] ANGLE [attribute]

2010-03-31 Thread Daiane Azevedo de Fraga
Thanks Daniel! I'm trying to get the database an angle to the text of a layer of type 'annotation', but is not working. The LABLEITEM (database) works, but not the angle. -- Daiane Daiane Azevedo de Fraga wrote: * Hello everyone! ** ** I wonder if ANGLE accepts an attribute that comes from a

Re: [mapserver-users] ANGLE [attribute]

2010-03-31 Thread Smith, Michael ERDC-CRREL-NH
ANGLE does work with Oracle Spatial. Mike -- Michael Smith RSGIS Center US Army Corps of Engineers On 3/30/10 7:56 PM, Daniel Morissette dmorisse...@mapgears.com wrote: Daiane Azevedo de Fraga wrote: Hello everyone! I wonder if ANGLE accepts an attribute that comes from a table in a

RE: [mapserver-users] ANGLE [attribute]

2010-03-31 Thread Fawcett, David (MPCA)
Are you using TrueType fonts for your label? My memory could be bad, but I believe that you can only do label rotation with TrueType fonts, not with the default bitmap fonts. David. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of

[mapserver-users] Re: ANGLE [attribute]

2010-03-31 Thread Daiane Azevedo de Fraga
That's a consolation! ;) Thanks for the info! Can be a detail... If I find out what's happening, I will publish here! Thank you! -- Daiane ANGLE does work with Oracle Spatial. Mike -- Michael Smith RSGIS Center US Army Corps of Engineers On 3/30/10 7:56 PM, Daniel Morissette

Re: [mapserver-users] ANGLE [attribute]

2010-03-31 Thread Daiane Azevedo de Fraga
Exactly! Thank you very much!! I was using a TrueType font (Arial), but the software that I use as the interface was changing to Bitmap, because I was not stating explicitly that it was TrueType. Another detail: using TrueType, it should be explicit FONT attribute. Thanks, thanks, thanks David!

Re: [mapserver-users] Re: ODBC OGR MS SQL CONNECTION

2010-03-31 Thread Robert Sanson
Hi Frank I have an OpenLayers / Mapserver system, where some of the data comes from a SQL-Server database via OGR. Trying to understand where a FILTER condition is applied. Here is a snippet from my Mapfile: LAYER # name of layer NAME apiariestm TYPE POINT UNITS METERS # actual

Re: [mapserver-users] Re: ODBC OGR MS SQL CONNECTION

2010-03-31 Thread Frank Warmerdam
Robert Sanson wrote: Hi Frank I have an OpenLayers / Mapserver system, where some of the data comes from a SQL-Server database via OGR. Trying to understand where a FILTER condition is applied. Here is a snippet from my Mapfile: LAYER # name of layer NAME apiariestm TYPE POINT

[mapserver-users] Same name for GROUP and layer NAME ?

2010-03-31 Thread Ivan Mincik
Hi, is it OK to have same layer NAME and GROUP in one mapfile, like in this example (mylay) ? LAYER CONNECTIONTYPE postgis STATUS ON NAME 'mylay' GROUP 'mylay' TYPE LINE LAYER CONNECTIONTYPE postgis STATUS ON NAME 'mylay2' GROUP 'mylay'