Changes between Version 8 and Version 11 of Ticket #2372


Ignore:
Timestamp:
2020-02-19T00:18:09+01:00 (5 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2372

    • Property Summary [patch] Geotiff as background layerAdd GeoTIFF support
    • Property Owner changed from Larry0ua to Don-vip
    • Property Status newassigned
    • Property Component Plugin piclayerCore
    • Property Keywords java11 added
    • Property Priority minornormal
  • Ticket #2372 – Description

    v8 v11  
    1 I have made a first version of geotiff support, it assumes that the (geo)tiff images are in the WGS84 projection.
     1JOSM should support GeoTIFF:
     2- Java supports TIFF out of the box since [https://bugs.openjdk.java.net/browse/JDK-8065682 JEP 262] included in Java 9, so we just have to code the "Geo" part
     3- GeoTIFF is an [https://www.opengeospatial.org/standards/geotiff OGC standard] since 2019
     4- Projection grids will soon be provided in GeoTIFF format, see #18733
    25
    3 Depends on the following libraries, from geotools (v2.6):
    4 geoapi
    5 gt-api
    6 gt-covrage
    7 gt-data
    8 gt-epsg-hsql
    9 gt-geotiff
    10 gt-main
    11 gt-metadata
    12 gt-referencing
    13 hsqldb
    14 jai_codec
    15 jai_core
    16 jai_imageio
     6~~I have made a first version of geotiff support, it assumes that the (geo)tiff images are in the WGS84 projection.~~
     7
     8~~Depends on GeoTools library.~~