OL-GDnD is an Openlayers mapping tool to allow Geotiff drag and drop imagery over the map. It helps user to view it on the fly, data remains on the user end. It is written in React and uses Geotiff.js library Geotiff.js(Library)
Live version is available: Demo
I came across this idea to implement drag and drop feature for raw satellite imagery over the Openlayers based map just like drag and drop feature for vector data files.
- React
- Openlayes
- Ol-Ext
- Geotiff.js
- Antd
- CSS Modules
-
Get the code.
% git clone [email protected]:mumairr/OL-Geotiff-drag-and-drop.git
-
install node modules.
% npm i
-
Install node modules.
% npm start
-
Verify that the app is up and running.
% open http://localhost:3000
The project is available as open source under the terms of the MIT License.
Please create an issue.