Moved to https://github.com/mogita/osmflux
OsmFlux provides a graphical interface for a curated range of OSM tools to help working on the map data, format conversion, calculations and more.
Currently at pre-alpha stage, things might not be thoroughly tested. In case you spot any broken part please file an issue, thank you.
- Latest release
- Linux (unzip and run the
osmflux
binary) - macOS (not signed, you might need to allow it from Gatekeeper, here's how)
- Windows
- Linux (unzip and run the
- All releases
- ☑️ JOSM Validation Conversion
- ☑️ PBF Conversion
- 🚧 PBF Manipulation
- Linux
- macOS
- Windows
After cloning the project to your local environment, start dev server with the following command:
# install or update dependencies first
yarn
# start dev server
yarn dev
# build binaries of OsmFlux
yarn build
# build binaries AND make packages for final distribution
yarn release
├── bin # Neutralino.js binaries, only appears after dependency installation
├── commands # binaries that will be included in OsmFlux to provide certain features
│ ├── glancet
│ ├── osmfilter
│ ├── osmconvert
│ └── osmosis
├── dist # The output directory of building and packaging
│ ├── archives
│ ├── osmflux
│ └── packages
└── gui # The source code of OsmFlux's UI and functionalities
├── build
├── public
└── src
This project contains pre-compiled binaries from the following projects:
You can read detailed credits in CREDITS.md.
This project is licensed under the terms of the AGPLv3 license.