Skip to content

Commit

Permalink
chore: change MapNext to Map
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jun 5, 2024
1 parent a3cbd49 commit 7ca84b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/maps/src/earth/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { MapNext } from '@antv/l7-map';
import type { Map } from '@antv/l7-map';
import BaseMapWrapper from '../utils/BaseMapWrapper';
import MapService from './map';
export default class EarthWrapper extends BaseMapWrapper<MapNext> {
export default class EarthWrapper extends BaseMapWrapper<Map> {
protected getServiceConstructor() {
return MapService;
}
Expand Down

0 comments on commit 7ca84b8

Please sign in to comment.