Skip to content
Snippets Groups Projects
Commit 07d155ac authored by David Hoese's avatar David Hoese
Browse files

Merge branch 'feature-g2g-true-color-night' into 'master'

Replace true_color with true_color_night as primary product

See merge request cspp_geo/cspp-geo-web-viewer!39
parents 4928e96c 3a77179c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM tiledb/tiledb-geospatial:latest
WORKDIR /work
RUN apt-get update && apt-get install -y unzip && \
wget http://ssec.wisc.edu/~rayg/pub/amqpfind.zip && \
wget http://www.ssec.wisc.edu/~rayg/pub/amqpfind.zip && \
unzip amqpfind.zip && \
rm amqpfind.zip && \
rm -rf /var/lib/apt/lists/*
......
......@@ -70,8 +70,8 @@ def shapes_generator(input_files, prev_shapefile, shared_bbox=False):
# the old shapefile includes a file that we no longer want
# keep going through the existing shapes until we find one we
# do want
location, shape_info = next(prev_shapes, default_shape)
yield 'removed', location, shape_info
location, shape_info = next(prev_shapes, default_shape)
continue
yield 'existing', location, shape_info
location, shape_info = next(prev_shapes, default_shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment