Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fbielejec/polygonsmap

Draws maps in Processing using csv files with coordinates as input
https://github.com/fbielejec/polygonsmap

Last synced: 16 days ago
JSON representation

Draws maps in Processing using csv files with coordinates as input

Awesome Lists containing this project

README

        

PolygonsMap

This is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.


________________________________________________________________________________
PURPOSE

We want to have an easy an efficient way of drawing our own maps from comma
separated coordinate values. This would allow us to use different map projections,
zoom in to areas of interest, save output to post script (eps) images and many
others.

To operate :left click to rotate, right click to zoom, both or middle to pan.
________________________________________________________________________________
COMPILING

Depends on the following Processing libraries:

core.jar
PeasyCam.jar

________________________________________________________________________________
TODO

* Polygons don't get filled (!!!)
* Reassign interfaces:
- left mouse drag to pane
- middle drag to rotate the camera
* Camera is not re-set when changing projections