Re: [mapserver-users] MapServer performance question - slow on different machine

2013-07-25 Thread andy
systems? Same test on the same data? Or different tests with different data? On linux I'd watch vmstat to see how the cpu/memory/disk was acting during the test. Anything you can watch on dev and live box to see if it acts different?

Re: [mapserver-users] mapserv ERROR glibc detected

2013-07-25 Thread andy
to cause much problems so I ignored it. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapServer performance question - slow on different machine

2013-07-25 Thread andy
On 7/25/2013 1:56 PM, andy wrote: On 7/24/2013 10:59 AM, Mark Volz wrote: Hello, ·The machine is using a 6.8 out of the available 8GB of RAM oI think we need more RAM on the system, however I am curious as to why the MapServer 5 application ran fast, while MapServer 6 is slow. Could IIS

Re: [mapserver-users] help

2013-07-26 Thread andy
hp index.html 2) enter the full url in your browser: http://localhost/pmapper/index.php -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] R: Re: help

2013-07-26 Thread andy
httpd.apache.org/docs/2.2/mod/mod_dir.html You have two options: 1) edit apache config: DirectoryIndex index.php index.html 2) enter the full url in your browser: http://localhost/pmapper/index.php -Andy ___ mapserver-users mailing list

Re: [mapserver-users] Best way to do a batch reprojection (on windows)

2013-08-07 Thread andy
x27;ish is about the most I've done. Also, if you use the map catalog thing, it'll use less memory, and might be quicker. (File -> create new map catalog). The catalog will let it selective load chunks of data when its needed.

Re: [mapserver-users] securing mapserver layers

2013-08-08 Thread andy
Specialist How'd you feel about switching to perl/php and using mapscript? PS: how'd your slow live box/dev box problem go? get that fixed up? -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailma

Re: [mapserver-users] The Case of the Disappearing Roads

2013-08-09 Thread andy
ata is invalid. Try something like: select count(*) from roads where not ST_IsValid(the_geom); You should get zero. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] overlaysymbol depreciated?

2013-08-28 Thread andy
END END Which works. But OverlaySymbol and friends don't seem to be documented. Did they go away at some point? What should I be using instead? Thanks, -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.o

Re: [mapserver-users] overlaysymbol depreciated?

2013-08-28 Thread andy
STYLE SYMBOL 0 COLOR 0 0 0 SIZE 1 END STYLE SYMBOL 'railway' COLOR 0 0 0 SIZE 7 GAP -25 END END Yes? -Andy On 8/28/2013 9:25 AM, thomas bonfort wrote: They'

Re: [mapserver-users] MapServer 6.4 Released

2013-09-17 Thread andy
On 9/17/2013 2:05 PM, thomas bonfort wrote: On Tue, Sep 17, 2013 at 8:48 PM, andy wrote: cmake -DCMAKE_PREFIX_PATH="/usr/local/pg93 have you tried with cmake -DCMAKE_PREFIX_PATH=/usr/local/pg93 ? Nope, that one I missed. But that one makes it work. pg_config is in my path, do

Re: [mapserver-users] MapServer 6.4 Released

2013-09-17 Thread andy
On 9/17/2013 2:11 PM, thomas bonfort wrote: nope, it just searches for libpq-fe.h and libpq.so, c.f. https://github.com/mapserver/mapserver/blob/master/cmake/FindPostgreSQL.cmake On Tue, Sep 17, 2013 at 9:07 PM, andy wrote: On 9/17/2013 2:05 PM, thomas bonfort wrote: On Tue, Sep 17, 2013

Re: [mapserver-users] MapServer 6.4 Released

2013-09-17 Thread andy
ost recent call first): CMakeLists.txt:480 (report_optional_not_found) What is the POSTGIS install directory? The bin folder? The Lib? Contrib? Extension? I tried: cmake -DCMAKE_PREFIX_PATH="/usr/local/pg93/bin/" .. Plus some others, but nothing seems to

Re: [mapserver-users] MapServer 6.4 Released

2013-09-17 Thread andy
quot; -- Installing: /tmp/map/lib/libmapserver.so.6.4.0 -- Installing: /tmp/map/lib/libmapserver.so.1 -- Installing: /tmp/map/lib/libmapserver.so -- Set runtime path of "/tmp/map/lib/libmapserver.so.6.4.0" to "/tmp/map/lib:/usr/local/pg93/lib:/usr/local/lib" -- Installing: /us

Re: [mapserver-users] MapServer 6.4 Released

2013-09-17 Thread andy
On 9/17/2013 2:28 PM, thomas bonfort wrote: patches/pull-requests welcome ;) Ok, this seems to work for me. -Andy # - Find PostgreSQL # Find the PostgreSQL includes and client library # This module defines # POSTGRESQL_INCLUDE_DIR, where to find POSTGRESQL.h # POSTGRESQL_LIBRARY, the

Re: [mapserver-users] MapServer 6.4 Released

2013-09-17 Thread andy
On 9/17/2013 3:15 PM, andy wrote: On 9/17/2013 9:09 AM, thomas bonfort wrote: The MapServer team is pleased to announce the release of MapServer 6.4, along with the joint release of MapCache 1.2. Details of the new features, migration instructions, and download links can be found on the

Re: [mapserver-users] MapServer 6.4 Released

2013-09-24 Thread andy
How'd you handle this? -Andy On 9/24/2013 4:51 AM, thomas bonfort wrote: Disclaimer: I might have no idea of what I'm talking about given I'm no mapscript or perl user or expert. I'm a bit weary of applying this one. We'll install to the directory required by the

Re: [mapserver-users] MapServer 6.4 Released

2013-09-24 Thread andy
er. I'll play around and see if I can do the same thing. Thanks for the help. -Andy On 9/24/2013 10:14 AM, Alan Boudreault wrote: Andy, Effectively, debian maintainers have made a patch for the install directory (perl and ruby). Here's the perl patch: http://anonscm.debia

[mapserver-users] mapscript perl fastcgi

2009-07-01 Thread andy
$errObj->{message}:$errObj->{routine} \n"; $errObj = $errObj->next(); } } Any help would be appreciated. Thanks, -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] duplicate labels

2009-07-17 Thread andy
Lars Lingner wrote: Andy Colson schrieb: [...] The help says layer.sizeUnits "Sets the unit of CLASS object SIZE", does that include label font size? it sets the unit of the object size, not the size itself. The font size is controlled by the SIZE parameter (LABEL object) Then w

Re: [mapserver-users] Error running ./configure on a Linux machine

2009-07-17 Thread andy
some carriage returns or something? Got extra spaces/tabs after the \ ? like: --with-libiconv=/usr\{tab} -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Error running ./configure on a Linux machine

2009-07-20 Thread andy
Michalis Avraam wrote: Andy, It was edited on Linux and I have tried to make sure it had no white space after the \ Michalis On Fri, Jul 17, 2009 at 6:07 PM, andy <mailto:a...@squeakycode.net>> wrote: Michalis Avraam wrote: Hello all. I have tried t

Re: [mapserver-users] Set value_list precision in raster query template

2017-02-03 Thread andy
On 2 February 2017 at 23:53, Lime, Steve D (MNIT) wrote: > [item name="value_0" precision="2"],[item name="value_1" > precision="2"],[item name="value_2" precision="2"] > WOW! It works, thank you great Steve ___ Andrea Borruso website: http://blog.spaziogis.it 38° 7' 48" N,

[mapserver-users] mapserv cli and run-time substitution

2022-02-05 Thread andy
Hi, I have this map file [1] in which I use this simple class expression "EXPRESSION ([year] < 1976)". Starting from it, I'm able to create the png output I want, running: mapserv -nh "QUERY_STRING=map=data.map&mode=map" >out.png But if I replace the hard coded year value with '%year%', and then

Re: [mapserver-users] mapserv cli and run-time substitution

2022-02-05 Thread andy
Hi Steve, and thank you. It seems right also to me. Moreover there is a related paragraph in the documentation: https://mapserver.org/el/mapfile/validation.html#test-with-commandline I want to add that I'm using MapServer version 7.6.2 -- ___ Andrea Borruso website: https://me

Re: [mapserver-users] mapserv cli and run-time substitution

2022-02-05 Thread andy
In this compressed file the files I'm using: https://github.com/aborruso/blackboard/blob/gh-pages/trash/processing.7z -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326 ___ "cercare e saper riconoscere chi e cosa,

Re: [mapserver-users] mapserv cli and run-time substitution

2022-02-06 Thread andy
Hi Seth, On Sun, 6 Feb 2022 at 09:35, Seth G wrote: > Shouldn't the variable be wrapped in percentage signs? > > EXPRESSION (%year% < 1976) > my goal is another one. My hardcorded expression is "EXPRESSION ([year] < 1976)". I want to use run-time substitution to use "EXPRESSION ([year] < '%ye

Re: [mapserver-users] mapserv cli and run-time substitution

2022-02-06 Thread andy
Hi Seth, and thank you. On Sun, 6 Feb 2022 at 10:08, Seth G wrote: > > Maybe the value is being treated as a string, so you could test if the > following worked (equals rather than less than): > > EXPRESSION ("[year]" = "%year%") > This works, but there are some points that seem strange to me:

Re: [mapserver-users] mapserv cli and run-time substitution

2022-02-06 Thread andy
On Sun, 6 Feb 2022 at 15:21, Steve Lime wrote: > This should be the way to do it. No quotes around %year% in either > expression. > Yes, it works thank you Seth and Steve!! -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326 _

[mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
wrong? Thanks for your time, -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
On 2/13/2013 1:19 PM, Umberto Nicoletti wrote: Did you run make install in the MapServer top level directory? Umberto On Feb 13, 2013 7:52 PM, "Andy Colson" mailto:a...@squeakycode.net>> wrote: Hi all, I'm having problems updating to 6.2.0. I can get perl map

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
/auto/mapscript/mapscript.so doesn't show it using libmapserver. -Andy On 2/13/2013 1:30 PM, Umberto Nicoletti wrote: As of 6.2 mapscript is built as a shared lib and depends on mapserver which therefore must have been installed before. Umberto On Feb 13, 2013 8:27 PM, "Andy Colson

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
install it first. Thanks for the help, though. It works now. -Andy On 2/13/2013 2:03 PM, Andy Colson wrote: I was not doing a toplevel make install, so it didnt copy libmapserver-6.2.0.so. But, even after fixing my script, and installing: usr/local/lib64/perl5/auto/mapscript/mapscript.

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-13 Thread Andy Colson
Yep, exactly what I hit. And if there is a patch for it, I'll just wait on my packaging. Awesome! Thanks -Andy On 2/13/2013 2:25 PM, Umberto Nicoletti wrote: Perhaps then you've hit this issue: https://github.com/mapserver/mapserver/issues/4528 Let me know and I'll make

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Andy Colson
On 2/14/2013 8:09 AM, Umberto Nicoletti wrote: It's in the 6.2 branch, please review it: https://github.com/mapserver/mapserver/commit/a4ac07d8da7d81f42090890a7e359bdc1f277dbf Umberto Mmm.. No, that didnt seem to work. andy@mapper:/pub/apps/mapserver$ git branch * branch-6-2 m

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Andy Colson
You mean make clean and then start over? or a make clean at some strategic point? Assuming make clean and start over: andy@mapper:/pub/apps/mapserver$ git status # On branch branch-6-2 nothing to commit (working directory clean) then configure and make worked ok, but in mapscript/perl I got

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Andy Colson
Ok, got it. inside mapscript/perl, make clean didnt remove mapscript_wrap.c. I manually removed it, then make clean'ed everywhere. Then started over, and it compiled clean. On to testing... -Andy On 2/14/2013 9:19 AM, Umberto Nicoletti wrote: make clean fixed it for me Um

Re: [mapserver-users] mapserver 6.2.0 perl mapscript

2013-02-14 Thread Andy Colson
It works! My package build script ran as-is, the libs link ok, and my maps serve correctly from apache. Thank you much. -Andy On 2/14/2013 9:43 AM, Andy Colson wrote: Ok, got it. inside mapscript/perl, make clean didnt remove mapscript_wrap.c. I manually removed it, then make clean&#x

Re: [mapserver-users] Access network share drive for data in mapfile throwing error

2013-03-07 Thread Andy Colson
END END Thanks in advance, Sowmya. The error: Unable to access file. (\DISKSTATION1\.. Is missing a slash on front. Maybe in your mapfile, try three slashes up front: >DATA "\\\DISKSTATION1\data... -Andy

Re: [mapserver-users] mapserver is slow on production machine

2013-11-07 Thread Andy Colson
press, reproject, whatever else it does, and ship off. If you can pin it down to a specific layer, you could turn on the debug logging which includes timing. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/ma

[mapserver-users] mapserver debug raster overview size

2013-12-22 Thread Andy Colson
d I see it scanned through the overview's, but did it use any of them? Which did it choose? Any hints? Thanks for your time, -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] FastCGI with multiple map files

2014-01-03 Thread Andy Colson
this is pretty far down on the list of things to optimize. (Well, thats my opinion. I've never actually timed it) -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapServer 6.4 Released

2014-01-04 Thread Andy Colson
On 17 September 2013 22:55, andy wrote: I start with: cmake -DCMAKE_INSTALL_PREFIX=/tmp/map -DWITH_PERL=1 .. it runs ok, and displays: -- Will install files to /tmp/map -- Configuring done -- Generating done then I run make, which compiles fine. But "make install" has a pr

Re: [mapserver-users] custom programming with Mapserver's python or java or C# (OR perl) mapscript

2014-01-06 Thread Andy Colson
I striped out a bunch to try and make it more readable. On click of another parcel it sends an info url, which does almost the exact same thing to move the highlight. Also, you can see I'm doing queries to PostGIS and not using mapserver's query's. Hopefully this'll get you a start, although not exactly what you are looking for. I'm happy to answer questions. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Raster Data

2014-03-12 Thread Andy Colson
than 4 gig. (gdaladdo does support --config BIGTIFF_OVERVIEW YES, but I've had problems with it) -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Beginning MapServer User needs help

2014-04-24 Thread Andy Colson
isplayed in the error.log -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapServer Errors in APACHE logs.

2014-04-29 Thread Andy Colson
doesn't have access to the Apache log system. OCICBW > I'm pretty sure you can write to stderr in cgi and apache will dump it to the error log. http://httpd.apache.org/docs/current/logs.html search for stderr -Andy ___ mapserver-users mai

Re: [mapserver-users] MapServer Errors in APACHE logs.

2014-04-29 Thread Andy Colson
some errors and see how it shows up in the error log. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Bulk creation of mapfile

2014-08-14 Thread Andy Colson
usands of layers? Do users ever even look at them all? If a person cannot look at them all what do you use them for? -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-03 Thread Andy Colson
to do here. thanks for any hints on this, Gery You need the Apache Portable Runtime library. Its a generic lib, not the webserver. This gives an overview of all the area's it covers: http://apr.apache.org/docs/apr/1.4/modules.html -Andy ___

Re: [mapserver-users] mapcache compile issue on cygwin posted on stackoverflow

2015-01-06 Thread Andy Colson
version maybe? The mapcache page doesnt say anything about cygwin. They say it compiles with visual studio though. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-10 Thread Andy Colson
e of your headers has the same name as one of theirs and your's is being included instead of the apr one. Maybe old copies of apr headers lying around? Does cygwin apr even support threads? Maybe a quick test.c that includes apr and tries to use apr_thread_t mig

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-10 Thread Andy Colson
) thread-sample.c and ./a.out ran fine. (I'm on slackware linux though. I don't have a windows box handy) -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] double check - recommended way to optimize air photos for speed in MapServer while maintaining a decent quality and file size.

2015-02-10 Thread Andy Colson
level), the ecw and tiff perform about the same. When zoomed all the way out (entire county), once I added 2048 and 4096 to my gdaladdo, the tiff was almost a second faster than ecw. If there are newer/better methods I'd be interested in them too. -Andy _

Re: [mapserver-users] static versus shared obj memory use

2015-05-15 Thread Andy Colson
thers will share the code pages, but get their own data pages. So no, you probably are not using more memory using static build. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] static versus shared obj memory use

2015-05-15 Thread Andy Colson
s will all share the same code page in ram. However ogrinfo, ogr2ogr, etc wont be able to share with mapserv. -Andy On 5/15/2015 4:34 PM, Richard Greenwood wrote: Thanks for the reply Andy. I had Googled a bit and found this stackoverflow <http://stackoverflow.com/questions/2649334/differen

Re: [mapserver-users] static versus shared obj memory use

2015-05-15 Thread Andy Colson
Here is another stackoverflow: http://stackoverflow.com/questions/2032779/will-multiple-instances-of-an-executable-built-with-static-libraries-share-any mapserv can only share with itself. Think of it as one file on disk equals one copy in ram. -Andy On 5/15/2015 4:34 PM, Richard

Re: [mapserver-users] stretching imagery in MapServer

2015-05-27 Thread Andy Colson
uppose you could share some processing/hardware/setup secrets? Thanks -Andy On 5/26/2015 2:07 PM, Mark Volz wrote: Jukka, (and others) Thank you for your reply. I think I figured out how lut works. If you don’t mind please check and make sure I have this correct: I can use ArcGIS to

Re: [mapserver-users] Improving Mapserver speed for air photo services

2015-05-31 Thread Andy Colson
Thanks Mark. Mind if I ask a few more questions? 1) Have you found jpeg encoded tif to be a fast vs mrsid/ecw? Does it even matter once you put the Mapcache in front? 2) How much drive space does your cache take compared to your imagery? Thanks again, -Andy PS: sorry if this double posts

Re: [mapserver-users] formatting query and identify results

2010-09-03 Thread Andy Colson
would not count as "modify the existing pin". -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] formatting query and identify results

2010-09-03 Thread Andy Colson
would not count as "modify the existing pin". -Andy On 9/3/2010 9:08 AM, Mark Volz wrote: > Andy, > > Thank you for your reply. > > I could add a new column to the data to create a new mask so that the > application will work. However, once I am complete with the

Re: [mapserver-users] mapserver stopped working - help needed

2010-11-10 Thread Andy Colson
aven't been any changes in the server. Does anybody have any idea what might have gone wrong? Thank you, Nelson Guda Can you check the Apache error log? More info about the problem should be in there, -Andy ___ mapserver-users mailing list maps

Re: [mapserver-users] Auto- classify by attribute value

2010-11-18 Thread Andy Colson
EXPRESSION "0_0_0" STYLE COLOR 25 255 255 OUTLINECOLOR 0 0 0 END END can I generate an automatic classification for all the 259 other classes? Thanks. Simone -- Yes. With a little perl. I do the same thing with my land survey laye

Re: [mapserver-users] get the closest feature in a point query

2010-12-09 Thread Andy Colson
elect roads, distance(the_geom, GeomFromText(point, -1)) as distance from cadastralLine, ST_Buffer(GeomFromText(point, -1), 100) as g where the_geom && g and roads is not null order by distance limit 1 point here is a text variable, like: POINT(

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
lX11 -lc -lz -lfreetype -lz ' FTGL_ENABLED='-DUSE_FTGL ' FTGL_INC='-I/usr/include/FTGL/' FTGL_LIB='-L/usr/lib64 -lftgl' -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
On 3/10/2011 10:17 AM, Daniel Morissette wrote: On 11-03-10 10:08 AM, Andy Colson wrote: Having a problem compiling opengl support. Without opengl it compiles fine. Looks like its looking in /usr/lib, not /usr/lib64. I have created ticket http://trac.osgeo.org/mapserver/ticket/3724 for this

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
S_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL) from system libs. So what do I use? I'd also like to try the new opengl stuff.. is there new docs for: http://mapserver.org/mapfile/outputformat.html -Andy ___ maps

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
55 255 255 OUTLINECOLOR 0 61 245 BUFFER 3 ANGLE [txt_angle] POSITION cc PARTIALS false END I get error: ERROR: 4:Parsing error near (txt_angle):(line 164):getSymbol() (the line number is correct... that's ve

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
still get an error but with no errorObj descriptions I have no idea whats wrong) Oh, and shp2img works ok. -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
On 3/10/2011 1:03 PM, Andy Colson wrote: On 3/9/2011 8:47 PM, Daniel Morissette wrote: The MapServer Team is pleased to announce the release of MapServer 6.0.0-beta1. This is the first beta on our way to a final 6.0 release. I cannot get perl mapscript to work. my code: $x = $map

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
ile just a bit (commented out the ANGLE and label backgroundcolor), but all the layers are still there. This could be related to that fact that you should enable ows request (http://mapserver.org/development/rfc/ms-rfc-67.html) "ows_enable_request" "*"

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
27;GD/...' -Steve W On 3/10/2011 3:32 PM, Yewondwossen Assefa wrote: > GD is still there . It is still there and does 8bit png and gif. > Well, then I think somethings wrong. I cannot get GD to work at all, and I cannot get it to use anything else: andy@mapper:/pub/

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
-Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Andy Colson Sent: Thursday, March 10, 2011 11:39 AM To: Daniel Morissette Cc: mapserver-users Subject: Re: [mapserver-users] MapServer 6.0.0-beta1 release

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
On 3/10/2011 4:39 PM, Andy Colson wrote: On 10/03/2011 3:54 PM, Stephen Woodbridge wrote: A couple of points on this, MS6.0 no longer has a GD driver? is this correct? if so, then: a. need to add to migration guide b. need to indicate appropriate GD to AGG OUTPUTFORMAT conversions c. mapfile

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=GEOS INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE I dont need special video card and/or drivers, do I? And I'm not running X. Dont need to, do I? -Andy ___ mapserver-users mailing

Re: [mapserver-users] MapServer 6.0.0-beta1 release - Please test!

2011-03-10 Thread Andy Colson
On 03/10/2011 07:16 PM, Andy Colson wrote: On 03/09/2011 08:47 PM, Daniel Morissette wrote: The MapServer Team is pleased to announce the release of MapServer 6.0.0-beta1. This is the first beta on our way to a final 6.0 release. I cannot seem to get opengl to work. a stacktrace of shp2img

Re: [mapserver-users] MapServer 6 beta, opengl, linux

2011-03-11 Thread Andy Colson
On 03/11/2011 05:20 AM, thomas bonfort wrote: Andy, yes a (beefy) video card is needed or at least wanted, as you want to offset the calculations to the GPU. If one isn't present, you're going to fall back to a software opengl implementation which will be orders of magnitude slower tha

Re: [mapserver-users] Problems getting started with POSTGIS

2011-03-18 Thread Andy Colson
" ... LAYER DEBUG 4 ... END -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Production mapserver

2011-03-21 Thread Andy Colson
ost me around $400 to build. I get 100K hits a day (about 2 requests a second), and the box sits 75% idle. I have about 350 gig of arial imagery, and 25 gig of shapefiles in PostGIS. It's run on apache/mapscript/mod_perl. -Andy ___ mapserver-users ma

Re: [mapserver-users] Production mapserver

2011-03-21 Thread Andy Colson
On 3/21/2011 12:33 PM, thomas bonfort wrote: On Mon, Mar 21, 2011 at 18:28, Andy Colson wrote: Cant answer anything about Ubuntu, never used it, run Slackware myself. I prefer to build mapserver from source. I'm also using mapscript (with perl), so I build that as well. compiling

[mapserver-users] Problems with Query Template (Chameleon)

2011-04-08 Thread Andy Hird
uery functionality that would be very helpful too. Thanks in advance Andy The information contained in or attached to this message is the responsibility of the sender and is meant for the confidential use of the inte

[mapserver-users] RE: Problems with Query Template (Chameleon)

2011-04-12 Thread Andy Hird
t would call query functionality that would be very helpful too.” If it’s easier for someone to advise on that it would be appreciated. Thanks Andy From: Lime, Steve D (DNR) [mailto:steve.l...@state.mn.us] Sent: 11 April 2011 22:49 To: Andy Hird; mapserver-users@lists.osgeo.org Su

Re: [mapserver-users] Efficiency - Postgres/gis view or Mapserver data definition join

2011-04-28 Thread Andy Colson
x27;s is if you want to hide some of the complexity of all the joins. It might make your mapfile look a little nicer and easier to edit. But dont put the where's inside the view... because then everyone is stuck with it. You mapfile should look like: select ...,the_geom from view where

[mapserver-users] RE: Problems with Query Template

2011-05-03 Thread Andy Hird
ted -1 but only 0 shapes available. I am really quite stumped and unfortunately running out of time to throw at this. Any help would help greatly. Thanks in advance Andy -- Message: 1 Date: Wed, 13 Apr 2011 13:59:34 -0500 F

[mapserver-users] RE: Problems with Query Template (Chameleon)

2011-05-04 Thread Andy Hird
uld be very grateful Thanks Andy -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problems-with-Query-Template-Chameleon-tp6252878p6330562.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___ mapserver-users ma

[mapserver-users] Out of Office AutoReply: Problems with Query Template (Chameleon)

2011-05-04 Thread Andy Hird
I am currently out of the Office and will be back on the 3rd May 2011 - Please contact supp...@aligned-assets.co.uk The information contained in or attached to this message is the responsibility of the sender and is m

[mapserver-users] RE: Problems with Query Template (Chameleon)

2011-05-04 Thread Andy Hird
Chameleon List is rarely used these days and unfortunately I have no budget available to get this issue professionally sorted, Its looking like I am up a creek with no paddle... Thanks in advance Andy From: Jeff McKenna [via OSGeo.org] [mailto:ml-node+6330714-2002393781-329...@n2.nabble.

[mapserver-users] perl errorObj

2012-05-01 Thread Andy Colson
exactly the same as it was before. (I'm new to mapscript and swig, so I'm just guessing) Any help or hints on how I might fix this? Thanks, -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Re: perl errorObj

2012-05-01 Thread Andy Colson
On 5/1/2012 8:50 AM, Andy Colson wrote: I have noticed a problem with the errorObj mapserver/mapscript/swig/perl object. Its treated as an array, the generated code to get the message looks like this: arg1 = (errorObj *)(argp1); result = (char *)(char *) ((arg1)->message); { size_t size = 2

Re: [mapserver-users] Re: perl errorObj

2012-05-01 Thread Andy Colson
Done. https://github.com/mapserver/mapserver/issues/4305 I couldn't figure out how to add labels, and I can't seem to edit it. Hope that's ok. Thanks! -Andy On 5/1/2012 12:44 PM, Lime, Steve D (DNR) wrote: Hi Andy: We need you to create an issue here https://githu

Re: [mapserver-users] Re: Scale changes to mapserver 6.1-dev

2012-05-11 Thread Andy Colson
to the top of your mapfile. -Andy On 5/11/2012 8:07 AM, Peter Maes wrote: When I run the mapfile with shp2img i get proper results. So in all likelyhood it will have to do with mode gmaps. I'll give a try with wms in the mean while. It seems as if for some reason i get the entire map

[mapserver-users] mapfile projection

2009-07-14 Thread Andy Colson
'init=epsg:3417' END Is the first one even right? Would there be a difference? Why might I choose one over the other? I'm going to put this into postgis, with srid = 3417, will that make any difference. (I'd like to avoid re-projections.. I think... don't I?) -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapfile projection

2009-07-15 Thread Andy Colson
Richard Greenwood wrote: On Tue, Jul 14, 2009 at 11:27 AM, Andy Colson <mailto:a...@squeakycode.net>> wrote: Hi all, I'm working on my first mapping project, so IANAM (I am no a mapper). Here is the projection info from a shapefile I'm

Re: [mapserver-users] Building Mapserver with Mapscript and AGG

2009-07-16 Thread Andy Colson
S) -fPIC -I../include -L./ and then just did: make -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Building Mapserver with Mapscript and AGG

2009-07-16 Thread Andy Colson
Jason Beverage wrote: Hi Andy, I tried modifying both the Makefile.in.Linux as well as the regular makefile. I can see -fPIC on the command line, so it appears to be doing what I want, but I still get the same error in both cases. Jason Did you build mapserver with agg first, before

[mapserver-users] duplicate labels

2009-07-17 Thread Andy Colson
$newlayer->addFeature($shape); Any hints would be appreciated, -Andy ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] duplicate labels

2009-07-17 Thread Andy Colson
Lars Lingner wrote: Andy Colson schrieb: Hi All, Here is a screen shot: http://maps.camavision.com/map.jpg There are, as far as I can tell, 4 lines. The label is duplicating and I dont want it too. Here is the layer from the mapfile: LAYER NAME annotate_pin TYPE

Re: [mapserver-users] duplicate labels

2009-07-17 Thread Andy Colson
Lars Lingner wrote: Andy Colson schrieb: Lars Lingner wrote: Andy Colson schrieb: Hi All, Here is a screen shot: http://maps.camavision.com/map.jpg There are, as far as I can tell, 4 lines. The label is duplicating and I dont want it too. Here is the layer from the mapfile: LAYER

Re: [mapserver-users] Openayers - Map zoomed in to much

2009-07-22 Thread Andy Colson
epsg code I just see the background colour of my map file. Andy help greatly appreciated My map and openlayers files are below Thanks MAP NAME UK1 PROJECTION "init=epsg:4326" END SIZE 1600 1200 IMAGECOLOR 153 204 255 IMAGETYPE JPEG SHAPEPATH "http://localhost/openlayers

Re: [mapserver-users] duplicate labels

2009-07-23 Thread Andy Colson
Lars Lingner wrote: One last thought: Do you have this problem just with the layer "annotate_pin"? Does the labeling of other layers work as you expect? Hum... good question. I'll try it Monday when I get back to work. Thanks for the help on this. -Andy Ok, took longer

  1   2   >