Opened 4 years ago
Last modified 17 months ago
#2372 new enhancement
(patch) Geotiff as background layer
| Reported by: | dalkvist | Owned by: | Larry0ua |
|---|---|---|---|
| Priority: | minor | Component: | Plugin piclayer |
| Version: | Keywords: | geotiff | |
| Cc: |
Description (last modified by bastiK)
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
Attachments (1)
Change History (10)
Changed 4 years ago by dalkvist
comment:1 Changed 4 years ago by stoecker
- Summary changed from Geotiff as background layer to [PATCH] Geotiff as background layer
comment:2 Changed 4 years ago by stoecker
- Owner changed from team to dalkvist
- Status changed from new to needinfo
Will you change this to be a part of WMS or an own plugin?
comment:3 Changed 4 years ago by anonymous
- Component changed from Core to Plugin
comment:4 Changed 4 years ago by stoecker
- Owner changed from dalkvist to team
- Status changed from needinfo to new
- Summary changed from [PATCH] Geotiff as background layer to Geotiff as background layer
Wont go into JOSM main. Leaving as new until made into a plugin.
comment:5 Changed 3 years ago by hamish_b@…
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 Changed 3 years ago by hamish_b@…
(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 Changed 3 years ago by hamish_b@…
fyi, Merkaartor (plugin) support:
http://www.mail-archive.com/merkaartor@openstreetmap.org/msg01833.html
comment:8 Changed 18 months ago by bastiK
- Component changed from Plugin to Plugin piclayer
- Description modified (diff)
- Owner changed from team to Larry0ua
- Summary changed from Geotiff as background layer to [patch] Geotiff as background layer
Could be added to piclayer plugin.
comment:9 Changed 17 months ago by stoecker
- Summary changed from [patch] Geotiff as background layer to (patch) Geotiff as background layer



Probably this is better done in WMS plugin? I don't like the geotools deps in main josm.