Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)