tethys-feature-service/node_modules/proj4/lib/constants/units.js

5 lines
81 B
JavaScript
Raw Normal View History

2023-10-02 13:04:02 +00:00
export default {
ft: {to_meter: 0.3048},
'us-ft': {to_meter: 1200 / 3937}
};