Quick start on macOS
-
Download some demo tiles.
-
Download the latest version of Martin from the release page. Use about this Mac to find your processors type.
- Use martin-x86_64-apple-darwin.tar.gz for Intel
- Use martin-aarch64-apple-darwin.tar.gz for M1
-
Extract content of both files and place them in a same directory.
-
Open the command prompt and navigate to the directory where
martin
andworld_cities.mbtiles
are located. -
Run the following command to start Martin with the demo data:
# Show Martin help screen
./martin --help
# Run Martin with the sample data as the only tile source
./martin world_cities.mbtiles
View the map
See quick start with QGIS for instructions on how to view the map.