qd-changjing/public/leaflet/libs/iclient8c/examples/js/proj4js/tools
wuhongjian 50611d32e1 first commit 2022-07-05 16:56:29 +08:00
..
catalogues first commit 2022-07-05 16:56:29 +08:00
README.txt first commit 2022-07-05 16:56:29 +08:00
closure.py first commit 2022-07-05 16:56:29 +08:00
closure_ws.py first commit 2022-07-05 16:56:29 +08:00
jsmin.c first commit 2022-07-05 16:56:29 +08:00
jsmin.py first commit 2022-07-05 16:56:29 +08:00
mergejs.py first commit 2022-07-05 16:56:29 +08:00
mkpjcat.py first commit 2022-07-05 16:56:29 +08:00
pjjs.py first commit 2022-07-05 16:56:29 +08:00
toposort.py first commit 2022-07-05 16:56:29 +08:00

README.txt

This directory contains tools used in the packaging or deployment of proj4js.

Javascript minimizing tools:

 * jsmin.c, jsmin.py:
   jsmin.py is a direct translation of the jsmin.c code into Python. jsmin.py
   will therefore run anyplace Python runs... but at significantly slower speed.