Merge pull request #73 from floybix/master

draw map layers in their correct order when using :with or :without
This commit is contained in:
Zach Oakes
2015-03-04 10:03:50 -05:00

View File

@@ -526,6 +526,7 @@ specify which layers to render with or without.
(set layer-names))
(u/throw-key-not-found k))
(map #(.indexOf ^java.util.List all-layer-names %))
(sort)
int-array
(.render renderer)))
(.render renderer))