initialize Spatial
<<<<< 986f0932, 12a25770, 1ff37404 >>>>>
Added drawing handlers,
Added leaflet,
Added proj4,
Added react-json-schema-form
fixed package.json import,
added resolve .jsx extension in webpack.config.js,
removed babel helpers, (made for es6 propsal stage, not used gimmicks, Stage 2 preset)
- "babel-plugin-transform-decorators-legacy": "1.3.4",
- "babel-plugin-transform-export-extensions": "6.22.0",
- "babel-plugin-transform-object-rest-spread": "6.26.0",
- "babel-plugin-transform-runtime": "6.23.0",
- "babel-plugin-add-module-exports": "0.2.1",
- "babel-plugin-react-html-attrs": "2.0.0",
- "babel-plugin-react-intl": "2.3.1",
- "babel-plugin-react-transform": "3.0.0",
- "babel-preset-stage-2": "6.24.1",
Babel core bumped to 7.6.2
Babel preset env bumped to 7.6.2
Babel preset react bumped to 7.0.0
Babel eslint bumped to 10.0.3
Babel loader bumped to 8.0.6
added / replaced "@babel/plugin-proposal-class-properties": "^7.7.4", bump
added / replaced "@babel/plugin-syntax-dynamic-import": "^7.7.4", bump
reverted react json schema form to 1.0.3, compatibility issues
reverted leaflet to 1.5.1 from 1.6
revised proj4,
revised draw /edit handers
Added eslint camel case rule, off
newlines auto added / tweaked
<<<<< ed6333af >>>>>
tweaked Module.js cards,
- added lpis,
- tweaked field control to fc case
<<<<< d4745098 >>>>>
added form.css
- fixed input checkbox,
- tweaked map size,
- added form class identifier
<<<<< e5750a45 >>>>>
added map.css,
- remove parent padding
- remove inline map container style
Tweaked map height calculation, properly consider application elements.
Refactored tool and ui folder structure,
- tools folder kept, handlers disassembled to appropriate dirs
- tool implementation preserved
- Moved some tool functionalities to ui, closer to the html elements that interact with it
- The above is relevant for all toolbar functionalities
- fixed exports and imports
- renamed a couple of namespaces
<<<<< 65efb102 >>>>
fix expectation of error object to be thrown.