[JPP-Devel] Paste GeoJSON directly?

2016-09-14 Thread Rahkonen Jukka (MML)
Hi, I was just reading about a new feature in QGIS https://www.qgis.org/en/site/forusers/visualchangelog216/index.html#feature-paste-geojson-features-directly-into-qgis Ede and others, now when we have i/o for GeoJSON, does it feel like a small or big jog to implement the same for OpenJUMP? Wher

Re: [JPP-Devel] ExtractLayerByGeometry

2016-09-14 Thread Michaël Michaud
Hi Stefan, Current plugin with option decompose checked is OK for me (I think this is the one you need for OSM and I want to keep it) -> every original geometry component goes in one of Point/LineString/Polygon but current plugin with "decompose unchecked" produces the following Empty -> empty

Re: [JPP-Devel] ExtractLayerByGeometry

2016-09-14 Thread Stefan Steiniger
Hey, rather than valuing Michaels proposal. Just a comment: If I remember correctly I did this change with the GeometryCollections to further process (split) a previously imported OpenStreetMap *.osm file (resulting in one Layer with everything mixed up). And I also think that I used the empty

[JPP-Devel] ExtractLayerByGeometry

2016-09-14 Thread Michaël Michaud
Hi list, ExtractLayerByGeometry is a very useful tool, but after several revisions, its semantic is still not the one I'd like: first version (beckerl) empty features -> deleted (multi)point -> first layer (multi)linestring -> second layer (multi)polygon -> third layer second version (beckerl)