File tree Expand file tree Collapse file tree 6 files changed +15
-14
lines changed Expand file tree Collapse file tree 6 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1919 "@supermapgis/tile-decryptor" : " ^1.0.0" ,
2020 "@turf/center" : " ^6.5.0" ,
2121 "@turf/meta" : " ^6.5.0" ,
22+ "canvg" : " 3.0.10" ,
2223 "echarts" : " 5.5.0" ,
2324 "fast-xml-parser" : " ^4.2.7" ,
2425 "fetch-ie8" : " 1.5.0" ,
3839 "rbush" : " ^2.0.2" ,
3940 "urijs" : " ^1.19.11" ,
4041 "flv.js" : " ^1.6.2" ,
42+ "three" : " 0.150.1" ,
4143 "video.js" : " ^7.10.2" ,
4244 "videojs-flvjs-es6" : " ^1.0.1" ,
4345 "xlsx" : " https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
Original file line number Diff line number Diff line change 2424 "jsonsql" : " 0.2.5" ,
2525 "pbf" : " 3.2.1" ,
2626 "flatgeobuf" : " 3.31.1" ,
27+ "proj4" : " 2.11.0" ,
2728 "rbush" : " ^2.0.2"
2829 }
2930}
Original file line number Diff line number Diff line change 1616 "license" : " Apache-2.0" ,
1717 "dependencies" : {
1818 "@mapbox/mapbox-gl-style-spec" : " ^14.3.0" ,
19- "@turf/center" : " ^6.5.0" ,
2019 "@turf/turf" : " 6.5.0" ,
20+ "@turf/meta" : " ^6.5.0" ,
2121 "mapv" : " 2.0.62" ,
2222 "mapbox-gl" : " 1.13.2" ,
23- "three" : " 0.150.1" ,
2423 "@supermapgis/iclient-common" : " 11.3.0" ,
25- "canvg" : " 3.0.10" ,
26- "flatgeobuf" : " 3.31.1" ,
27- "rbush" : " ^2.0.2" ,
28- "proj4" : " 2.11.0" ,
29- "flv.js" : " ^1.6.2" ,
30- "video.js" : " ^7.10.2" ,
31- "videojs-flvjs-es6" : " ^1.0.1"
24+ "lodash.clonedeep" : " ^4.5.0" ,
25+ "proj4" : " 2.11.0"
3226 }
3327}
Original file line number Diff line number Diff line change @@ -10,9 +10,14 @@ import { createMapExtendExtending } from '@supermapgis/iclient-common/util/MapEx
1010 * @private
1111 */
1212 export var MapExtend = ( function ( ) {
13+ const originMapProto = maplibregl . Map . prototype ;
14+
15+ if ( ! originMapProto . _inherit ) {
1316 maplibregl . Map = class MapEnhance extends createMapExtendExtending ( maplibregl ) {
1417 constructor ( options ) {
1518 super ( options ) ;
1619 }
1720 }
21+ maplibregl . Map . prototype . _inherit = true ;
22+ }
1823} ) ( ) ;
Original file line number Diff line number Diff line change 1717 "dependencies" : {
1818 "@maplibre/maplibre-gl-style-spec" : " ^20.3.0" ,
1919 "maplibre-gl" : " 4.3.2" ,
20- "mapv" : " 2.0.62" ,
21- "three" : " 0.150.1" ,
22- "canvg" : " 3.0.10" ,
2320 "@supermapgis/iclient-common" : " 11.3.0" ,
24- "rbush" : " ^2.0.2"
21+ "lodash.clonedeep" : " ^4.5.0" ,
22+ "proj4" : " 2.11.0"
2523 }
2624}
Original file line number Diff line number Diff line change 2121 "mapv" : " 2.0.62" ,
2222 "ol" : " 7.5.2" ,
2323 "canvg" : " 3.0.10" ,
24+ "lodash.clonedeep" : " ^4.5.0" ,
2425 "lodash.remove" : " ^4.7.0" ,
2526 "lodash.difference" : " ^4.5.0" ,
2627 "flatgeobuf" : " 3.31.1" ,
27- "rbush " : " ^2.0.2 "
28+ "proj4 " : " 2.11.0 "
2829 }
2930}
You can’t perform that action at this time.
0 commit comments