[mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-01 Thread Ludovic Gnemmi
Hi List,
Is there any option in the seeder to delete a whole zoom level?
I've no space left on my device and i don't want to delete my whole tileset
:(

Thanks for your help.

Ludovic

ps:using Berkeley DB cache size: maybe there's a bdb command line tool to do
this job?
 

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MapCache-A-way-to-delete-a-whole-zoom-level-tp4978491.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-01 Thread Alan Boudreault

Have you tried the mapcache_seed with the delete mode?

something like:-m delete -z 10,10 , to delete the zoom level 10.

Alan

On 12-06-01 05:30 AM, Ludovic Gnemmi wrote:

Hi List,
Is there any option in the seeder to delete a whole zoom level?
I've no space left on my device and i don't want to delete my whole tileset
:(

Thanks for your help.

Ludovic

ps:using Berkeley DB cache size: maybe there's a bdb command line tool to do
this job?


--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MapCache-A-way-to-delete-a-whole-zoom-level-tp4978491.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users



--
Alan Boudreault
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Outlining label text

2012-06-01 Thread Ian Walberg
Hello folks,

We are using labels with 2 lines of text and the wrap/align works well.

Then we want to draw a background and an outline for the combined text.

This works ok using the style in the label and GEOTRANSFORM labelpoly.

The problem we have is we can only get a 1 pixel border so that the
outline is just too close.

What do we need to know to draw the outline a little further out?

Thanks

Ian
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Outlining label text

2012-06-01 Thread Ian Walberg
As soon as I wrote this I think I have the answer.

This draws 2 outlines with the colour and outline colour the same.

The first one uses the outline width to extend the border around the
text.
The second one is bigger and a different colour we of course get an
outline.

Ian

STYLE
  GEOMTRANSFORM 'labelpoly'
  COLOR 0 0 0
OUTLINECOLOR 0 0 0
WIDTH 12.0
END
STYLE
  GEOMTRANSFORM 'labelpoly'
  COLOR 100 100 100
OUTLINECOLOR 100 100 100
WIDTH 8.0
END

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Ian
Walberg
Sent: Friday, June 01, 2012 2:23 PM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Outlining label text

Hello folks,

We are using labels with 2 lines of text and the wrap/align works well.

Then we want to draw a background and an outline for the combined text.

This works ok using the style in the label and GEOTRANSFORM labelpoly.

The problem we have is we can only get a 1 pixel border so that the
outline is just too close.

What do we need to know to draw the outline a little further out?

Thanks

Ian
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Scripted geoprocessing

2012-06-01 Thread Sam Skinner

Hi all,
I am writing a python script that will (weekly) download and extract 
data (shapefiles) from an organization without a WMS or WFS. This script 
will reside on my linux-based mapserver (5.6). I am looking for a way 
for this script to dissolve polygons with a common attribute. This will 
help rendering speed and ease of visualization. Any ideas on how I could 
do this? From what I understand (which isn't much!), I could import the 
data into PostGIS, then run some query there. Is there a simpler way? Is 
anyone familiar with Sextante, and would that work?


Thanks!

--
Sam Skinner (Mapserver admin and newbie)
Yukon Land Use Planning Council


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users