Hi Marten Le 16/01/2019 à 14:13, Mårten Swärd a écrit :
Im currently working on a Web application that is supposed to allow a user to upload a geotiff to the system and then display it on a map. How do I programatically add a geotiff to Geoserver so that I can get an accessible layer thru WMS?
I would create an imagemosaic layer with a postgis index. This way, all you'd have to do is save the geotiff on your server and add an entry in your database index table to point to this geotiff.
Quite straightforward I believe. Regards -- Arnaud _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
