expoweb/map/tools/make.sh

9 lines
273 B
Bash
Raw Normal View History

2023-11-14 17:11:52 +00:00
# This software is MIT licensed
# by Radost Waszkiewicz 2023
#
# This script combines chunks of javascript into
# one javascript file to be used by a web tool.
python3 extract_height_data.py > constants.jsp
cat height_from_utm_chunk.jsp constants.jsp > height_from_utm.js