Skip to content

mogita/osmflux

Repository files navigation

OsmFlux

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.

Downloads

Screenshot

OsmFlux Screenshot

Roadmap

  • ☑️ JOSM Validation Conversion
  • ☑️ PBF Conversion
  • 🚧 PBF Manipulation

Supported Platforms

  • Linux
  • macOS
  • Windows

Development

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

Folder Structure

├── 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

Credit

This project contains pre-compiled binaries from the following projects:

You can read detailed credits in CREDITS.md.

License

This project is licensed under the terms of the AGPLv3 license.

About

Cross-platform OSM tools

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published