Re: [UMN_MAPSERVER-USERS] SLD

2008-02-06 Thread Bart van den Eijnden
Your URL should have SLD= before the sld URL. Best regards, Bart On Feb 6, 2008 11:36 AM, Gregorio Muñoz [EMAIL PROTECTED] wrote: Hello! I am working with SLD but can not make it work. This my url:

[UMN_MAPSERVER-USERS] mapfile .map syntax for gedit text editor

2008-02-06 Thread tim
Hello, I've written a syntax file for Mapserver's mapfile (.map) for the gedit text editor. 1. To get gnome/gedit to recognise a .map file and give it the correct syntax: http://geothings.net/thinkwhere/mapserver/map.lang copy it to /usr/share/mime/packages/ directory then run sudo

Re: [UMN_MAPSERVER-USERS] mapfile .map syntax for gedit text editor

2008-02-06 Thread tim
Whoops! the directories for the files should go in the other way around. Correct: mapserver.xml to /usr/share/mime/packages/ and map.lang to /usr/share/gtksourceview-1.0/language-specs also for Gutsy, gtksourceview2.0 is a bit different than 1.0 http://live.gnome.org/GtkSourceView so will see

[UMN_MAPSERVER-USERS] AGG and legends

2008-02-06 Thread Hunter, David - St. Louis Park, MN
While experimenting with AGG, it appears that the legend is still drawn using GD, no matter what the OUTPUTFORMAT settings are. Is this intentional? David S. Hunter Lead Software Engineer Fidelity National Geographic Solutions division of Fidelity National Information Services 5353 Gamble

[UMN_MAPSERVER-USERS] AGG and vertical line symbol

2008-02-06 Thread Hunter, David - St. Louis Park, MN
When I use SYMBOL line-vertical in a class with AGG, the lines are broken up, looking like vertical dashes. Is there a workaround for this, or another symbol that works? David S. Hunter Lead Software Engineer Fidelity National Geographic Solutions division of Fidelity National

[UMN_MAPSERVER-USERS] AGG and symbol, more info

2008-02-06 Thread Hunter, David - St. Louis Park, MN
I thought I'd add the definition of the line-vertical symbol from my previous email: SYMBOL NAME line-vertical TYPE vector POINTS 0.5 0 0.5 1 END END I tried adding GAP 0, but it had no effect. David S. Hunter Lead Software Engineer Fidelity

Re: [UMN_MAPSERVER-USERS] AGG and legends

2008-02-06 Thread thomas bonfort
legends are drawn with agg to. please post the relevant sections of your mapfile to see what could be going wrong. regards, thomas On Feb 6, 2008 6:51 PM, Hunter, David - St. Louis Park, MN [EMAIL PROTECTED] wrote: While experimenting with AGG, it appears that the legend is still drawn

Re: [UMN_MAPSERVER-USERS] AGG and legends

2008-02-06 Thread Hunter, David - St. Louis Park, MN
Here's my legend section: LEGEND STATUS ON KEYSIZE 22 22 LABEL TYPE BITMAP SIZE SMALL COLOR 0 0 89 END TEMPLATE nyptmaps_legend.htm END It looks like GD is drawing the legend symbols, because the lines are very coarse, and the hatching problem that I talked

Re: [UMN_MAPSERVER-USERS] AGG and legends

2008-02-06 Thread Bob Basques
I don't think that BITMAP fonts are supported for AGG, Here is the Legend def from the Googlish Mapfile I put together a couple of weeks ago. LEGENDSTATUS ONKEYSPACING 5 10KEYSIZE 20 12IMAGECOLOR 255 255 255LABEL TYPE TRUETYPE FONT bluehigh COLOR 0 0 0 OUTLINECOLOR 254 254 254 SIZE 12ENDEND

Re: [UMN_MAPSERVER-USERS] AGG and vertical line symbol

2008-02-06 Thread thomas bonfort
if your trying to get hatching, you should probably be going with the hatch symbol. if not, could you post your layer definition and a screenshot of what you're getting regards, thomas On Feb 6, 2008 6:56 PM, Hunter, David - St. Louis Park, MN [EMAIL PROTECTED] wrote: When I use SYMBOL

Re: [UMN_MAPSERVER-USERS] AGG and vertical line symbol

2008-02-06 Thread thomas bonfort
this was also fixed in trunk since the 5.0 but didn't make it into the 5.0 branch. you can use the hatch symbol which is designed for this kind of symbology SYMBOL NAME 'hatch' TYPE HATCH END and then in your style block STYLE SYMBOL 'hatch' SIZE 10 # the spacing between lines in hatch

Re: [UMN_MAPSERVER-USERS] AGG and legends

2008-02-06 Thread thomas bonfort
On Feb 6, 2008 8:38 PM, Bob Basques [EMAIL PROTECTED] wrote: I don't think that BITMAP fonts are supported for AGG, they are supported in trunk (i.e. what will be 5.2)

[UMN_MAPSERVER-USERS] Zoom Pan

2008-02-06 Thread Clinton Olsen
Hello, I would like to know how I can take the application I created from the tutorial, and add zoom windows, so I can click on the viewer and drag a window across a certain area to zoom in or out. And I need to know if there is a way I can make my application pan by using the click and drag

Re: [UMN_MAPSERVER-USERS] Overriding GeoTIFF projection with world file

2008-02-06 Thread Rahkonen Jukka
Frank Warmerdam wrote: Rahkonen Jukka wrote: 3) well, I'm sure there are other methods. How about trying to motivate some clever developer to create the option I mentioned... Point 1) might give me possibilities for making an investment. I fear this feature is not too much of general

[UMN_MAPSERVER-USERS] Feedback request for a Modified GeoMoose client.

2008-02-06 Thread Bob Basques
All, Looking for comments on the following Flash video related to possible future directions of GeoMoose development. Beware, this is a 15 meg file, but it does stream pretty well. http://pwultra5.ci.stpaul.mn.us/cp_tiles/temp/gismo/gismo3_files/gismo3.swf I did this video quite a while back,

Re: [UMN_MAPSERVER-USERS] Overriding GeoTIFF projection with world file

2008-02-06 Thread Frank Warmerdam
Rahkonen Jukka wrote: Frank, I have been considerering the situation and yes, I think I would *really* like to use this trick if it exists. In general, wouldn't it make at least some sense to first check something that is fast and simple to edit or rename or delete if needed (world file in

[UMN_MAPSERVER-USERS] qstring validation

2008-02-06 Thread Hunter, David - St. Louis Park, MN
Since moving to mapserver 5.0 (mostly to test AGG), a layer in my map file that has this class definition: CLASS EXPRESSION (%qstring%) COLOR 230 230 179 END The query no longer works. If I change it to an explicit query string, like:

[UMN_MAPSERVER-USERS] AGG and PNG Output - no white background

2008-02-06 Thread Flavio Hendry
Hi Thomas / Group Using PNG Output using AGG, the map background does not turn out white (255,255,255) but in some greyish (250,252,250 or similar). Does not really matter on screen, but is remarkable printing ... This no matter if I use quantize or not. Same map using JPEG no problem. Mit

[UMN_MAPSERVER-USERS] Mapserver 5 cgi Compilation problem

2008-02-06 Thread Stefano Bonnin
Hi, I've just compiled the 5.0.0 version of mapserver in my freebsd 5.3. The compilation step seems ok and I don't receive any errors. But when I try: ./mapserv -v MapServer version 5.0.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE

Re: [UMN_MAPSERVER-USERS] AGG and PNG Output - no white background

2008-02-06 Thread thomas bonfort
hi Flavio, can you double check you're not using quantization or palette_force? I don't experience the problem you're pointing out if using plain png output. cheers, thomas On Feb 7, 2008 7:56 AM, Flavio Hendry [EMAIL PROTECTED] wrote: Hi Thomas / Group Using PNG Output using AGG, the map