Skip to content

Commit

Permalink
Get maps to work with 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Sep 6, 2023
1 parent eae732b commit 4a3da6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion app/packs/entrypoints/decidim/swisstopo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'leaflet'
import 'leaflet-tilelayer-swiss'
import 'leaflet-svgicon'
import 'leaflet.markercluster'
import '../../src/map.js' // must import this file in order to run any maps at all
import 'src/decidim/map.js'
import MapMarkersController from 'src/decidim/map/controller/markers.js'
import DragMarkersController from 'src/decidim/map/controller/drag_marker.js'
import MapStaticController from 'src/decidim/map/controller/static.js'
Expand Down
41 changes: 0 additions & 41 deletions app/packs/src/map.js

This file was deleted.

0 comments on commit 4a3da6d

Please sign in to comment.