Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonxiang/pymap_webapp
A webapp version for Raster Map Download Helper
https://github.com/brandonxiang/pymap_webapp
flask jquery pymap requests tile webapp
Last synced: 3 months ago
JSON representation
A webapp version for Raster Map Download Helper
- Host: GitHub
- URL: https://github.com/brandonxiang/pymap_webapp
- Owner: brandonxiang
- License: mit
- Created: 2016-06-21T06:45:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T01:03:36.000Z (about 2 years ago)
- Last Synced: 2024-10-11T12:58:22.355Z (3 months ago)
- Topics: flask, jquery, pymap, requests, tile, webapp
- Language: JavaScript
- Size: 29.3 KB
- Stars: 34
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyMap_webapp [中文文档](README_CN.md)
A webapp version for Raster Map Download Helper## Similar Project
- [brandonxiang/pyMap](https://github.com/brandonxiang/pyMap) Raster Map Download Helper by python.
- [brandonxiang/pyMap_GFW](https://github.com/brandonxiang/pyMap_GFW) Raster Map Download Helper with [selenium](https://github.com/SeleniumHQ/selenium/) and [PhantomJS](http://phantomjs.org/)
- [brandonxiang/pyMap_webapp](https://github.com/brandonxiang/pyMap_webapp) A webapp version for [pyMap]((https://github.com/brandonxiang/pyMap)
- [brandonxiang/nodemap_spider](https://github.com/brandonxiang/nodemap_spider) Crawler Project for Raster Map by Electron.
- [brandonxiang/nodemap](https://github.com/brandonxiang/nodemap) A electron app for [nodemap_spider](https://github.com/brandonxiang/nodemap_spider)## Version
ALPHA 0.13
## Dependencies
- python 3.5
- [Flask](https://github.com/pallets/flask)
- [pyMap](https://github.com/brandonxiang/pyMap)
- [Mapviewer](https://github.com/brandonxiang/MapViewer)## Installation
### Python Web Server Installation
```
pip install -r requirement
```### Javascript Package Installation
```
cd static
npm install
```## Usage
- use retangle tool to draw a range of area
- double click that area to download the map
- fill in the form for attributions## Development
On the develop branch
## TODO
[TODO](TODO.md)
## LICENSE
[MIT](LICENSE)