Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/2574'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 1, 2020
2 parents 83bb627 + da07b63 commit bf9430f
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 32 deletions.
6 changes: 3 additions & 3 deletions Vendorfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ folder 'vendor/assets' do
end

folder 'leaflet' do
file 'leaflet.js', 'https://unpkg.com/leaflet@1.5.1/dist/leaflet-src.js'
file 'leaflet.css', 'https://unpkg.com/leaflet@1.5.1/dist/leaflet.css'
file 'leaflet.js', 'https://unpkg.com/leaflet@1.6.0/dist/leaflet-src.js'
file 'leaflet.css', 'https://unpkg.com/leaflet@1.6.0/dist/leaflet.css'

[ 'layers.png', 'layers-2x.png',
'marker-icon.png', 'marker-icon-2x.png',
'marker-shadow.png' ].each do |image|
file "images/#{image}", "https://unpkg.com/leaflet@1.5.1/dist/images/#{image}"
file "images/#{image}", "https://unpkg.com/leaflet@1.6.0/dist/images/#{image}"
end

from 'git://github.com/aratcliffe/Leaflet.contextmenu.git', :tag => 'v1.5.0' do
Expand Down
118 changes: 89 additions & 29 deletions vendor/assets/leaflet/leaflet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf9430f

Please sign in to comment.