Re: [mapserver-users] Mapserver performance on apache - heavy load systems

2011-12-12 Thread Peter Maes
Hi Steve, Thanks for your reply. However, most of my datasources are vector data. I've created a spatial index on the shapefiles, but with 4 000 000 features it still takes a long time to load everything. Should I increase ram, or cpu? or Both? the machines have 8 GB ram atm. I'm not sure what

Re: [mapserver-users] GAP problem on MapServer 6.0.1

2011-12-12 Thread Havard Tveite
I have been able to reproduce this problem with trunk. It seems to occur for gap lengths that are longer than the length of the line. In that case, the arrows are rendered for each line segment from the middle of the line to the end of the line. Slightly different behaviour for 6.0 and trunk.

Re: [mapserver-users] Mapserver performance on apache - heavy load systems

2011-12-12 Thread Rahkonen Jukka
Hi, Absolutely do not increase RAM, CPU or anything on that line. Instead, install all your data on a small slow laptop and make the system fast on that. - Analyze your situaltion and think what you want to give for your customers - Optimise the data for that purpose - Final step is to acquire

RE: [mapserver-users] GEOMTRANSFORM LABELPNT example

2011-12-12 Thread Lime, Steve D (DNR)
Could someone post a summary of where this discussion is at? It's hard to tell given the length of the thread... Steve -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Brent Fraser Sent: Sunday, December 11,

RE: [mapserver-users] mimic geonames.org JSON server

2011-12-12 Thread Lime, Steve D (DNR)
1) Use mode=itemnquery and a regex search, something like qstring=/^value/. You’ll need to account for this in your validation string. 2) There is an outstanding bug regarding trimlast (see http://trac.osgeo.org/mapserver/ticket/4063) but I’m starting to think it’s a problem with

Re: [mapserver-users] GEOMTRANSFORM LABELPNT example

2011-12-12 Thread Jeff McKenna
Updates: - I have checked-in a documentation change for LABELPNT (using Thomas' clear wording for this): http://www.mapserver.org/mapfile/label.html?highlight=labelpnt - I have verified with trunk (6.1-dev) on Windows that Brent's report of using LABELCACHE OFF with GEOMTRANSFORM LABELPNT

[mapserver-users] small mapserver admin tool errors

2011-12-12 Thread kaaos
Hi. Im writing a small admin tool for MapServer for own use in PHP with MapScript. I'm building a mapfile object with ms_newMapObj() and then throwing elements into database, forms, etc. I've got this problem that when a mapfile has errors (pure simple like 'IMAGETYPE pnhgg' instead

RE: [mapserver-users] GEOMTRANSFORM LABELPNT example

2011-12-12 Thread Ian Walberg
Here is an image and the map file we are using ms4w 3.0.3. We thought the larger grey circle should be drawn in the center of the label text. What have we done wrong? Thanks Ian LAYER DEBUG 5 NAME Test TYPE

AW: [mapserver-users] small mapserver admin tool errors

2011-12-12 Thread Eichner, Andreas - SID-NLKM
Use try+catch: http://www.php.net/manual/en/language.exceptions.php -Ursprüngliche Nachricht- Von: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Im Auftrag von kaaos Gesendet: Montag, 12. Dezember 2011 22:30 An: