https://github.com/dimasmith/ukraine-region-map
Map of ukraine with all region center points
https://github.com/dimasmith/ukraine-region-map
Last synced: over 1 year ago
JSON representation
Map of ukraine with all region center points
- Host: GitHub
- URL: https://github.com/dimasmith/ukraine-region-map
- Owner: dimasmith
- Created: 2016-05-12T21:42:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T19:29:42.000Z (about 10 years ago)
- Last Synced: 2025-01-21T11:45:01.883Z (over 1 year ago)
- Language: JavaScript
- Size: 3.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Region mapper
=============
Application for mapping raster maps to SVG polygons.
It uses flood fill to detect closed areas on map and
then detects area bounds and converts it to SVG polygons.
Application has mapping front-end and REST backend.
Backend provides list of already mapped regions and saves new one to mongo.
Application now is one-time utility but with plans to expand it with
better ui and few improvements.
# Development
Application is built with babel and webpack.
To build both front end and back end use `npm run build`
## Requirements
Application needs node `v6.1.0` or newer.
## Starting
`npm backend` and then navigate to http://localhost:8000