Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fbielejec/polygonsmap
- Owner: fbielejec
- Created: 2011-04-13T07:34:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-21T14:46:08.000Z (over 13 years ago)
- Last Synced: 2025-01-04T01:39:38.199Z (21 days ago)
- Language: Java
- Homepage:
- Size: 625 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
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.
________________________________________________________________________________
COMPILINGDepends 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