Embedded viewer for large orthomosaic images for web sites (like Wordpress)

Hi, All,

I am looking for a way to imbed orthomosaic images in a web site. I use Wordpress. Are there any image viewers that are able to display these large images smoothly? Thank you.

Gary

What you’re looking for is something that can use the tiles generated (TMS):

I looked through wordpress plugins and while they have WMS via LeafletJS, they don’t seem to have the necessary options to use TMS formatted urls: See tms-in-leaflet

You’d need to upload the tiles to as static content.

QGIS has an embedded server which can also search all kinds of things, but if you’re starting from Wordpress, you’ll have a hard time trying to manager self-hosting that.

This is the closest I can get to something that wordpress can use: Leaflet Map – WordPress plugin | WordPress.org

Here’s the issue about it: support for WMS · Issue #54 · bozdoz/wp-plugin-leaflet-map · GitHub

Essentially, the tiles are just a organized set of directories and images, so as long as they cannonical order is known, they can get loaded, but leafletjs needs to be told its a TMS format as opposed to the WMS.

1 Like

You can use tms tiles with Leaflet. See for example: UAVArena/main.js at master · OpenDroneMap/UAVArena · GitHub

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.