org.openstreetmap.atlas.utilities.command.subcommands.OsmToAtlasCommandExamplesSection.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
Convert foo.osm to foo.atlas:
#osm2atlas foo.osm foo.atlas
Convert the JOSM formatted foo.josm.osm to foo.atlas, and apply a DMA country code:
#osm2atlas --josm foo.josm.osm foo.atlas --country DMA
Convert foo.osm on your desktop to foo.atlas and save it in your home folder:
#osm2atlas ~/Desktop/foo.osm ~/foo.atlas