jywarren / mapknitter

Use Public Lab's MapKnitter to turn your aerial images into projected maps for print and web
http://mapknitter.org
GNU General Public License v3.0
44 stars 0 forks source link

Exported maps are sorting/overlaying the images different from viewer #104

Closed gonzoearth closed 12 years ago

gonzoearth commented 12 years ago

largest images are winning on what image overlays are on top during export http://publiclaboratory.org/map/buss-farm-rosetta-south-africa/2011-10-08 as an example http://mapknitter.org/map/view/buss-farm

jywarren commented 12 years ago

yipes, there's actually no sorting on the export side. Plan:

This has the added benefit that we could offer a set of checkboxes to disable certain images, and eventually it could be the basis for manual sorting (which would take some extra javascript interface).

And it would help issue #39, by letting people try exporting subsets of the full map if it's too big.

Relevant code: app/models/map.rb:323 for sorting, pre-compositing