Opened 18 years ago
Closed 17 years ago
#227 closed enhancement (wontfix)
extracting libosm to use it in multiple projects
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
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 by , 18 years ago
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → 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.