File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,6 @@ def test_MVT_MRF_generation(self):
138
138
139
139
# Run vectorgen
140
140
os .chdir (test_artifact_path )
141
- if os .path .isfile ("../../tilematrixsets.xml" ) == False : # Check for tilematrixsets.xml
142
- if os .path .isfile ("/etc/onearth/config/conf/tilematrixsets.xml" ):
143
- os .symlink ("/etc/onearth/config/conf/tilematrixsets.xml" , test_artifact_path + "/tilematrixsets.xml" )
144
- else :
145
- self .fail ("Cannot find tilematrixsets.xml. Aborting test." )
146
- else :
147
- os .symlink ("../../tilematrixsets.xml" , test_artifact_path + "/tilematrixsets.xml" )
148
141
cmd = 'oe_vectorgen -c ' + self .mrf_test_config
149
142
run_command (cmd , ignore_warnings = True )
150
143
Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ limitations under the License.
21
21
<output_dir >output_dir/</output_dir >
22
22
<working_dir >working_dir/</working_dir >
23
23
<output_name >test_pvt</output_name >
24
- <output_format >MRF</output_format >
24
+ <output_format >MVT- MRF</output_format >
25
25
<target_epsg >4326</target_epsg >
26
26
<source_epsg >4326</source_epsg >
27
- <tilematrixset >EPSG4326_16km</tilematrixset >
27
+ <target_x >2560</target_x >
28
+ <target_y >1280</target_y >
28
29
<feature_reduce_rate >0</feature_reduce_rate >
29
30
<cluster_reduce_rate >0</cluster_reduce_rate >
30
31
</vectorgen_configuration >
You can’t perform that action at this time.
0 commit comments