@@ -302,27 +302,16 @@ <h4 class="panel-title">
302302 < table class ="table table-bordered ">
303303 < thead >
304304 < tr >
305- < th > ID</ th >
306- < th > 文件名称 </ th >
307- < th > 添加时间 </ th >
308- < th > 浏览影像 </ th >
305+ < th > ID</ th >
306+ < th data-i18n =" resources.text_filename " > </ th >
307+ < th data-i18n =" resources.text_addTime " > </ th >
308+ < th data-i18n =" resources.text_showImage " > </ th >
309309 </ tr >
310310 </ thead >
311311 < tbody id ="collectionsTbody "> </ tbody >
312312 </ table >
313313 < nav class ="page " aria-label ="Page navigation ">
314- < ul id ="pagination " class ="pagination ">
315- < li id ="previous-page ">
316- < a href ="# " aria-label ="Previous ">
317- < span aria-hidden ="true "> «</ span >
318- </ a >
319- </ li >
320- < li id ="next-page " style ="margin-right: 0 ">
321- < a href ="# " aria-label ="Next ">
322- < span aria-hidden ="true "> »</ span >
323- </ a >
324- </ li >
325- </ ul >
314+ < ul id ="pagination " class ="pagination "> </ ul >
326315 </ nav >
327316 </ div >
328317 </ div >
@@ -356,7 +345,7 @@ <h4 class="modal-title" id="myModalLabel"></h4>
356345 < script type ="text/javascript ">
357346 var host = window . isLocal ? window . server : 'https://iserver.supermap.io' ;
358347 var root = host + '/iserver/services/imageservice-hainan/restjsr' ;
359- var url = host + '/iserver/services/data-China100 /rest/data' ;
348+ var url = host + '/iserver/services/data-china400 /rest/data' ;
360349 var attribution =
361350 "<a href='https://www.mapbox.com/about/maps/' target='_blank'>© Mapbox </a>" +
362351 "with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a> | </span>" +
@@ -457,7 +446,7 @@ <h4 class="modal-title" id="myModalLabel"></h4>
457446 } ) ;
458447 } , 2000 ) ;
459448 }
460-
449+
461450 function showSearchResultBox ( searchResult ) {
462451 if ( searchResult === undefined ) {
463452 removeLayer ( map , searchBoxLayerID ) ;
@@ -576,6 +565,7 @@ <h4 class="modal-title" id="myModalLabel"></h4>
576565 var sqlParam = new SuperMap . GetFeaturesBySQLParameters ( {
577566 queryParameter : { attributeFilter : "PAC Like '46%'" } ,
578567 datasetNames : [ 'China:City_R' ] ,
568+ targetPrj : { epsgCode : 4326 } ,
579569 maxFeatures : 10000
580570 } ) ;
581571 new mapboxgl . supermap . FeatureService ( url ) . getFeaturesBySQL ( sqlParam , function ( serviceResult ) {
0 commit comments