Package uk.me.parabola.mkgmap.osmstyle

OSM style code

See:
          Description

Class Summary
ActionRule An action rule modifies the tags on the incoming element.
CombinedStyleFileLoader Load a style from a single file.
DirectoryFileLoader Deal with a style that is contained in a directory.
ExpressionRule A rule that contains a condition.
JarFileLoader Load a style from a jar file.
MapFeatureReader Read in a map-features file.
OverlayReader Reads the overlay file.
RuleFileReader Read a rules file.
RuleIndex An index to reduce the number of rules that have to be executed.
RuleSet A list of rules and the logic to select the correct one.
StyledConverter Convert from OSM to the mkgmap intermediate format using a style.
StyleFileLoader Open a style which can be on the classpath (mainly for the built-in styles) or in a specified file or directory.
StyleImpl A style is a collection of files that describe the mapping between the OSM features and the garmin features.
StylePrinter Class for printing out a style.
TypeReader Read a type description from a style file.
 

Package uk.me.parabola.mkgmap.osmstyle Description

OSM style code

This code deals with getting the appropriate garmin tag to use for an OSM node or way, based on the tags for the element. This code should be independant of the method used to read the data, which may be from an xml file or from a database for example.