MapTiles.jl icon indicating copy to clipboard operation
MapTiles.jl copied to clipboard

Work with tiled web maps in Julia

Results 5 MapTiles.jl issues
Sort by recently updated
recently updated
newest added

This would probably be best put in the MapTiles.jl repo, but might also go into Tyler if we need Tyler's dependencies. I envision the method to be something like: ```julia...

enhancement

Adds a function to get the z index for a specific extent and resolution. Needs tests

@Huite showed me https://github.com/Huite/projecttile last week, and also https://github.com/geopandas/contextily/pull/120. I'm guessing we're almost there already since the code is CRS-aware with the WGS84 and WebMercator types, but it would be...

enhancement

Hello, I wonder if this library support reading, writing and displaying [MBTiles](https://github.com/mapbox/mbtiles-spec/blob/master/1.1/spec.md). MBTiles files can be generated using Java software [MOBAC (MOBile Atlas Creator](https://mobac.sourceforge.io/) by fetching various map source and...

enhancement
help wanted