[JPP-Devel] FOSS4G 2007 Early Bird Registration Ends in ONE WEEK

2007-07-24 Thread Martin Davis
booth now for a big savings! For information on exhibitor and sponsorship opportunities, see http://foss4g2007.org/ sponsors/ or contact Paul Ramsey, Conference Chair via email at [EMAIL PROTECTED] We hope to see you in Victoria, Canada in September, in just two months! -- Martin Davis

Re: [JPP-Devel] Understanding the purpose of the Extension class in OpenJUMP.

2007-08-09 Thread Martin Davis
iles using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot

Re: [JPP-Devel] momentum on people interested in JUMP/OpenJUMP DB support ; )

2007-08-14 Thread Martin Davis
at what you're referring too? Owing to potential problems of licensing and support, we didn't release this in the publicly available version of JUMP. I have no idea if they still feel that this is an issue. -- Martin Davis Senior Technical Architect Refractions Rese

Re: [JPP-Devel] Uniform spelling

2007-08-16 Thread Martin Davis
l mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 --

[JPP-Devel] [Fwd: Only ONE MONTH Until FOSS4G 2007]

2007-08-20 Thread Martin Davis
://foss4g2007.org/presentations/posters Labs & Workshops: http://foss4g2007.org/labs http://foss4g2007.org/workshops We're looking forward to seeing you in Victoria in September! The FOSS4G 2007 Conference Committee -- Martin Davis Senior Technical Architect Refractions Rese

Re: [JPP-Devel] Do we need an instance of Renderer for each object?

2007-08-23 Thread Martin Davis
opy of Splunk now >> http://get.splunk.com/ >>>>>> _______ >>>>>> Jump-pilot-devel mailing list >>>>>> Jump-pilot-devel@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/

Re: [JPP-Devel] Summary of Geometry-Functions

2007-08-27 Thread Martin Davis
with one Layer 5 > Union with two Layers 1 > Within 4, 12 > > > > Regards, > > Uwe > > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? St

Re: [JPP-Devel] Task and a Project - Any comment?

2007-08-27 Thread Martin Davis
files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/

Re: [JPP-Devel] Duplicate Angle Class

2007-08-27 Thread Martin Davis
s and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/

Re: [JPP-Devel] Task and a Project - Any comment?

2007-08-28 Thread Martin Davis
rote: > Another common metaphor used is the workspace concept. > > Paul > > Martin Davis wrote: > >> Finally getting around to answering this... >> >> I'll start out by saying that the idea of Projects and Tasks was never >> really fully realized or te

[JPP-Devel] GML Simple Features Profile

2007-08-29 Thread Martin Davis
up a SFP reader & writer, making use of an XML parser. But it would still be quite a bit more work than a parser for the formats that Paul & I have proposed. -- Martin Davis Senior Technical Architect Refractions Research, Inc. (

Re: [JPP-Devel] Parser for restricted GML...

2007-08-30 Thread Martin Davis
;>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a browser. >>> Download your FREE copy of Splunk now >> http://g

Re: [JPP-Devel] Parser for restricted GML...

2007-08-30 Thread Martin Davis
wser. >>>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>>> ___ >>>> Jump-pilot-devel mailing list >>>> Jump-pilot-devel@lists.sourceforge.net >>>> https://lists.sourceforg

Re: [JPP-Devel] Modified SGF File

2007-08-30 Thread Martin Davis
Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 http://www.opengis.net/gml"; xmlns:xsi

Re: [JPP-Devel] Parser for restricted GML...

2007-08-30 Thread Martin Davis
about writing out files as well - I think it actually duplicates all your geometries before they are written out. I've had problem trying to get it to write out large shapefiles (where the source data fits in memory - so there's no reason it can't be streamed out to disk).

Re: [JPP-Devel] DataObject Library

2007-08-30 Thread Martin Davis
ve this problem, at least not with > I/O code, as there are common libraries that provide this > functionality. > > > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 -

[JPP-Devel] Example of YAML for geospatial data

2007-08-30 Thread Martin Davis
(which makes a nice way of supporting WKT and WKB in the same schema) -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 # YAML example for tabular geospatial data --- !!cities - !!city # Notice the use of a wkt datatype. wkb could be supported as well

Re: [JPP-Devel] Improved buffer plugin

2007-08-31 Thread Martin Davis
_ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 --

Re: [JPP-Devel] Improved buffer plugin

2007-08-31 Thread Martin Davis
operation is implemented by buffering the union of the > input, rather than the union of the input buffered, if you see the > distinction. I was hoping JTS had already optimized this, but from > what you are saying, I would guess not. > > Larry > > On 8/31/07, Martin D

Re: [JPP-Devel] Improved buffer plugin

2007-08-31 Thread Martin Davis
Stefan Steiniger wrote: > Yes.. as far as i know JTS has no optimization, but.. > > * I implemented in the mapgen toolbox an union based on attributes that > utilizes the jts quadtree. > Nifty.. What kind of performance improvement did you get? Did this use a cascaded approa

Re: [JPP-Devel] Improved buffer plugin

2007-09-04 Thread Martin Davis
han 10 x, and for large datasets, > it simpley make it possible to union the layer. > I did not look for a better hack at the plugin level, as I thought that > better performances can be obtained from JTS itself. But I'm not sure it > is possible : what about PreparedGeometry ?

Re: [JPP-Devel] Example of YAML for geospatial data

2007-09-04 Thread Martin Davis
sers didn't really have to understand it, just extract the few pieces of relevant information from known spots. I might try and spec this out & work up an example, and post it on a Google docs page for all to see... Martin -- Martin Davis Senior Technical Ar

Re: [JPP-Devel] Example of YAML for geospatial data

2007-09-04 Thread Martin Davis
tributes to constrainted GML, or using the in-line schema idea. And the example doesn't even contain any spatial! > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 - This SF

Re: [JPP-Devel] Example of YAML for geospatial data

2007-09-06 Thread Martin Davis
d." > > That is why I suggested adding the "datatype" property to the "val" > XML element. Wouldn't that work? > > SS > > On 9/4/07, Martin Davis <[EMAIL PROTECTED]> wrote: > >> Sunburned Surveyor wrote: >> >>> Ma

Re: [JPP-Devel] Example of YAML for geospatial data

2007-09-06 Thread Martin Davis
on my priority list to push forward... too many things to work on! Sunburned Surveyor wrote: > So is constrained Simple GML something your working on, or something > that is already published? > > I'm confused. :] > > SS > > On 9/6/07, Martin Davis <[EMAIL PROT

Re: [JPP-Devel] Layer Properties

2007-09-12 Thread Martin Davis
layer > properties functionality. However, this property sheet is designed to > work with multiple layers at once. SkyJUMP has had this for a while, > but I haven't gotten around to a general release yet. > > regards, > Larry Becker > -- Martin Davis

Re: [JPP-Devel] Issue with poor responsiveness when building Colour Theming Styles list

2007-09-12 Thread Martin Davis
time. But that's got it's own annoyance... M Larry Becker wrote: > Hi Martin, > > Yea, I think enabling the Attribute dropdown all of the time would > be acceptable. I am familiar with the code and can do it tonight if > no one objects or has a better idea. > > re

[JPP-Devel] Issue with poor responsiveness when building Colour Theming Styles list

2007-09-12 Thread Martin Davis
s I can see are: - let the Attribute dropdown be live all the time, and only build the colour list when the Enable box is checked - Only refresh the Styles list on user command, via a "Update styles" button There's probably other possibilities too. Has anyone thought of taking this on t

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Martin Davis
/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-302

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Martin Davis
; Thanks Again, > > The Sunburned Surveyor > > > > On 9/13/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > >> see below >> >> Martin Davis schrieb: >> >>> Sunburned Surveyor wrote: >>> >>>> - OpenJUMP creat

Re: [JPP-Devel] Copying Features To Another Layer

2007-09-13 Thread Martin Davis
logspot.com/ >> >> - >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ >> __

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Martin Davis
;s a batik dir under lib. Is it possible that this is not getting added to the CP? -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 - This SF.net email is sponsored by: Microsof

Re: [JPP-Devel] Improved windows bat file

2007-09-14 Thread Martin Davis
lib/ > > Paul > > Martin Davis wrote: > >> Paul, >> >> I'm trying this with openjump-20070609-0017. Perhaps this is not a >> recent enough version, but I get the following error message: >> >> java.lang.NoClassDef

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Martin Davis
Or is this still just an app-wide editing setting? Anyway, if Snappable is an option, then I think it should be independent of Selectable. -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022

[JPP-Devel] Thoughts on ZoomRealtimeTool behaviour

2007-09-17 Thread Martin Davis
e a single tool to accomplish all view movement. And right-drag would still be available for something else - or maybe it should just be left for the context menu? -- Martin Davis Senior Technical Architect Refractions Research, Inc.

Re: [JPP-Devel] Bursa-wolf parameters [WAS: Projection with Geotools2 CRS]

2007-09-17 Thread Martin Davis
ellipsoid being used. > That in turn means none of ellipsoids quite line up and we need > parameters to move between them. > > --adrian > > > - > This SF.net email is sponsored by: Microsoft > Defy

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Martin Davis
> >>>> >>>> >>> ----- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse

[JPP-Devel] Drag'n'Drop?

2007-09-17 Thread Martin Davis
My day to be ideas guy. Has anyone looked at implementing drag'n'drop inside OJ? Specifically, - drag-n-drop a data file onto a view to load it - drag-n-drop layers between views Just an idea I know uDig does this, maybe I'll ask those guys to see how hard it would be. -

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Martin Davis
rry Becker wrote: > How about Italicizing the layer name? This is consistent with bold > meaning Editable. > > Larry > > On 9/17/07, Martin Davis <[EMAIL PROTECTED]> wrote: > >> This is the right way to go IMO, Larry/all. We added the Selectable >> option wh

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Martin Davis
_ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 -

Re: [JPP-Devel] Hasta la Vista, bug

2007-09-17 Thread Martin Davis
l Studio 2005. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > > > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Re: [JPP-Devel] Layer Properties

2007-09-17 Thread Martin Davis
ld be > doable too. > > I added mouse wheel zooming to the PanTool, as it seemed like a no-brainer. > > That's what I like about this list, you put out an idea and get > feedback to make it better . > > Larry > > On 9/17/07, Martin Davis <[EMAIL PROTECTED]&g

Re: [JPP-Devel] Adding a method to the DialogUtil class...

2007-09-18 Thread Martin Davis
t;>>> Jump-pilot-devel mailing list >>>>>> Jump-pilot-devel@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>>>>> >>>>>> >>>>>> >>>>&

Re: [JPP-Devel] Adding a method to the DialogUtil class...

2007-09-18 Thread Martin Davis
Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel &

Re: [JPP-Devel] Modularization of code

2007-09-18 Thread Martin Davis
-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >> >> > > --------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual St

Re: [JPP-Devel] Implementation of the setLayerNamesAsListData method.

2007-09-18 Thread Martin Davis
This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot-devel@lists.sour

[JPP-Devel] File drag-and-drop revisited

2007-09-19 Thread Martin Davis
case). Anyone keen to give this a go? -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [JPP-Devel] Pluggable Rendering

2007-09-20 Thread Martin Davis
l@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 - This SF.net email is sponsored

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Martin Davis
ight now all my open source hours are taken up with JTS stuff... Martin Sunburned Surveyor wrote: > Martin, > > Maybe I can take a peek at the code in the library this week? > > SS > > > > On 9/19/07, Martin Davis <[EMAIL PROTECTED]> wrote: > >> Hey, co

Re: [JPP-Devel] File drag-and-drop revisited

2007-09-24 Thread Martin Davis
le (used in the open recent). With this > approach if there are any required options or more than one file loader > then the wizard pops up to allow them to select the options. > > I can take on that part as the code hasn't been integrated into the > trunk yet. > > Paul >

Re: [JPP-Devel] Drag n' Drop For OpenJUMP

2007-10-03 Thread Martin Davis
ot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 -

Re: [JPP-Devel] InfoNode Tabbed Panels for OpenJUMP's GUI

2007-10-03 Thread Martin Davis
t; This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___

Re: [JPP-Devel] Upper Limit On Data Size For OpenJUMP

2007-10-09 Thread Martin Davis
- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___

Re: [JPP-Devel] Extract Layers, Large Selections, Fences, and other thoughts

2007-10-09 Thread Martin Davis
Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______ > Jump-

Re: [JPP-Devel] Upper Limit On Data Size For OpenJUMP

2007-10-10 Thread Martin Davis
read-only right now. > Agile (alvaro zabala) wrote a good scalable shapefile driver in the > past. I could make it work > with OJ after a minor modification, but I remember there were many > dependencies. > Hmmm... would be nice to have, but not if it means dragging in a pile

Re: [JPP-Devel] Extract Layers, Large Selections, Fences, and other thoughts

2007-10-10 Thread Martin Davis
ilot-devel mailing list >>> Jump-pilot-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>> >>> >>> >>> >> >> >> > > >

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

2007-12-11 Thread Martin Davis
rce. http://sourceforge.net/services/buy/index.php ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022

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

2007-12-12 Thread Martin Davis
t;>> >>> Not sure which one is better. >>> Any other thoughts? >>> >>> @Sunburned: I could do the checkin as well - if you want. >>> >>> stefan >>> >>> Sunburned Surveyor schrieb: >>> >>> >>

Re: [JPP-Devel] CVS/SVN for roadmatcher?

2007-12-14 Thread Martin Davis
ng list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 - SF.Net

Re: [JPP-Devel] OpenJUMP and JTS Integration Plans

2008-01-07 Thread Martin Davis
> >> >> > > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;1

Re: [JPP-Devel] Release status

2008-01-18 Thread Martin Davis
della prossima generazione? Puoi averla con la nuova Yahoo! Mail: >> http://it.docs.yahoo.com/nowyoucan.html >> >> >> >> - >> This SF.net email is sponsored by: Microsoft >> D

Re: [JPP-Devel] Question about GML

2008-01-28 Thread Martin Davis
--- > > _______ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- Martin Davis Senior Technical Arc

Re: [JPP-Devel] Question about GML

2008-01-29 Thread Martin Davis
; Peppe (i.e. our wiki: http://openjump.org/wiki/show/Index ) > > stefan > > Martin Davis schrieb: > >> Have you/she looked at the original JUMP User Guide? It has a section >> on writing GML Input/Output templates. >> >> I presume this functionality hasn

Re: [JPP-Devel] Question about GML

2008-01-29 Thread Martin Davis
- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > > > > _______

Re: [JPP-Devel] [Off-Topic] Return values in Java methods with a try/catch statements.

2008-01-29 Thread Martin Davis
Studio 2008. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > _______ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Marti

Re: [JPP-Devel] Question about GML

2008-01-29 Thread Martin Davis
ming of storing the bad GML on disk for > editing, and then just open the corrected GML directly with OpenJUMP. > Unfortunately I haven't been able to make a proper input template so far. > > -Jukka Rahkonen- > > > -Alkuperäinen viesti- > Lähettäjä: [EMAIL PROTEC

Re: [JPP-Devel] Question about GML

2008-01-30 Thread Martin Davis
t; documentation a small real GML dataset and templates which work with that > downloadable somewhere so template writers could use those as example. > > -Jukka- > > Martin Davis wrote: > > >> RJ, sorry you're having such a frustrating time. I'm sure there&#

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Martin Davis
--- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Martin Davis
_ >> Jump-pilot-devel mailing list >> Jump-pilot-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >> >> >> > > - >

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-02 Thread Martin Davis
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin

Re: [JPP-Devel] Shapefile with overlapping shells

2008-04-03 Thread Martin Davis
It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > _______ > Jump-pilot-d

Re: [JPP-Devel] Discovering deegree

2008-04-03 Thread Martin Davis
Java CRS library. Two directions would be to use deegrees, or GeoTools. GT's came with some ugly baggage last time I looked, but I think they are stripping it down to make it more pluggable. -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 ---

Re: [JPP-Devel] Shapefile with overlapping shells

2008-04-04 Thread Martin Davis
number of points. Haven't had a chance to think about the rest of the code - this whole area is a bit of a brain-buster for a Friday! 8^) -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 -

Re: [JPP-Devel] Shapefile with overlapping shells

2008-04-04 Thread Martin Davis
ot to make a whole bunch of geometry invalid. Although then they could have allowed "inverted" polygons (self-touching at a point - ArcSDE style) as well. M -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 -

[JPP-Devel] Props from PostGIS users

2008-04-08 Thread Martin Davis
OJ'ers - there is a thread on the PostGIS list that discusses which OS GIS viewers are best for viewing PostGIS data. So far it's 2 out of 3 in favour of OpenJUMP! -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250

Re: [JPP-Devel] Using The Registry To Allow Contribution Of Unit Systems Via Standard Plug-Ins

2008-04-16 Thread Martin Davis
p://java.sun.com/javaone > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davis Senior Technical Architect Refractions Resear

Re: [JPP-Devel] [jump-users] JUMP as an OSGEO project

2008-05-29 Thread Martin Davis
d the JUMP community not want to enter OSGEO incubation? > > > Just thought I'd poke and prod. > > > Cheers > ___ > jump-users mailing list > [EMAIL PROTECTED] > http://lists.refractions.net/mailman/listinfo/jump-users >

Re: [JPP-Devel] new webpage

2008-06-03 Thread Martin Davis
ct/01/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3

Re: [JPP-Devel] new webpage

2008-06-03 Thread Martin Davis
osoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/l

Re: [JPP-Devel] new webpage

2008-06-03 Thread Martin Davis
ng? > > you mean from Orange to something else? I.e. which highlightning colour > do you mean? > > stefan > > > Martin Davis schrieb: > >> One comment - on my monitor the grey body text is a bit hard to read, >> due to low contrast. Would it be possible t

Re: [JPP-Devel] Try to use GeoTools SimpleFeature or extract JUMP Feature in small, portable library.

2008-06-03 Thread Martin Davis
ut I > wonder if the GeoAPI folks are that interested in explaining design > logic and working with our community... > > - > This SF.net email is sponsored by: Microsoft > Defy all challenges.

Re: [JPP-Devel] wms 1.1.1 support ?

2008-06-04 Thread Martin Davis
ck out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > ___ > Jump-pilot-devel mailing list > Jump-pilot-deve

Re: [JPP-Devel] Exploring OpenJUMP as an OSGeo Project

2008-06-05 Thread Martin Davis
--- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > ___ > Jump-p

Re: [JPP-Devel] The JUMP way to load and save files...

2008-06-09 Thread Martin Davis
gspot.com/ > > > - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just abou

Re: [JPP-Devel] Fwd: OpenJUMP question

2008-06-12 Thread Martin Davis
gt;> >> 856-429-5756 (F) >> >> >> **** >> >> >> CONFIDENTIAL AND PROPRIETARY: >>

Re: [JPP-Devel] Question about Cloned windows

2008-06-13 Thread Martin Davis
>>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> http://sourceforge.net/services/buy/index.php >>>

Re: [JPP-Devel] Question about Cloned windows

2008-06-13 Thread Martin Davis
. > http://sourceforge.net/services/buy/index.php > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Martin Davi

Re: [JPP-Devel] JUMP as OSGEO project (some additional thoughts)

2008-06-17 Thread Martin Davis
rceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot

Re: [JPP-Devel] Test of Google Sites as Wiki Replacement

2008-06-24 Thread Martin Davis
etplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https:

Re: [JPP-Devel] Report on First Code Review of JTin

2008-07-10 Thread Martin Davis
Did you think about using a CoordinateSequence instead of a Coordinate > array? > > - Why did we choose STRtree and not QuadTree for the spatial index? I > know very little about both classes, and STRtree may indeed be the > better choice. Maybe Martin Davis will > take a

Re: [JPP-Devel] Bunch of questions (mostly UI based)

2008-07-21 Thread Martin Davis
speed). Feel free to test this and report back! -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 - This SF.Net email is sponsored by the Moblin Your Move Developer's challe

Re: [JPP-Devel] Questions about GML 2

2008-09-18 Thread Martin Davis
d applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______ > Jump-pilot-devel mailing list > Jump-

Re: [JPP-Devel] Combine and Explode Layers

2008-10-01 Thread Martin Davis
--- >> >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >> >> > > >

Re: [JPP-Devel] Questions about Exception Handling

2008-10-22 Thread Martin Davis
t Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______ > Jump-pilot-devel mailin

Re: [JPP-Devel] Questions about Exception Handling

2008-10-22 Thread Martin Davis
nd why they are thrown. > > The Sunburned Surveyor > > On Wed, Oct 22, 2008 at 1:28 PM, Martin Davis <[EMAIL PROTECTED]> wrote: > >> You could map the checked Exception into an unchecked one (and chain the >> original exception). This isn't going

Re: [JPP-Devel] Questions about Exception Handling

2008-10-22 Thread Martin Davis
ing on the checked versus > unchecked exceptions myself. > > Thanks for the help. > > The Sunburned Surveyor > > On Wed, Oct 22, 2008 at 1:52 PM, Martin Davis <[EMAIL PROTECTED]> wrote: > >> Seems like a reasonable direction to me. The question of checked

[JPP-Devel] Stream digitizing tools?

2008-10-22 Thread Martin Davis
end (in either a click or stream fashion). Anything like that out there? And finally... has anyone thought about adding a Google-Maps style vertex insertion tool? -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022

Re: [JPP-Devel] Stream digitizing tools?

2008-10-22 Thread Martin Davis
Auto-panning would also be a nice feature for stream digitizing... Martin Davis wrote: > Has anyone created tools for doing stream digitizing? E.g. generating > points (at some rate or distance interval) along a linestring as long as > the mouse is held down? > > Also, it seem

Re: [JPP-Devel] Stream digitizing tools?

2008-10-22 Thread Martin Davis
de y meters wide > tolerance tube". > > Extending linestrings from one end would be highly appreciated feature. > > -Jukka Rahkonen- > > > -Alkuperäinen viesti- > Lähettäjä: Martin Davis [mailto:[EMAIL PROTECTED] > Lähetetty: to 23.10.2008 0:01 >

Re: [JPP-Devel] Stream digitizing tools?

2008-10-22 Thread Martin Davis
e tube". > > Extending linestrings from one end would be highly appreciated > feature. > > -Jukka Rahkonen- > > > -Alkuperäinen viesti- > Lähettäjä: Martin Davis [mailto:[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>] > Lähetetty: to 23.

  1   2   3   4   >