Skip to main content

Fanstatic packaging of Leaflet

Project description

js.leaflet

Introduction

This library packages the Leaflet JavaScript mapping library for fanstatic.

This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.leaflet) are published to some URL. As a bonus, this library also packages up minified versions of the original CSS resources.

Packaging

https://travis-ci.org/davidjb/js.leaflet.png?branch=master

The packaging is stored on GitHub at https://github.com/davidjb/js.leaflet. If you happen to come across a bug that corresponds to packaging, then please report it here. Pull requests are more than welcome if you’re fixing something yourself – the more help the better!

Any other bugs that relate to the library itself should be directed to the original developers.

Development of this package

This process requires installation of the package for development - the suggested method to do this is via the Buildout within this package:

cd js.leaflet
python boostrap.py
./bin/buildout

Running tests

After running the Buildout within this package, do this:

./bin/tox

…and watch the magic unfold.

Updating this package

In order to obtain a newer version of this library, do the following (substituting the version number for the newer version):

pushd js/leaflet/resources
wget https://github.com/Leaflet/Leaflet/archive/v0.6.2.tar.gz -O leaflet.tgz
#Overwrites older files with new ones
tar vxf leaflet.tgz --wildcards '*/dist' --strip=2
rm leaflet.tgz
popd
#Edit changelog, setup.py for versions, etc here
./bin/fanstatic_compile -v js
git add js
git commit -a -m "Updated for release 0.6.2"
git push

If you’re doing this out in your own fork of the GitHub repository, then send through a pull request so everyone can benefit from the updated library.

Usage

You can import leaflet from js.leaflet and need it where you want these resources to be included on a page:

>>> from js.leaflet import leaflet
>>> leaflet.need()

CHANGES

0.6.2 (2013-07-03)

  • Upgraded Leaflet to v0.6.2. [davidjb]

  • Use Fanstatic for minification of CSS. This library now requires Fanstatic 1.0a or above. [davidjb]

  • Fix typo in library name. [davidjb]

  • Add tox and Travis CI support. [davidjb]

0.5 (2013-02-04)

  • Upgraded Leaflet to v0.5. [davidjb]

0.4.5 (2013-01-07)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

js.leaflet-0.6.2.zip (121.2 kB view details)

Uploaded Source

File details

Details for the file js.leaflet-0.6.2.zip.

File metadata

  • Download URL: js.leaflet-0.6.2.zip
  • Upload date:
  • Size: 121.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for js.leaflet-0.6.2.zip
Algorithm Hash digest
SHA256 9f0d283cf7587cfaa1e68bf88161a2d959821862e363c461b56eaaace4a98122
MD5 5acd68dd1348d1041be6d0d125dd04e5
BLAKE2b-256 0f84023029d05be1d6234a4d426b5c2fb29ee433b71a031734015490e1883b54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page