Re: [MAPSERVER-USERS] missing lock in mapfile.c:msFreeLabelCacheSlot() ?

2008-02-28 Thread Tamas Szekeres
. Let us know if you have a further suspicion about something that should be fixed in mapserver. Best regards, Tamas 2008/2/29, rich.fromm [EMAIL PROTECTED]: Tamas Szekeres wrote: You can probably control the caching effect by setting LABELCACHE OFF for all of layers. However I'm a bit

Re: [mapserver-users] Mapserver equivalent for .NET

2008-02-29 Thread Tamas Szekeres
license they use. Best regards, Tamas 2008/2/29, Tim Bowden [EMAIL PROTECTED]: On Fri, 2008-02-29 at 13:32 +0100, Tamas Szekeres wrote: I'm not aware of any compelling reason to switch to a more restrictive license. Sure, the current licensing arrangement seems to be working well

Re: [MAPSERVER-USERS] missing lock in mapfile.c:msFreeLabelCacheSlot() ?

2008-03-03 Thread Tamas Szekeres
environment, changing the application structure should only be a final option. Do you have a stacktrace of this particular issue? Best regards, Tamas 2008/3/3, rich.fromm [EMAIL PROTECTED]: Tamas Szekeres wrote: I appreciate your efforts very much to sort these things out. Let us know

Re: [MAPSERVER-USERS] msProcessProjection(): Projection library error.

2008-03-03 Thread Tamas Szekeres
Frank, I think this issue might be originated to a missing lock around the static pj_errno in the proj library. Apparently the 'no system list' indicates an invalid error code that is: an invalid actual value of pj_errno. I guess the code below may run against another pj invocation that is not

Re: [MAPSERVER-USERS] msProcessProjection(): Projection library error.

2008-03-03 Thread Tamas Szekeres
2008/3/4, Frank Warmerdam [EMAIL PROTECTED]: The no system list message just means that PROJ was built without support for strerror() - that is HAVE_STRERROR was not defined in the configure. This seems to happen almost all the time (perhaps a problem in the proj configure).

Re: [mapserver-users] enhancement ideas

2008-03-05 Thread Tamas Szekeres
Joan, New ideas are welcomed since it's more incentive than dealing with bugs any time ;-) Most of the times the enhancements/requests are bound to specific projects/demands so that the developers can easily put these efforts into their timeline but it's quite difficult to pick up the task that

Re: [mapserver-users] Unable to access Grid Object (GridObject) via C# MapScript interface (related to bug 1980)

2008-04-02 Thread Tamas Szekeres
but the layerObj does not contain and UpdateFromString property or method (when viewed from Visual Studio's object browser nor when viewing the API reference online). Thoughts? Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas

Re: [mapserver-users] Unable to access Grid Object (GridObject) via C# MapScript interface (related to bug 1980)

2008-04-04 Thread Tamas Szekeres
2008/4/4, Hulbert, Brian [EMAIL PROTECTED]: I was using 4.10.1 [per a call to mapscript.msGetVersion()]. I now switched to 5.0.2 (once I got the complete list of DLLs) and it does in fact have the updateFromString() method. Can you point to a document which talks about the syntax to use

Re: [mapserver-users] memory problem on Windows OS

2008-04-24 Thread Tamas Szekeres
Johan, This information if not enough to find out the root of the problem. Can you describe or provide an example how you use mapscript inside the request. Which .NET Framework are you running against? Which version of the mapserver are you using? Tamas 2008/4/24, Hallgren, Johan [EMAIL

Re: [mapserver-users] C# functon resultCacheMemberObj shapeindex ... Posible bug?

2008-05-19 Thread Tamas Szekeres
Hi, Which driver are you using, how the mapfile looks like? Tamas 2008/5/19 Paul james [EMAIL PROTECTED]: Hello guys... I have a table with a character(11) PK... When I trie to get the shapes with queryByRect, all results are with shapeindex equal 0 (zero) ... If I tried that with a

Re: [mapserver-users] C# functon resultCacheMemberObj shapeindex ... Posible bug?

2008-05-20 Thread Tamas Szekeres
POSTGIS CONNECTION user=X password=x dbname=tblX host=localhost DATA geom from tblX USING UNIQUE idX USING SRID=4291 CLASS TEMPLATE dummy NAME x COLOR 255 255 185 OUTLINECOLOR 110 110 110 END END END On 5/19/08, Tamas Szekeres [EMAIL PROTECTED] wrote: Hi, Which

Re: [mapserver-users] Retrieve column names from getFeature ...

2008-05-29 Thread Tamas Szekeres
Hi, You can use layerObj.getItem() for this purpose. Best regards, Tamas 2008/5/29 Paul james [EMAIL PROTECTED]: Hello all... I have this code in mapscript (c#): ... resultCacheMemberObj _result = _layer.getResult(i); _layer.open(); shapeObj _obj =

Re: [MAPSERVER-USERS] mapObject serialization in C# (variant)

2008-06-10 Thread Tamas Szekeres
Hi, MapServer currently doesn`t support any other persitence representation than the mapfiles. There have been some initial plans related to an XML format in this list, but no one had any motivation to implement that. So I think the best what you can do at the moment is to use reflection to

Re: [MAPSERVER-USERS] MapFile2XML conversion - WAS: mapObject serialization in C# (variant)

2008-06-11 Thread Tamas Szekeres
be . . . :c) bobb Tamas Szekeres [EMAIL PROTECTED] wrote: Hi, MapServer currently doesn`t support any other persitence representation than the mapfiles. There have been some initial plans related to an XML format in this list, but no one had any motivation to implement that. So I think the best

Re: [mapserver-users] Multiple geometry layer

2008-06-14 Thread Tamas Szekeres
Mark, Though a data source may contain multiple geometry types in a single layer you can specify only a single type per layer in mapserver. The various drivers are trying to convert the geometries to the specified target type if possible, however the point to polygon conversions might not be

Re: [mapserver-users] Show only one POI on the map

2008-06-14 Thread Tamas Szekeres
the Poi the user have to change the layer. But I hope to find a better solution. best regards, Valerio --- Sab 14/6/08, Tamas Szekeres [EMAIL PROTECTED] ha scritto: Da: Tamas Szekeres [EMAIL PROTECTED] Oggetto: Re: [mapserver-users] Show only one POI on the map A: [EMAIL PROTECTED] Cc

Re: [mapserver-users] Mapscript BINDING constants

2008-06-16 Thread Tamas Szekeres
Hi Rob, These constants haven`t been exposed to the SWIG interface, however I`m not aware of any compelling reason why not to do so. You can submit a ticket with this problem. Best regards, Tamas 2008/6/16 Rob [EMAIL PROTECTED]: Hi I'm trying to migrate from 4.8.6 to 5.0.2 and have a query

Re: [mapserver-users] Mapscript BINDING constants

2008-06-16 Thread Tamas Szekeres
, the JNI will be expecting some kind of integer value, but I have no way of knowing what that value is. 2008/6/16 Tamas Szekeres [EMAIL PROTECTED]: Hi Rob, These constants haven`t been exposed to the SWIG interface, however I`m not aware of any compelling reason why not to do so. You can submit

Re: [mapserver-users] Mapscript BINDING constants

2008-06-16 Thread Tamas Szekeres
another stupid question though? If its the mapserver.h, I'm guessing I need to recompile mapserver and mapscript in order to generate the MS_LABEL_BINDINGS in java. I've applied that patch to my code, and theres still no constant to compile my java against. MTIA Rob 2008/6/16 Tamas Szekeres

Re: [mapserver-users] Show only one POI on the map

2008-06-16 Thread Tamas Szekeres
Valerio, I don`t think if anything is preserved across the subsequent requests in the cgi mapserver so you might have to apply the substitution on each request. However I`m not sure I could catch the problem exactly, do you have mapfile/URL examples? Best regards, Tamas 2008/6/16 valerio

Re: [mapserver-users] Layer-Transform

2008-06-16 Thread Tamas Szekeres
Hi, How about using the way described in: http://mapserver.gis.umn.edu/development/rfc/ms-rfc-14 Best regards, Tamas 2008/6/16 Kenne, Bryon K. [EMAIL PROTECTED]: Hopefully a quick question: If I set Transform to False, the result is the png (or tif) graphic is drawn in the upper left,

Re: [mapserver-users] 64 bits version of MapServer

2008-06-16 Thread Tamas Szekeres
Josh, I`m planning to add x64 packages for mapserver and gdal in the osgeo4w distribution but so far I didn`t have enough space in my timeline to put it together. Maybe the summer holiday time will be a good chance to do it ;-) Till then the buildbot binaries may provide a snapshot of the

Re: [mapserver-users] Layer-Transform

2008-06-16 Thread Tamas Szekeres
] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Szekeres Sent: Monday, June 16, 2008 2:32 PM To: Kenne, Bryon K. Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Layer-Transform Hi, How about using the way described in: http://mapserver.gis.umn.edu/development/rfc/ms-rfc-14

Re: [mapserver-users] Show only one POI on the map

2008-06-17 Thread Tamas Szekeres
one POI on the map A: Tamas Szekeres [EMAIL PROTECTED] Cc: mapserver mapserver-users@lists.osgeo.org Data: Martedì 17 giugno 2008, 08:04 Hi Tomas, My demo is on my local machine for now...but I will show you part of the map file and template file. this is the layer in which i use

Re: [mapserver-users] Show only one POI on the map

2008-06-17 Thread Tamas Szekeres
nombre de valerio vianello Enviado el: martes, 17 de junio de 2008 9:38 Para: Tamas Szekeres CC: mapserver Asunto: Re: [mapserver-users] Show only one POI on the map Hi Tomas, I have found a first solution to my problem. I used the cookies to store the variable value end I update the cookie

Re: [mapserver-users] find max value in mapfile?

2008-06-17 Thread Tamas Szekeres
Mark, By using the OGR SQL syntax you can utilize various `summarization operators` like MIN and MAX for example: http://www.gdal.org/ogr/ogr_sql.html You can use -sql commandline option of ogrinfo to invoke the SQL based query. Best regards, Tamas 2008/6/17 Mark Brooks [EMAIL PROTECTED]:

Re: [mapserver-users] LABELANGLEITEM in MS 5.0 using OGR:LabelAngle for annotation layer

2008-06-18 Thread Tamas Szekeres
Hi, According to http://trac.osgeo.org/mapserver/browser/branches/branch-5-0/mapserver/MIGRATION_GUIDE.TXT You have to use in your mapfile something like: LABEL ... ANGLE [OGR:LabelAngle] END Best regards, Tamas 2008/6/18 Mike Saunt [EMAIL PROTECTED]: Hi All We're trying to get an

Re: [mapserver-users] Legend / GetLegendgraphic with truetype symbols

2008-06-20 Thread Tamas Szekeres
Michael, I`m not sure if it is related, but there`s a bug about how the legend image should be rendered for the annotations, but this hasn`t been implemented yet. http://trac.osgeo.org/mapserver/ticket/1523 Do you have further expectations how the legend should look like in this case? How your

Re: [mapserver-users] Legend / GetLegendgraphic with truetype symbols

2008-06-20 Thread Tamas Szekeres
sense for the legend... In the described case the legend would be perfect if it just could take the symbol character and size appropriate for the legend key size. Cheers, Michael 2008/6/20 Tamas Szekeres [EMAIL PROTECTED]: Michael, I`m not sure if it is related, but there`s a bug about how

Re: [mapserver-users] VRT into a symbol definition

2008-06-20 Thread Tamas Szekeres
I believe you can only specify real raster files to define pixmap symbols the VRT files can only be processed by the GDAL driver like drawing raster layers. Do you have an exact algorithm to assign mapserver symbol definitions to the mapinfo symbol specification. I wonder if the STYLEITEM AUTO

[mapserver-users] Re: [mapserver-dev] How to work Query Map(Zoom to Shape)

2008-06-27 Thread Tamas Szekeres
2008/6/27 venkat [EMAIL PROTECTED]: I got some sample code in Mapserver5.0.but is Console Application.I have modified that application.I am getting error. object not initialized Please anyone can help me how to use Query Map sample code. Could you provide more information about the

Re: [mapserver-users] Problem while using Openlayer

2008-06-30 Thread Tamas Szekeres
Are you referring to: http://developer.berlios.de/projects/openlayer ? 2008/6/30 Prasad B [EMAIL PROTECTED]: Respt sir/madam, i have developing one application in MAPSERVER using C#.NET MapScript, i want to use OpenLayer library to my MAP, So please sir can u help me for how to use

Re: [mapserver-users] memory mapObj ?

2008-07-02 Thread Tamas Szekeres
Hi, Currently only the python bindings expose msLoadMapFromString and I don't see any compelling reason why not to do so in the other languages as well. I would consider a module level static LoadMapFromString to create a map object using the string with the mapfile contents. Are you using PHP or

Re: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Tamas Szekeres
2008/7/17 Pietro Giannini [EMAIL PROTECTED]: Yes. The strange is that another application, in a non SharePoint IIS, run well with the precompiled binaries shipping in the ms4w package. A Share Point portal (this is Share Point Services 3.0) however has a more restrictive policy for the

Re: [mapserver-users] Memoryproblem

2008-08-12 Thread Tamas Szekeres
Johan, I haven't run into this problem yet. Do you able to run the getbytes console application in the /csharp directory? Is this issue deterministic or random? Do you have an example to reproduce it? Best regards, Tamas 2008/8/12 Hallgren, Johan [EMAIL PROTECTED]: Hello I have a major

Re: [MAPSERVER-USERS] Problems calculating MAXSCALES

2008-08-13 Thread Tamas Szekeres
You can refer to the msCalculateScale in mapscale.c to see how the scaledenom is calculated by mapserver: center_y = (extent.miny+extent.maxy)/2.0; md = (width-1)/(resolution*msInchesPerUnit(units, center_y)); /* remember, we use a pixel-center to pixel-center extent, hence the width-1 */

Re: [MAPSERVER-USERS] Problems calculating MAXSCALES

2008-08-13 Thread Tamas Szekeres
2008/8/13 Rob [EMAIL PROTECTED]: If I change the (width-1) to be width, then I get scale figures that correspond to what I would expect, and what the ESRI GIS Clients hitting my WMS service seems to think that the scale should be. From the dates in TRAC it certainly looks like this was

Re: [MAPSERVER-USERS] Problems calculating MAXSCALES

2008-08-13 Thread Tamas Szekeres
: 2008/8/13 Subject: Re: [MAPSERVER-USERS] Problems calculating MAXSCALES To: Tamas Szekeres [EMAIL PROTECTED] I was unable to reopen the ticket with comments - TICKET_APPEND privileges are required to perform this operation If someone else could reopen on my behalf, this is what I wrote

Re: [mapserver-users] Vector layers through mapserver

2008-08-13 Thread Tamas Szekeres
Robert, You'll probably have to use a pixmap symbol that refers to the image file to be displayed. For more information see: http://mapserver.gis.umn.edu/docs/reference/symbology/referencemanual-all-pages Best regards, Tamas 2008/8/13 Robert Hicks [EMAIL PROTECTED]: Hello all, I am trying

Re: [mapserver-users] Re: msGetLabelSize(): TrueType Font error. Requested font (sans) not found.

2008-08-18 Thread Tamas Szekeres
John, You should specify the fonts to be used by mapserver in a fontset file and add the FONTSET section in your mapfile accordingly. For more information see: http://mapserver.gis.umn.edu/docs/reference/fontset/fontset/ Best regards, Tamas 2008/8/18 John Mitchell [EMAIL PROTECTED]: Sorry

Re: [mapserver-users] Fractional line widths?

2008-08-18 Thread Tamas Szekeres
Dane, I think it's reasonable but would only be feasible for the AGG renderer though. Best regards, Tamas 2008/8/19 Dane Springmeyer [EMAIL PROTECTED]: I can see from http://mapserver.gis.umn.edu/docs/reference/mapfile/style that only integers are supported for the Style Width parameter.

Re: [mapserver-users] Fractional line widths?

2008-08-18 Thread Tamas Szekeres
OUTLINECOLOR 127 127 127 WIDTH 1 END END END END On Aug 18, 2008, at 3:53 PM, Tamas Szekeres wrote: Dane, I think it's reasonable but would only be feasible for the AGG renderer though. Best regards, Tamas 2008/8/19 Dane Springmeyer [EMAIL PROTECTED]: I can

Re: [mapserver-users] Corrupt image output

2008-08-19 Thread Tamas Szekeres
Mike, Did you experience the same problem when calling tile.php directly when rendering an individual tile? Best regards, Tamas 2008/8/19 Mike Leahy [EMAIL PROTECTED]: Hello list, I'm wondering if anyone can help me figure out a problem I'm having with corrupted output from from a tiled

Re: [mapserver-users] MapServer and .NET?

2008-08-25 Thread Tamas Szekeres
Nelson, Have you read the corresponding topic for this problem? http://mapserver.gis.umn.edu/docs/error/unabletoloaddll Best regards, Tamas 2008/8/25 Nelson Soto [EMAIL PROTECTED]: Hi Guys, I am following the tutorial on

Re: [mapserver-users] Reg:How to implement Tile-based output for Mapserver in C#.net

2008-08-26 Thread Tamas Szekeres
Venkat, I'm not totaly sure what you've mean't by 'tile-based output', however if you would generate tiles by mapserver you might want to refer to an existing project like ka-map and see how tile.php is working. It have been implemented by using mapscipt php, but you can easily transform the

Re: [mapserver-users] howto draw amount of points features of one layer depending on scale

2008-08-26 Thread Tamas Szekeres
Nils, How about using a SYMBOLSCALEDENOM setting at LAYER level? For more information see: http://mapserver.gis.umn.edu/docs/reference/mapfile/layer Best regards, Tamas 2008/8/26 Nils Zierath [EMAIL PROTECTED]: Nils Zierath schrieb: Dear list, I got a layer with gps points. On the

Re: [mapserver-users] Dynamic symbols based on attribute - how?

2008-08-30 Thread Tamas Szekeres
Steve, I'm afraid this kind of handling haven't been implemented yet. You might want to turn your icon field into a CLASSITEM attribute to achieve similar results. Best regards, Tamas 2008/8/30 Steve White [EMAIL PROTECTED]: I'm using MS4W version 2.2.7 and have an Icon field in my shp

Re: [mapserver-users] geomfromtext (POSTGIS) in C# or other language...

2008-09-18 Thread Tamas Szekeres
Paul, You could probably use the GDAL C# bindings and the Geometry.CreateFromWkt function for this purpose. For more information see the createdata.cs example in the gdal source tree. Best regards, Tamas 2008/9/18 Paul james [EMAIL PROTECTED]: Hello Guys... I´d like to add a point in a

Re: [mapserver-users] geomfromtext (POSTGIS) in C# or other language...

2008-09-18 Thread Tamas Szekeres
Thamas... Thats sounds great... But, after I used Geometry.CreateFromWkt function to convert my geometry, how can I add it to the PostGis Layer? On Thu, Sep 18, 2008 at 12:06 PM, Tamas Szekeres [EMAIL PROTECTED] wrote: Paul, You could probably use the GDAL C# bindings

Re: [mapserver-users] geomfromtext (POSTGIS) in C# or other language...

2008-09-18 Thread Tamas Szekeres
2008/9/18 Paul james [EMAIL PROTECTED]: I got a point from postgis in this format : 01010059405940 It smells like a wkt geometry representation in hexstring format. You should convert this into a binary array and then use Geometry.CreateFromWkb, something like

Re: [MAPSERVER-USERS] ms sql 2008 spatial - still problems???

2008-10-10 Thread Tamas Szekeres
Can you execute the same SQL statement in the SQL Sever 2008 Management Studio? Could you post a sample code to reproduce the problem? Best regards, Tamas 2008/10/10 BrainDrain [EMAIL PROTECTED]: With new (from ms4w 2.3) plugin: mapserv.exe draws map but in mapscript c#: Access violation

[mapserver-users] ms sql 2008 spatial: Recently fixed issues

2008-10-12 Thread Tamas Szekeres
2008/9/12 BrainDrain [EMAIL PROTECTED]: msMSSQL2008LayerGetItems(): Query error. msMSSQL2008LayerGetItems: tried to find the geometry column in the results from the database, but couldnt find it. Is it miss-capitialized? 'GEOM' This problem is fixed check out the latest version and let me

[mapserver-users] mssql2008 binary test package available to download

2008-10-13 Thread Tamas Szekeres
Hi All, For those who have problems compiling from the SVN I've uploaded my daily snapshot to this location: http://vbkto.dyndns.org:1280/tests/release-1400-20081013.zip This package should contain all of the related binaries compiled with MSVC2005. Please don't mix these dll-s with other

Re: [MAPSERVER-USERS] mssql2008 binary test package available to download

2008-10-15 Thread Tamas Szekeres
(memory corruption) on layer.getFeature when I'm trying to get quered feature attributes please note that I had extra problems (mapserv illegal operation terminating) with option 'PROCESSING CLOSE_CONNECTION=DEFER' with mssql2008 layer Tamas Szekeres wrote: Hi All, For those who have

Re: [MAPSERVER-USERS] mssql2008 binary test package available to download

2008-10-18 Thread Tamas Szekeres
access violation exception after modifying mapfile. Sql profiler says that query batch (select convert(varchar(max), STATUS),convert(varchar(max), STAGE),convert(varchar(max), id),GEOM from dbo.Construct where id = 190748) completed successfully Tamas Szekeres wrote: 2008/10/16 BrainDrain [EMAIL

Re: [MAPSERVER-USERS] mssql2008 binary test package available to download

2008-10-20 Thread Tamas Szekeres
2008/10/20 BrainDrain [EMAIL PROTECTED]: But can I ask you for one more favour. Could you compile with fastcgi support (ideally with all ms4w production release flags) or share 'your working buildkit' (this just will be great!, not only for me) because I still have problems with compiling

[mapserver-users] mapserver MSVC2005 development package available to download (was mssql2008 binary test package available to download)

2008-10-23 Thread Tamas Szekeres
(ideally with all ms4w production release flags) or share 'your working buildkit' (this just will be great!, not only for me) because I still have problems with compiling ms4w(( but I need sql2008 support feature as soon as it possible for my work. I would be very appreciate. Tamas Szekeres wrote

Re: [mapserver-users] 64 bit Windows OS

2008-10-27 Thread Tamas Szekeres
Bruce, Did you mean compiling mapserver as native Win64 binaries? MapServer can be compiled for Win64 by using MSVC2005 and defining WIN64 in nmake.opt. This configuration is included an regularly tested at the buildbot: http://buildbot.osgeo.org:8504/waterfall See (szekerest-vc80x64-full) in

Re: [mapserver-users] 64 bit Windows OS

2008-10-28 Thread Tamas Szekeres
Bruce, If you'd run your application in 32 bit mode (by using 32 bit binaries) you can consider the following options: 1. If you are using IIS6 (Windows Server 2003) you cannot run 32 bin and 64 bit applications simultaneously. You can force to execute IIS in 32 mode globally according to

Re: [mapserver-users] buffer a point and select by buffer

2008-11-26 Thread Tamas Szekeres
William, You could probably do something like: layerObj layer = map.getLayerByName(POINTLAYER); layerObj layer2 = map.getLayerByName(OTHERLAYER); layer.queryByPoint(map, point, mapscript.MS_SINGLE, 0); resultCacheObj results = layer.getResults() if (results != null

Re: [mapserver-users] How to give QueryMap functionality for a particular Layer not for whole map

2008-12-06 Thread Tamas Szekeres
Venkat, The QueryMap parameters can only be specfied at map level at the moment. Best regards, Tamas 2008/12/5 Venkat Rao Tammineni [EMAIL PROTECTED] Dear All, I want to assign QueryMap or querymapObj for particular layer in the map. Is it possible ? I am using C# .net. or

Re: [mapserver-users] How to use MINSCALEDENOM MAXSCALEDENOM with dynamic image size?

2008-12-08 Thread Tamas Szekeres
John, I guess it might be the same problem that I've already addressed in http://trac.osgeo.org/mapserver/ticket/2738 The related changes have already been applied in the development version (SVN trunk) so you can test it. Best regards, Tamas 2008/12/9 John Maurer [EMAIL PROTECTED] Dear

Re: [mapserver-users] Remove Layer based on layer Name C#

2008-12-16 Thread Tamas Szekeres
Hi, How about doing this? layer = MapFunction.Map.getLayerByName(PointLayer); MapFunction.Map.removeLayer(layer.index); Best regards, Tamas 2008/12/16 Venkat Rao Tammineni vtammin...@roulacglobal.com Dear All, I want remove layer based on Layer Name.Now I Can

Re: [mapserver-users] queryByRect throws an error

2009-01-06 Thread Tamas Szekeres
Hi, Could you provide a code/mapfile sample to reconstruct the issue? I've never experienced such a problem, I've used this function many times though. Best regards, Tamas 2009/1/6 Murty Maganti mmaga...@oriongis.com mapObj.queryByRect(…) (using C# map script) is throwing following

Re: [mapserver-users] error compilation for mapserver 5.2.1

2009-01-07 Thread Tamas Szekeres
Hi Ionut, I'm guessing the library files and the includes you're compiling against might not relate to the same version. Could you provide a diff how you alter nmake.opt when compiling mapserver? Do you use the Visual Studio Command prompt or set up the environment manually (like using

Re: [mapserver-users] queryByRect throws an error

2009-01-07 Thread Tamas Szekeres
and hence getting used for query if(!msIsLayerQueryable(lp)) continue; if(lp-status == MS_OFF) continue; Please let me know if you need more info or you need any test application. Thanks Murty *From:* Tamas Szekeres [mailto:szeker...@gmail.com] *Sent:* Tuesday, January

Re: Fw: [mapserver-users] error compilation for mapserver 5.2.1

2009-01-08 Thread Tamas Szekeres
-- *From:* Tamas Szekeres szeker...@gmail.com *To:* sandric ionut sandricio...@yahoo.com *Cc:* mapserver-users@lists.osgeo.org *Sent:* Thursday, January 8, 2009 12:42:45 AM *Subject:* Re: [mapserver-users] error compilation for mapserver 5.2.1 Hi Ionut, I'm

Re: [mapserver-users] Mapserver MS SQL Server Spacial

2009-01-09 Thread Tamas Szekeres
You can use the mssql2008 plugin on Windows platforms to access MSSQL2008 spatial, the latest fixes have been incorporated in MapServer version 5.2.1 (2008-12-01) Best regards, Tamas 2009/1/8 Donald Kerr donald.k...@dkerr.co.uk Is it possible to connect to MS SQL Server Spacial in the same

Re: [mapserver-users] Mapserver MS SQL Server Spacial

2009-01-09 Thread Tamas Szekeres
2009/1/9 Roland Klabunde roland.klabu...@freenet.de ...but it is by far not that performant, as e.g. MapDotNet is I'm sorry to say that, but that's the way it is.. Do you have some measures to compare the performance? As far as I know MapDotNet use this same driver along with MapServer

Re: [mapserver-users] Mapserver MS SQL Server Spacial

2009-01-09 Thread Tamas Szekeres
may highly outperform a layer with complex symbology for instance. Best regards, Tamas 2009/1/9 Roland Klabunde roland.klabu...@freenet.de No, not at all. It is just an impression. I was comparing MapDotNet Ux vs. MS24W. The latter is much more less performing... Tamas Szekeres schrieb

Re: [mapserver-users] MS4W and map tiles

2009-01-15 Thread Tamas Szekeres
Hi, You can use mapscript (PHP/Java/C#/Python etc.) to incorporate the MapServer functionality in your application. For more information refer to: http://www.mapserver.org/mapscript/index.html Best regards, Tamas 2009/1/15 Neil.Young neil.yo...@freenet.de Hi, I managed to connect MS42 with

Re: [mapserver-users] How to develop in Mapserver?

2009-01-15 Thread Tamas Szekeres
Hi, Do you have an example where you'd like to plug your code into the mapserver codebase, what kind of algorithm you'd like to implement? The debugging options may be specific to the platform and the compiler/debugger beilg used. For example you could compile mapserver with debug info by using

Re: [mapserver-users] Junk text field values for ArcSDE layers

2009-01-15 Thread Tamas Szekeres
Hi, As far as I know the driver doesn't do any character encodings with the values retieved from the database, according to your default database setting you may try to convert those strings manually. For example if your database has the 1252 codepage by default, the character conversion may look

Re: [mapserver-users] dynamically added shapes and their values

2009-01-21 Thread Tamas Szekeres
Steve, I think however it would be quite an easy to suppress the whichitems functionality for the inline layers and expose msLayerSetItems to the SWIG interface so as to achieve the desired effect. Best regards, Tamas 2009/1/21 Steve Lime steve.l...@dnr.state.mn.us PG: At this point

Re: [mapserver-users] dynamically added shapes and their values

2009-01-22 Thread Tamas Szekeres
2009/1/22 Steve Lime steve.l...@dnr.state.mn.us Could consider for 5.4 I guess. The layer iteminfo would need to be populated somehow for inline layers then. Tamas, something you want to take on? I'll have a shot at it. Tamas ___ mapserver-users

Re: [mapserver-users] c# mapscript: a strange behavior with ovf inline connection

2009-01-23 Thread Tamas Szekeres
Pietro, I doubt it it's a C# specific issue. Actually mapserver use MS_MAXPATHLEN=1024 as the upper limit of the length of the file pathes. In this case it seems something like SHAPEPATH is already definied in your mapfile which is concatenated with the connection string by the mapserver ogr

Re: [mapserver-users] RE: is there such a thing as a pixel/screen projection?

2009-01-24 Thread Tamas Szekeres
2009/1/24 Arthur Clifford a...@artspad.net So, where do I go to submit feature requests? Hi Arthur, You could file a ticket with the feature requests here: http://trac.osgeo.org/mapserver/newticket I would also support having those functions implemented in the mapserver core. Currently

Re: [mapserver-users] Number of users are connected

2009-01-27 Thread Tamas Szekeres
Hi, IIS on Windows XP is limited to 10 concurrent users, however you shouldn't find such problems with a Windows Server OS. Best regards, Tamas 2009/1/27 Venkat Rao Tammineni vtammin...@roulacglobal.com Dear All, I have developed web application using C# asp.net and

Re: [mapserver-users] Number of users are connected

2009-01-28 Thread Tamas Szekeres
); pgSqlConnection.Open(); return pgSqlConnection; } I don't know where I am doing wrong ?Please guide me . I am waiting for your great response. Thanks, Venkat *From:* Tamas Szekeres [mailto:szeker...@gmail.com] *Sent:* Tuesday, January 27, 2009 8:12 PM

Re: [mapserver-users] GDAL_WMS xml inline

2009-01-29 Thread Tamas Szekeres
Frank, It looks like the GDAL WMS driver does accept the XML strings directly, however we may run into a limitation in the maximum length (1024) in the MapServer GDAL driver since the connection string is handled as if it was a filename in every case. Best regards, Tamas 2009/1/29 Frank

[mapserver-users] Support for rendering INLINE layers with layer attributes (items)

2009-01-30 Thread Tamas Szekeres
Folks, I've prepared a patch to implement a support for using the attributes of the inline features when rendering the layer (eg. for supporting LABELITEM and CLASSITEM or attribute bindings) The item names have to be specified by using a PROCESSING parameter as follows: LAYER NAME INLINE

Re: [mapserver-users] create mapObj without map file

2009-02-01 Thread Tamas Szekeres
Hi Ionut, You could create a map object without having to load a mapfile something like this: mapObj map = new mapObj(null); map.name = testmap; map.extent = new rectObj(313448.426748,7345979.999602,360571.684951,7413999.938403,0); map..units = MS_UNITS.MS_METERS; map.height = 400; map.width =

Re: [mapserver-users] OpenLayers and Mapscript C#

2009-02-01 Thread Tamas Szekeres
Hi, This question is more about an OpenLayers than a mapserver issue. I suspect OpenLayers can rely on commonly used mapping interfaces like MapServer CGI / WMS / KaMap and you should implement one of those interface specifications in your MapScript C# application to be able to interact. Best

Re: [mapserver-users] Win64 Java Mapscript?

2009-02-04 Thread Tamas Szekeres
Hi Kirk, As far as I remember MapScript java did compile for x64 on the buildbot machine however the make test target have segfaulted and that's why I haven't added those steps to the build process. I could anyway provide the binaries (if it still compiles) in case if you feel enough power to

Re: [mapserver-users] c# or php?

2009-02-06 Thread Tamas Szekeres
Michele, It is possible to compile mapserver with many of the dependencies (but not all) for x64 and I have a couple of code could run on WS2003 x64 in ASP.NETenvironment. But using this option might be surprising definitely, since only a few feedback we got about the possible issues in a real

Re: [mapserver-users] Encoding issues

2009-02-06 Thread Tamas Szekeres
Studio, keeping all unmanaged dlls from binaries from ms4w. I just want to give a try using MarshalAsAttribute. Thanks Murty *From:* Tamas Szekeres [mailto:szeker...@gmail.com] *Sent:* Friday, February 06, 2009 3:02 PM *To:* Murty Maganti *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re

Re: [mapserver-users] Encoding issues

2009-02-06 Thread Tamas Szekeres
-boun...@lists.osgeo.org] *On Behalf Of *Tamas Szekeres *Sent:* Friday, February 06, 2009 4:12 PM *To:* Murty Maganti *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] Encoding issues Please send me your example so that I could examine what's going on. Best regards

Re: [mapserver-users] help on SQL Server 2008 + C# map script

2009-02-17 Thread Tamas Szekeres
I guess it's due to a problem in the mssql driver which doesn't properly handle the null value condition. Please file a ticket about this issue and I'll look into the details shortly. Best regards, Tamas 2009/2/17 Murty Maganti mmaga...@oriongis.com Hi After firing queryByShape() on

Re: [mapserver-users] Problem with loading map file using C# map script

2009-02-17 Thread Tamas Szekeres
Hmmm. I haven't found such an issue before. If you could post an example that would be helpful to reproduce this. Best regards, Tamas 2009/2/18 Murty Maganti mmaga...@oriongis.com Hi I have a issue loading a map file through map script and need help. I have two map info (tab) files

Re: [mapserver-users] Problem with loading map file using C# map script

2009-02-18 Thread Tamas Szekeres
*From:* Tamas Szekeres [mailto:szeker...@gmail.com] *Sent:* Tuesday, February 17, 2009 6:33 PM *To:* Murty Maganti *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] Problem with loading map file using C# map script Hmmm. I haven't found such an issue before

Re: [mapserver-users] Problem with loading map file using C# map script

2009-02-18 Thread Tamas Szekeres
Murty Maganti mmaga...@oriongis.com Hi I have posted the test application. But the email is waiting for approval of moderator (as the attachment size is 75 KB and I think allowed is only 40 KB). Thanks Murty *From:* Tamas Szekeres [mailto:szeker...@gmail.com] *Sent:* Tuesday

Re: [mapserver-users] C# map script question

2009-02-19 Thread Tamas Szekeres
Those functions haven't been exposed to the MapScript interface yet. Best regards, Tamas 2009/2/19 Murty Maganti mmaga...@oriongis.com Hi I want to encrypt the passwords in map file. I know there is a tool available under installation folder but I want to encrypt through my

Re: [mapserver-users] Hatch symbol not properly saved

2009-02-19 Thread Tamas Szekeres
Berend, It doesn't seem to be implemented in the code. You might want to file a ticket so as to stay with this end in view. Best regards, Tamas 2009/2/19 Berend Veldkamp b.veldk...@zonnet.nl Hi, I'm using CSharp mapscript to define some symbols, for instance a hatch: symbolObj result

[mapserver-users] MapServer and GDAL build SDKs available

2009-02-22 Thread Tamas Szekeres
Folks, I've uploaded my latest SDK packages which provide a quick solution to make consistent debug or release builds with various compiler versions and architectures. The Windows builders of the GDAL buildbot have already been relying on these packages for quite a long time (until the buildbot

[mapserver-users] MapServer and GDAL daily build Windows binaries available

2009-02-25 Thread Tamas Szekeres
Hi All, I've set up a build server providing daily snapshot builds for various compilers/architectures and created a root page containing the links to the results (along with the build SDKs have been used for the builds) http://vbkto.dyndns.org:1280/sdk/index.html You can simply download and

Re: [mapserver-users] JAVA Mapscript LayerObj issues

2009-03-04 Thread Tamas Szekeres
Hi, There should be a layerObj.addFeature( shapeObjhttp://mapserver.org/mapscript/mapscript.html#shapeobjshape ) to accomplish this task. Best regards, Tamas 2009/3/4 julien julien.tro...@ifremer.fr Hi, I am using the latest mapscript version 5.4.0beta2 for JAVA to build on-demand

Re: [mapserver-users] Encoding issues

2009-03-04 Thread Tamas Szekeres
. Appreciate if you see any solution for this and let me know. Thanks Murty *From:* Tamas Szekeres [mailto:szeker...@gmail.com] *Sent:* Friday, February 06, 2009 6:59 PM *To:* Murty Maganti *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] Encoding issues

Re: [mapserver-users] Vista + map script question

2009-03-05 Thread Tamas Szekeres
Where did you obtain the binaries? You could also grab any of my latest builds available at: http://vbkto.dyndns.org:1280/sdk/index.html Best regards, Tamas 2009/3/5 Murty Maganti mmaga...@oriongis.com Hi Running my (desktop) application on some of the Vista or windows 2008

Re: [mapserver-users] Vista + map script question

2009-03-05 Thread Tamas Szekeres
2009/3/6 Murty Maganti mmaga...@oriongis.com Just a quick one. How can I compile only the mapscript_csharp assembly. Is there any VS project file available. Hi, Just download the most sufficient -dev package ( http://vbkto.dyndns.org:1280/sdk/index.html) for your compiler version and issue:

Re: [mapserver-users] confused about using zoomRectangle

2009-03-06 Thread Tamas Szekeres
Hi, I guess you've run into the problem reported in http://trac.osgeo.org/mapserver/ticket/1988 http://trac.osgeo.org/mapserver/ticket/1817 and some other related tickets. I'm not sure why this issue haven't been addressed yet, seem you have to swap the miny and maxy values in the rectangle

  1   2   3   4   >