mapslice icon indicating copy to clipboard operation
mapslice copied to clipboard

Slices a given image into tiles to be used for a interactive map display. (including command-line tool)

Results 10 mapslice issues
Sort by recently updated
recently updated
newest added

The conversion process (ImageMagick, GraphicsMagic) will be executed regardless of the value defined by parallelLimit. Perhaps it doesn't make sense because the next process runs before the above process ends,...

Hi, my Panorama images are 8000 x 4000, so I think it would make sense to have 500x500 tiles? This size is the standard output of the new Iris360 Google...

enhancement
pr-welcome

I wrote some initial unit tests for a few sections, but there are still quite a few missing...

pr-welcome

I have uploaded an image with this spec: 13.62MB original dimension: 15822 x 1897 ![basemap-1469553899965](https://cloud.githubusercontent.com/assets/629338/17148865/5c40a1a4-539b-11e6-91d8-51016960628c.jpg) The issue that is running out memory on each every time. With the heroku free...

Some tile systems require tile overlap to produce a map that doesn't look ugly (particular problem of svg maps)

enhancement
pr-welcome

Beside the common Google Image order (z/y/x) It might be reasonable to support a TMS output file-pattern. http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/

enhancement
pr-welcome

Beside the common Google Image order (z/y/x) It might be reasonable to support a QuadTree output file-pattern. http://msdn.microsoft.com/en-us/library/bb259689.aspx http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/

enhancement
pr-welcome

http://www.gdal.org/ http://www.klokan.cz/projects/gdal2tiles/

enhancement
pr-welcome

http://en.wikipedia.org/wiki/VIPS_(software) https://github.com/jcupitt/libvips https://github.com/dosx/node-vips maybe? https://github.com/openzoom/node-deepzoomtools/blob/master/lib/vips._coffee

enhancement