Skip to content

Commit

Permalink
ONEARTH-396 Use oversample for reprojected JPEG and mod_reproject fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed May 8, 2017
1 parent 05b37b7 commit 74836c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitmodules
@@ -1,7 +1,6 @@
[submodule "src/modules/mod_reproject"]
path = src/modules/mod_reproject
url = https://github.com/nasa-gibs/mod_reproject.git
branch = gibs
[submodule "src/modules/mod_twms"]
path = src/modules/mod_twms
url = https://github.com/nasa-gibs/mod_twms.git
Expand Down
2 changes: 1 addition & 1 deletion src/modules/mod_reproject
1 change: 1 addition & 0 deletions src/scripts/oe_configure_reproject_layer.py
Expand Up @@ -350,6 +350,7 @@ def build_reproject_configs(layer_config_path, tilematrixsets_config_path, wmts=
dest_cfg.write('SourcePath {0}\n'.format(dest_url))
dest_cfg.write('SourcePostfix {0}\n'.format(dest_file_ext))
dest_cfg.write('MimeType {0}\n'.format(src_format))
dest_cfg.write('Oversample On\n')
dest_cfg.write('ExtraLevels 1\n')
# dest_cfg.write('SkippedLevels 1\n')

Expand Down

0 comments on commit 74836c8

Please sign in to comment.