To get all the possible layers, take a look at the WMS GetCapabilities or, easier, use verbose=True to print them
layers is a list of the WMS layers to use.
The problem is that using only these parameters won’t add the layer properly. It’s interesting for debugging, since prints all the available layers, projections in EPSG codes, and other information verbose prints the url used to get the remote image.Usually, the possibilities are png/gif/jpeg. format sets the image format to ask at the WMS server.Many arguments aren’t documented, making this method a little bit difficult to use
#Pix4dmapper change basemap how to
To see how to set a projection this way, see the section Using epsg to set the projection It’s interesting for debuggingĪn important point when using this method is that the projection must be set using the epsg argument, unless 4326, or cyl in Basemap notation is used. Changing its value will change the number of pixels, but not the zoom level
#Pix4dmapper change basemap full
To get the full list of available layers, check the API web page,