Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#21990 closed task (invalid)

Which framework JOSM uses for importing and rendering .osm files?

Reported by: AFa1a Owned by: team
Priority: normal Milestone:
Component: unspecified Version:
Keywords: Cc:

Description

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

Attachments (0)

Change History (2)

comment:1 by taylor.smock, 3 years ago

Resolution: invalid
Status: newclosed

Java Swing is used for the actual rendering. Everything else is in the JOSM codebase. For example, we use mapcss to determine how to render the data, we have an xml parser for OSM data, etc.

See source:/trunk/src/org/openstreetmap/josm/gui/mappaint for the MapCSS implementation, see source:trunk/src/org/openstreetmap/josm/io/OsmReader.java for the XML parser.

comment:2 by skyper, 3 years ago

Component: Coreunspecified
Type: defecttask

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.