hi-ucs/front/public/leaflet/libs/iclient8c/examples/js/proj4js/tools
wuhongjian afbf59cc50 初始化 2022-06-14 09:32:49 +08:00
..
catalogues 初始化 2022-06-14 09:32:49 +08:00
README.txt 初始化 2022-06-14 09:32:49 +08:00
closure.py 初始化 2022-06-14 09:32:49 +08:00
closure_ws.py 初始化 2022-06-14 09:32:49 +08:00
jsmin.c 初始化 2022-06-14 09:32:49 +08:00
jsmin.py 初始化 2022-06-14 09:32:49 +08:00
mergejs.py 初始化 2022-06-14 09:32:49 +08:00
mkpjcat.py 初始化 2022-06-14 09:32:49 +08:00
pjjs.py 初始化 2022-06-14 09:32:49 +08:00
toposort.py 初始化 2022-06-14 09:32:49 +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.