Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export "Tiles" (with z/x/y URL scheme) #714

Open
ghost opened this issue Jun 24, 2016 · 3 comments
Open

Export "Tiles" (with z/x/y URL scheme) #714

ghost opened this issue Jun 24, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 24, 2016

"Tiles" export would be good and not hurd to implement:

TASKS:

Main target - make functionality similar to "QTiles" module of QGIS, but simpler and easy

Checkout result - generating TMS tiles for different zoom with hierarchical folder and naming structure, ready to implement in any website using existing libraries for interactive maps (creating own WMS using generated tiles).

References:

Related:

@ghost ghost changed the title TMS tiles export Export "Tiles" (with z/x/y URL scheme) Jun 24, 2016
@Abbe98
Copy link
Contributor

Abbe98 commented Jun 24, 2016

(I work with WMS/TMS services within the Wikimedia community).

Georeferencing settings export to file (partly implemented )
http://kartena.github.io/Proj4Leaflet/
https://gist.github.com/walkermatt/3034742
Generating HTML-page template with webmap viewport (partly implemented as XML related fileformats
http://dev.openlayers.org/examples/wms.html

Only generate a static TMS thing or something that could possible serve a WMS. Don't think about any implementations of such a output.

Tiles image format - JPG, PNG or GIF (partly implemented in image export)

If you would turn orienteering maps into WM/TM-services go with PNG or SVG.

Checkout result - generating TMS tiles for different zoom with hierarchical folder and naming structure, ready to implement in any website using existing libraries for interactive maps (creating own WMS using generated tiles).

TMS and WMS are two different protocols(aka TMS tiles is not used within WMS). TMS serves tiles using a hierarchical folder and naming structure as mentioned above while WMS uses a GIS database to generate tiles*.

  • TMS tiles could also be generated on demand of course.

My general comment

Overall bitmap based services for small vector based maps(such as orienteering ones) is a very bad idea as vector layers is now commonly supported and are a lot better for such maps. When GDAL comes around you will be able to export to formats that you could use in Leaflet/OpenLayers or whatever implementation you can think of(so it's just a matter of time).

Also QGIS will be able to take exports from Mapper and turn them into TM/WM-services, once GDAL is implemented.

@dg0yt
Copy link
Member

dg0yt commented Jun 27, 2016

With tiles, you normally want to supply different levels of detail, depending on zoom. There is no such concept in orienteering map standards.

@ghost
Copy link
Author

ghost commented Jun 27, 2016

There is easy way to replace symbol sets, so it would be possible export in different zoom in different symbols.
Also, I hope soon OOM could have simple scripting interface or work from command line.

As for me, OOMapper must be not limited with orienteering maps but also can be complex cartographic desktop publishing app, that would be used for creating and publishing different types of maps.

@ghost ghost mentioned this issue May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants