Quick start on Windows
-
Download some demo tiles.
-
Download the latest Windows version of Martin from the release page: martin-x86_64-pc-windows-msvc.zip
-
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.