publiclab / mapknitter-exporter

The GDAL/ImageMagick-based exporter system from MapKnitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consolidate "collection_id" and "map_id"

jywarren opened this issue · comments

map_id seems unused and could be swapped:

    MapKnitterExporter.run_export(
	      id, # sources from first image
	      scale,
	      export,
	      map_id,
	      ".",
	      @data,
	      key
    )

We'd need to update the sinatra app downstream as well.