Re: [JPP-Devel] WMS and Min/Max scale

2007-12-11 Thread Rahkonen Jukka
Hi, I suppose you have read the OGC specification: "Layers may include a element that suggests minimum and maximum scales for which it is appropriate to display this layer. Because WMS output is destined for output devices of arbitrary size and resolution, the usual definition of scale as the

Re: [JPP-Devel] WMS and Min/Max scale

2007-12-11 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > "Layers may include a element that suggests minimum and maximum > scales > for which it is appropriate to display this layer. Because WMS output is > destined for > output devices of arbitrary size and resolution, the usual definition of > scale as the ratio of > m

[JPP-Devel] Easiest Way To Get A Feature Collection Into A Shapefile

2007-12-11 Thread Sunburned Surveyor
I'm working on a little tool that creates a grid in which each cell of the grid is a polygon. You can create the grid with any rectangular dimensions, specify the number of columns and rows, and also a rotation. The tool also allows you to create attributes for each cell based on the row and column

Re: [JPP-Devel] Easiest Way To Get A Feature Collection Into A Shapefile

2007-12-11 Thread Martin Davis
I have used the core JUMP API in numerous projects, primarily for easily modelling features (spatial + attributes) and having convenient IO (especially for shapefiles!) I had the same need for a simple interface to the JUMP IO classes. I simply wrote a bunch of utility functions to do IO on t

Re: [JPP-Devel] Easiest Way To Get A Feature Collection Into A Shapefile

2007-12-11 Thread Sunburned Surveyor
Thanks very much for posting the code Martin. I'll have to see if I can't get this into the SVN for OpenJUMP. Do any of the developers see a problem with this? The Sunburned Surveyor On Dec 11, 2007 4:28 PM, Martin Davis <[EMAIL PROTECTED]> wrote: > I have used the core JUMP API in numerous proje