You are not logged in.
- Topics: Active | Unanswered
#1 2022-04-02 12:27:30
- AFa1a
- Member
- Registered: 2022-03-24
- Posts: 4
Which framework JOSM uses for importing and rendering .osm files?
I'm making my own application and I want to add offline import and rendering of .osm files. I'm interested in which framework JOSM uses for importing and rendering .osm files? Thanks
Offline
#2 2022-05-16 19:24:14
- Gertjan Idema
- Member
- Registered: 2010-09-04
- Posts: 346
Re: Which framework JOSM uses for importing and rendering .osm files?
Josm uses the java SAX parser to read XML data from an .osm file or from the server.
For rendering, Josm uses javax.swing and it's own internal code.
Offline