Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /branches/destination-access/web/www/leaflet/install.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2008 - (show annotations) (download) (as text)
Sun Sep 1 14:49:11 2019 UTC (5 years, 6 months ago) by amb
File MIME type: text/x-sh
File size: 148 byte(s)
Merge from trunk (renaming of openlayers to openlayers2).

1 #!/bin/sh -x
2
3 version=1.5.1
4
5 # Download the file.
6
7 wget http://cdn.leafletjs.com/leaflet/v$version/leaflet.zip
8
9 # Uncompress it.
10
11 unzip leaflet.zip

Properties

Name Value
svn:executable *