Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PanierAvide/OpenNetworkMap
Generates topological maps (like subway maps) from OpenStreetMap data.
https://github.com/PanierAvide/OpenNetworkMap
Last synced: 5 days ago
JSON representation
Generates topological maps (like subway maps) from OpenStreetMap data.
- Host: GitHub
- URL: https://github.com/PanierAvide/OpenNetworkMap
- Owner: PanierAvide
- License: gpl-3.0
- Archived: true
- Created: 2014-12-08T20:09:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T17:31:07.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T12:29:34.892Z (3 months ago)
- Language: Java
- Size: 4.31 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - PanierAvide/OpenNetworkMap - Generates topological maps (like subway maps) from OpenStreetMap data. (others)
README
OpenNetworkMap
==============Read-me
-------OpenNetworkMap is a tool allowing to create topological maps from OpenStreetMap data.
The ultimate goal is to provide a simple to use program for final users, making easy
to create any kind of network map (public transport, energy, water, ...) and export them
in several formats (SVG, PNG, Web page, ...). This software is written in Java.This project is still in progress, the core of the application (mostly) works, there is
no graphical user interface for the moment. You can give it a try by running the unit tests.External libraries
------------------OpenNetworkMap uses the following libraries:
* BasicOSMParser - OpenStreetMap data parser - Adrien Pavie - https://github.com/PanierAvide/BasicOSMParser
* Batik - SVG Java toolkit - The Apache Foundation - https://xmlgraphics.apache.org/batik/
* JUnit - Unit testing framework - JUnit Team - http://junit.org/
* OSBCP CSS Parser - CSS parser - Christoffer Pettersson - https://github.com/corgrath/osbcp-css-parser
* SigmaJS - Graph drawing for web pages - Alexis Jacomy - http://sigmajs.org/License
-------Copyright 2014 Adrien PAVIE
See LICENSE for complete GPL3 license.
OpenNetworkMap is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.OpenNetworkMap 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 General Public License for more details.You should have received a copy of the GNU General Public License
along with OpenNetworkMap. If not, see .