Re: [JPP-Devel] Fwd: setting SRID

2017-11-28 Thread edgar . soldin
putting this back on the list.. just asking because Jukka asked for SRID support for JML https://sourceforge.net/p/jump-pilot/mailman/message/36133057/ we negotiated a plain GML2 solution via a bounding box. now i am engineering a way to route the layers SRID style value to the file writer, wh

Re: [JPP-Devel] Fwd: setting SRID

2017-11-28 Thread Michaël Michaud
Hi Ede, Jukka, I've no idea about the best way to store srid information into jml. - Customized light way (e.g. attribute of the featureCollection tag) or - A pure gml way (a URI or URN on each geometry) I don't think that the first way can be a problem, but other gml drivers will not be able t

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread Giuseppe Aruta
Gdal/ogr2ogr is used by QGIS. Can QGIS independently decode external sidecar files, like aux.xml? or is everything done by gdal. Limiting to raster files (AFAIR) some gis sofware were able to read external auxiliary files (on demand by the user) to catch info about projection. Peppe 2017-11-29 8:1

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread Rahkonen Jukka (MML)
ähettäjä: Giuseppe Aruta [mailto:giuseppe.ar...@gmail.com] Lähetetty: 29. marraskuuta 2017 12:14 Vastaanottaja: OpenJump develop and use Aihe: Re: [JPP-Devel] Fwd: setting SRID Gdal/ogr2ogr is used by QGIS. Can QGIS independently decode external sidecar files, like aux.xml? or is everything done

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread edgar . soldin
ere in the JML > file to tell that? Are there more possible needs for JML 2.0 like some > geometry types which are not supported by GML2? > >   > > -Jukka Rahkonen- > >   > > *Lähettäjä:*Giuseppe Aruta [mailto:giuseppe.ar...@gmail.com] > *Läh**etetty:*29. ma

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread Michaël Michaud
marraskuuta 2017 12:14 *Vastaanottaja:* OpenJump develop and use *Aihe:* Re: [JPP-Devel] Fwd: setting SRID Gdal/ogr2ogr is used by QGIS. Can QGIS independently decode external sidecar files, like aux.xml? or is everything done by gdal. Limiting to raster files (AFAIR) some gis sofware

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread edgar . soldin
L. Attribute in the featureCollection with a working web link looks >>> simple but I do not know how much harm it could make to break GML2. The two >>> software that I know to read JML are OpenJUMP and GDAL. >>> >>>   >>> http://www.opengis.net/def/crs/EP

Re: [JPP-Devel] Fwd: setting SRID

2017-11-29 Thread Michaël Michaud
l.com] *Läh**etetty:*29. marraskuuta 2017 12:14 *Vastaanottaja:* OpenJump develop and use *Aihe:* Re: [JPP-Devel] Fwd: setting SRID Gdal/ogr2ogr is used by QGIS. Can QGIS independently decode external sidecar files, like aux.xml? or is everything done by gdal. Limiting to raster files (AFAI

Re: [JPP-Devel] Fwd: setting SRID

2017-12-20 Thread edgar . soldin
Mike & All, just had a look at r5543 and saw that FeatureSchema since the first commit in 2005 has a field and getter/setter for com.vividsolutions.jump.coordsys.CoordinateSystem, which is a light wrapper around an EPSG code. that is news to me and means that the SRID is already attached to ve

Re: [JPP-Devel] Fwd: setting SRID

2017-12-20 Thread Michaël Michaud
Hi Ede, OpenJUMP includes all successive attempts to manage SRID and Coordinate Transformation and it has become really messy with the time... here are some reasons (AFAIR) why I did not use CoordinateSystem at the first place : - Since RasterLayer and WMSLayer have been implemented, layer is

Re: [JPP-Devel] Fwd: setting SRID

2017-12-21 Thread edgar . soldin
hey Mike, i see where you're getting at, but currently i am just looking for a way to transport the SRID info of a vector layer down to the jump writer. for this purpose the CoordinateSystem object suits me just fine. there's no reason not to use it for now, as it is updated and stores the info

Re: [JPP-Devel] Fwd: setting SRID

2017-12-21 Thread Michaël Michaud
Ede, i see where you're getting at, but currently i am just looking for a way to transport the SRID info of a vector layer down to the jump writer. for this purpose the CoordinateSystem object suits me just fine. there's no reason not to use it for now, as it is updated and stores the info