Opened 16 years ago
Last modified 8 months ago
#2372 assigned enhancement
[patch] Geotiff as background layer — at Version 8
Reported by: | dalkvist | Owned by: | Larry0ua |
---|---|---|---|
Priority: | normal | Milestone: | Longterm |
Component: | Core | Version: | |
Keywords: | geotiff java11 | Cc: |
Description (last modified by )
I have made a first version of geotiff support, it assumes that the (geo)tiff images are in the WGS84 projection.
Depends on the following libraries, from geotools (v2.6):
geoapi
gt-api
gt-covrage
gt-data
gt-epsg-hsql
gt-geotiff
gt-main
gt-metadata
gt-referencing
hsqldb
jai_codec
jai_core
jai_imageio
Change History (9)
by , 16 years ago
Attachment: | geotiff.patch added |
---|
comment:1 by , 16 years ago
Summary: | Geotiff as background layer → [PATCH] Geotiff as background layer |
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Will you change this to be a part of WMS or an own plugin?
comment:3 by , 16 years ago
Component: | Core → Plugin |
---|
comment:4 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
Summary: | [PATCH] Geotiff as background layer → Geotiff as background layer |
Wont go into JOSM main. Leaving as new until made into a plugin.
comment:5 by , 15 years ago
would you consider it with a dependency on GDAL instead? (GDAL+OGR is the de facto gold standard, also supports almost every other geodata format out there, including Shapefiles)
http://www.gdal.org/formats_list.html
http://www.gdal.org/ogr/ogr_formats.html
Setting up a localhost GeoServer instance for WMS support is absolutely no easy substitute for the average OSMer!
thanks,
Hamish
GRASS GIS/OSGeo/DebianGIS/GpsDrive dev teams
comment:6 by , 15 years ago
(for example, I have local aerial photos in GeoTIFF format which would be very useful to use, and last month we helped out with creating kml+geotiffs for the Chilean earthquake satellite extracts)
comment:7 by , 15 years ago
fyi, Merkaartor (plugin) support:
http://www.mail-archive.com/merkaartor@openstreetmap.org/msg01833.html
comment:8 by , 14 years ago
Component: | Plugin → Plugin piclayer |
---|---|
Description: | modified (diff) |
Owner: | changed from | to
Summary: | Geotiff as background layer → [patch] Geotiff as background layer |
Could be added to piclayer plugin.
Probably this is better done in WMS plugin? I don't like the geotools deps in main josm.