Re: [mapserver-users] [mapserver-dev] need help with outputformat=kml for wfs

2014-12-19 Thread zach cruise
yes On 12/18/14, Lime, Steve D (MNIT) wrote: > Can you get at the layer GML without the output layer parameter? > > -Original Message- > From: mapserver-dev-boun...@lists.osgeo.org > [mailto:mapserver-dev-boun...@lists.osgeo.org] On Behalf Of zach cruise > Sent: Thursday, December 18, 20

Re: [mapserver-users] is there a way to avoid clipping the symbols on the edge of a tile

2014-12-19 Thread Lime, Steve D (MNIT)
You’re not using mode=tile? The regular CGI map (e.g. mode=map) creation knows nothing about tiles so there’s no way to avoid edge effects. There are specialized tools like MapCache that take MapServer maps and create tiles from them. Those tools use techniques like meta-tiling, no label buffers

Re: [mapserver-users] [mapserver-dev] need help with outputformat=kml for wfs

2014-12-19 Thread Lime, Steve D (MNIT)
Ok, let's try this outside of WFS context. You should be able to do something like: /cgi-bin/mapserv?map=...&mode=map&mapext=...&map.imagetype=kml Does that work? Steve -Original Message- From: zach cruise [mailto:zachc1...@gmail.com] Sent: Friday, December 19, 2014 9:27 AM To: Lime

[mapserver-users] Map collaring techniques.

2014-12-19 Thread Basques, Bob (CI-StPaul)
All, Anyone have any insights into using/modifying MapServer to label maps collar wise (along the edges)?? I'm interested in applying USNG collaring to maps in general as a grid overlay. I'm pretty sure I ca do this with PERL, but all the re-projection capabilities in MapServer make it much m

Re: [mapserver-users] Map collaring techniques.

2014-12-19 Thread Brent Fraser
Bob, In the past I've dabbled with having layers to " erase"the map data around the perimeter: LAYER NAME "Margin" TRANSFORM FALSE STATUS DEFAULT TYPE POLYGON CLASS COLOR 255 255 255 END FEATURE POINTS 0 0 0 600 70 600 70 0 0 0 END POINTS 70 0 70 70 800 70 800 0 70

Re: [mapserver-users] Map collaring techniques.

2014-12-19 Thread Basques, Bob (CI-StPaul)
Hi Brent, Neat trick there, and straightforward too. I had thought about doing some sort of pipeline for drawing with MapServer, by simply drawing different grid areas at each step in the pipeline. One step for each side of the map for example. I know I can do it with MapSCRIPT, but being ab

Re: [mapserver-users] [mapserver-dev] need help with outputformat=kml for wfs

2014-12-19 Thread zach cruise
i got it. works with "DRIVER OGR/KML" (not "DRIVER KML"). On 12/19/14, Lime, Steve D (MNIT) wrote: > Ok, let's try this outside of WFS context. You should be able to do > something like: > > /cgi-bin/mapserv?map=...&mode=map&mapext=...&map.imagetype=kml > > Does that work? > > Steve > > -O