Frequently Asked Questions about QMS
If you don’t see an answer to your question below, let us know in comments or send it to us directly, we’ll add it here.
General
A: QuickMapServices (QMS) is an open catalog of geodata sources and a way to add them to your GIS in one click (read more).
A: To make geospatial services more accessible.
A: To easily find them and plug-in to your GIS project. Literally in just few clicks.
A: Sure! But you’ll have to enter cumbersome links and parameters.
Using a service
A: Search and add it in your GIS. Currently there are clients for QGIS, ArcGIS and NextGIS Mobile.
A: This depends on a service. Through QMS you can get access to vector data, basemaps and rasters.
Adding a service
A: You can add:
- TMS – Tile Map Service.
- WMS – Web Map Service.
- WFS – Web Feature Service.
- GeoJSON – geodata in GeoJSON format. Link to file or data stream.
A: You’ll need to provide a correct service url at the very least.
A: Unfortunately, not at this point, you’ll need to learn the basics first.
A: Most probably not, links copied from browsers address bar are typically not service links that you can use with QMS.
A: Here are few examples and their particular features:
- TMS – http://tile.openstreetmap.org/{z}/{x}/{y}.png
- This service provides tiled images
- Note z, x, y – those are tile numbers, they correspond to a particular area
- You can use {switch:1,2,3} to specify the list of domains. e.g. http://{switch:a,b,c}.tile.openstreetmap.org/{z}/{x}/{y}.png
- WMS – http://cartoweb.cma.gva.es/arcgis/services/cartografia_tematica/MapServer/WMSServer
- This service provides untiled-imagery
- Note words like ‘wms’ or ‘wmsserver’ in the link
- WFS – http://www.wfs.nrw.de/geobasis/wfs_nw_alkis_vereinfacht?REQUEST=GetCapabilities&SERVICE=WFS
- This service provides vector data
- Note words like ‘wfs’ or WFSserver’ in the link
- GeoJSON – http://opengeo.intetics.com.ua/osm/pa/data/protected_area_polygon.geojson
- This service provides vector data and is probably the simplest, being just a file with data
- File can be hosted anywhere, as long as it’s valid GeoJSON
A: Please note the following particulars when creating a WMS service:
- You should use layer(s) NAME, not layer(s) TITLE.
- To check what layers are available, add your WMS to QGIS first Layer/Add Layer/WMS layer... and have a look what’s there.
A: Yes, there are lots of varieties and service link can look very differently. Just browse QMS clicking on service type and see what kind of links other services show.
Start with the ones down below.
A: You can't change the type of a service once created. You'll need to create another one with the correct type.
A: Find it through a client and add to see the data on a map. In QGIS you can use QuickMapServices plugin.
Q: What is service boundary and why add it?
A: Service boundary describes its geographic extent. It is not mandatory, but if the service has boundary, several convenient feature become available. For example, service becomes discoverable by its location on the map, even if name is unknown.
A: Service boundary can be added while creating or editing a service. Service boundary is a GeoJSON file with the following parameters:
- Coordinate system EPSG: 4326
- Geometry type: polygon or multipolygon
- File size: 2 MiB
- Number of feature in a file: one (can in fact be several, but only the first one will be used).
A: GeoJSON can be created in QGIS or at http://geojson.io
A: After adding - find this service in QMS for QGIS and place a mouse cursor over the service in the search panel. If all went well, green rectangle defining service extent will appear on the map. If not - double check your GeoJSON and re-upload if there are problems.
Fixing a service
A: Use ‘report a problem’ form.
Every service has it’s author (maintainer, submitter). Use the form to let the submitter know that the service is broken. Provide information how to fix it.
A: If maintainer doesn’t reply for a long time – create a new service (you’ll become it’s maintainer). Old incorrect service will gradually be removed.
Removing Services
A: There are several reasons why we remove services:
- the service is not working for a long time (due to a broken link or other parameters)
- he service is a duplicate of an already created one
- the service lacks proper name and/or description. QMS is a public collection, all services must have explicit metadata.
A: You can't delete services at the moment. Report a problem and we'll remove it soon.