You are not logged in.
- Topics: Active | Unanswered
Announcement
*** NOTICE: forum.openstreetmap.org is being retired. Please request a category for your community in the new ones as soon as possible using this process, which will allow you to propose your community moderators.
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
#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: 347
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