Fixed GeoGraphics doctest.

This commit is contained in:
Severin Opel 2019-12-05 17:06:50 +01:00
parent 8745554cee
commit 9159073483
2 changed files with 57 additions and 14 deletions

View File

@ -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