Skip to content

Commit

Permalink
Update leaflet-draw.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
siberfx authored Oct 7, 2024
1 parent d956494 commit 64853fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/views/leaflet-draw.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@basset('https://unpkg.com/[email protected]/dist/leaflet.css')
@basset('https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css')
@basset('https://cdn-geoweb.s3.amazonaws.com/esri-leaflet-geocoder/0.0.1-beta.5/esri-leaflet-geocoder.css')
@bassetBlock('siberfx/fields/basset-draw-field.css')
@bassetBlock('backpack/fields/basset-draw-field.css')
<style>
#{{ $mapId }}
{
Expand Down Expand Up @@ -75,7 +75,7 @@
@basset('https://cdn-geoweb.s3.amazonaws.com/esri-leaflet/0.0.1-beta.5/esri-leaflet.js')
@basset('https://cdn-geoweb.s3.amazonaws.com/esri-leaflet-geocoder/0.0.1-beta.5/esri-leaflet-geocoder.js')

@bassetBlock('siberfx/fields/basset-draw-field.js')
@bassetBlock('backpack/fields/basset-draw-field.js')
<script>
let mapId = '{{ $mapId }}',
defaultZoom = '{{ $zoomLevel }}',
Expand Down

0 comments on commit 64853fb

Please sign in to comment.