Skip to content

Commit

Permalink
Add leaflet-omnivore
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Feb 6, 2014
1 parent b16c073 commit d573e6f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Expand Up @@ -32,6 +32,7 @@ s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-osm/
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-zoomslider/v0.7.0/L.Control.Zoomslider.js s3://mapbox-js/mapbox.js/plugins/leaflet-zoomslider/v0.7.0/L.Control.Zoomslider.js
s3cmd put --acl-public --mime-type "text/css" plugins/leaflet-zoomslider/v0.7.0/L.Control.Zoomslider.css s3://mapbox-js/mapbox.js/plugins/leaflet-zoomslider/v0.7.0/L.Control.Zoomslider.css
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-heat/v0.0.1/leaflet-heat.js s3://mapbox-js/mapbox.js/plugins/leaflet-heat/v0.0.1/leaflet-heat.js
s3cmd put --acl-public --mime-type "application/javascript" plugins/leaflet-omnivore/v0.0.0/leaflet-omnivore.min.js s3://mapbox-js/mapbox.js/plugins/leaflet-omnivore/v0.0.0/leaflet-omnivore.min.js
echo ""
echo ""
echo "--- DEPLOYED mapbox.js plugins ----"
10 changes: 10 additions & 0 deletions plugins.json
Expand Up @@ -118,5 +118,15 @@
]
}
}
},
"leaflet-omnivore": {
"prefix": "leaflet-omnivore",
"v": {
"0.0.0": {
"files": [
"leaflet-omnivore.min.js"
]
}
}
}
}

0 comments on commit d573e6f

Please sign in to comment.