#MAPSERVER IRC Log - 2010-02-09

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
00:35:51 strk: shapefile data source doesn't support FILTER ?
00:53:32 strk: still trying to figure out a good way to support dynamic thematization...
00:53:57 strk: ideally all trough the CGI
01:58:29 SOLEIL: http://konkurranse.ps.no/vote/208
03:47:55 lucianjp: I have a problem where layer.queryByPoint isn't returning anything and should. Anyone could land a hand?
04:14:00 lucian_jp: dunno why, went disconnected
04:19:34 lucian_jp: anyone there?
04:20:02 outer_space: how come onclick events dont work on the pmapper page and on any page linked to from there?
06:38:30 strk: can I pass EPSG codes to mapserver in addition to the system ones ?
06:38:50 strk: to add 900913 w/out access to the system files ...
06:42:06 FrankW: strk: You can put the full definition of 900913 in the PROJECTION block instead of referring to it by number.
06:42:43 FrankW: Or you can use the MapServer CONFIG "PROJ_LIB=xxx" to change where PROJ.4 looks for it's init files, and edit the init file in your own directory.
07:08:26 lucian_jp: posted my question on stackoverflow, but still no answer
07:08:39 lucian_jp: if someone would like tot ake a look : http://stackoverflow.com/questions/2229025/mapscript-querybypoint-return-no-results
07:08:40 sigabrt: Title: Mapscript queryByPoint return no results - Stack Overflow ( at stackoverflow.com )
08:11:55 aboudreault: hg st
08:12:01 aboudreault: err
08:12:18 strk: FrankW: thank you. I'll need the latter as OL only sends EPSG:xxx ( as far as I got to figure )
09:30:46 CIA-7: warmerdam * r9786 /trunk/mapserver/ ( HISTORY.TXT mapproject.c ): reproject rectangles as polygons to get datelin wrapping benefits ( #3179 )
09:42:12 rbranson: looks like the maths to calculate the buffer for labeledge_map_edge_buffer is allowing the BUFFER number to get subtracted from the gutter area
09:42:40 rbranson: rather than added
12:40:41 rd_nielsen: GetFeatureInfo requests with FEATURE_COUNT > 1 and INFO_FORMAT=text/plain return the requested number of data rows. With INFO_FORMAT=text/html, requests return more than the requested number of rows. What's the rule for text/html behavior?
23:16:49 strk: uhm... I see I do have a 900913 proj somewhere on the system
23:16:54 strk: grep 900913 /usr/share/proj/*
23:16:57 strk: /usr/share/proj/esri.extra:<900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs <>
23:17:43 strk: how come mapserver says "Invalid SRS given" if I pass SRC=EPSG:900913 ?
23:18:00 strk: does it need to be ESRI:900913 or somethig ?
23:31:54 strk: msProcessProjection( ): no options found in 'init' file
23:33:57 strk: MapServer version 5.4.1
23:34:04 strk: SUPPORTS=PROJ
23:34:34 strk: CONFIG "PROJ_LIB" "/usr/share/proj/" # in mapfile
23:34:37 strk: oops : )
23:36:17 strk: ok, changed to my own version
23:36:19 strk: msProcessProjection( ): Projection library error. no system list, errno: 2,
23:45:47 strk: ah, metadata ( Thanks Frank again, found on the web )
23:47:51 strk: absolute paths in mapfile are sooo annoying