Skip to content

Commit

Permalink
fix: add missing method used in layer definition generation (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Floran05 committed Dec 12, 2024
1 parent ffcebaa commit dd1e899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion map/client/mixins/map/mixin.base-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { Time } from '../../../../core/client/time.js'
import { getAppLocale } from '../../../../core/client/utils/index.js'
import '../../leaflet/BoxSelection.js'
import { Geolocation } from '../../geolocation.js'
import { LeafletEvents, TouchEvents, bindLeafletEvents, generatePropertiesSchema } from '../../utils.map.js' // https://github.com/socib/Leaflet.TimeDimension/issues/124
import { LeafletEvents, TouchEvents, bindLeafletEvents } from '../../utils.map.js' // https://github.com/socib/Leaflet.TimeDimension/issues/124
import { generateLayerDefinition } from '../../utils/utils.layers.js'

import markerIcon from 'leaflet/dist/images/marker-icon.png'
Expand Down
1 change: 1 addition & 0 deletions map/client/utils/utils.layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { LocalForage } from '@kalisio/feathers-localforage'
import { PMTiles, findTile, zxyToTileId } from 'pmtiles'
import { sourcesToViews } from 'protomaps-leaflet'
import * as kMapHooks from '../hooks/index.js'
import { generatePropertiesSchema } from '../utils.map.js'

export const InternalLayerProperties = ['actions', 'label', 'isVisible', 'isDisabled']

Expand Down

0 comments on commit dd1e899

Please sign in to comment.