Skip to content

Commit

Permalink
chore: types整理
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Nov 10, 2023
1 parent ba438fb commit bf2ef54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/gis/geoJson/child/geoJsonEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ import $eventBus from '@/plugins/EventBus.js'
import VanillaJsonEditor from '@/components/VanillaJsonEditor.vue'
import { Ref } from 'vue'
import { JSONValue } from '@/types/vanillaJsonEditor'
import { FeatureCollection } from 'geojson'
const editor: Ref<InstanceType<typeof VanillaJsonEditor> | null> = ref<InstanceType<typeof VanillaJsonEditor> | null>(null)
let geoJson: FeatureCollection = {
let geoJson: JSONValue = {
type: 'FeatureCollection',
features: []
}
Expand Down

0 comments on commit bf2ef54

Please sign in to comment.