Opened 6 years ago
Closed 5 years ago
#227 closed enhancement (wontfix)
extracting libosm to use it in multiple projects
| Reported by: | Marcus@… | Owned by: | josm@… |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
I am currently extracting your osm-data and -io -code and cleaning it up heavily
to create a libosm that is independent from josm.
I am using that lib to implement a framework to write navigation-systems and test navigation-related algorithms with the osm-data-set.
Please contact me. (cannot find an email anywhere)
Maybe we can use this to have data and io as an independent lib shared
by these 2 projects.
Attachments (0)
Change History (2)
comment:1 Changed 6 years ago by brett@…
comment:2 Changed 5 years ago by anonymous
- Resolution set to wontfix
- Status changed from new to closed
JOSM is not the best design base for such a lib, but feel free to use the code as you want as long as the license is satisfied.



The osmosis library now also contains a substantial amount of code which may be useful to other projects. JOSM and osmosis have quite different orientations where JOSM is very powerful but memory based and osmosis is focused on low-memory usage stream processing.
Am happy to discuss further if you wish.