publiclab / mapknitter-exporter

The GDAL/ImageMagick-based exporter system from MapKnitter
GNU General Public License v3.0
5 stars 4 forks source link

consolidate "collection_id" and "map_id" #21

Open jywarren opened 5 years ago

jywarren commented 5 years ago

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.