Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 853 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 853 Bytes

osm-editor-layer-index-qgis

Converts the OSM Editor Layer Index into a QGIS XYZ Tiles Connections.

Run Once

wget -O - https://osmlab.github.io/editor-layer-index/imagery.geojson | npx osm-editor-layer-index-qgis > imagery.qgis.xml

Install and use globally

npm install -g osm-editor-layer-index-qgis
osm-editor-layer-index-qgis [-c AU,NZ,..] < imagery.geojson > imagery.xml

Install and use locally

git clone https://github.com/andrewharvey/osm-editor-layer-index-qgis.git
cd osm-editor-layer-index-qgis
npm install
./index.js [-c AU,NZ,..] < imagery.geojson > imagery.xml

QGIS

In Browser > XYZ Tiles (right click Load Connections)

QGIS XYZ Tiles Connections > Load Connections...