Fixed GeoGraphics doctest.
This commit is contained in:
parent
8745554cee
commit
9159073483
@ -100,7 +100,6 @@ window.CompactScatter = CompactScatter
|
||||
window.CoverScatter = CoverScatter
|
||||
window.MapObjectScatter = MapObjectScatter
|
||||
|
||||
|
||||
import { GeoLayer, MapLayer } from './maps/geolayer.js'
|
||||
window.GeoLayer = GeoLayer
|
||||
window.MapLayer = MapLayer
|
||||
@ -118,5 +117,8 @@ import Overlay from './maps/overlay.js'
|
||||
window.Overlay = Overlay
|
||||
|
||||
import { MapList } from './maps/maplist.js'
|
||||
import GeoJson, { GeoUtils } from './maps/geojson.js'
|
||||
window.MapList = MapList
|
||||
|
||||
window.GeoJson = GeoJson
|
||||
window.GeoUtils = GeoUtils
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user