Skip to content

andrewharvey/osm-editor-layer-index-qgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Convert OSM Editor Layer Index to QGIS XYZ Tiles Connections

Resources

Stars

Watchers

Forks

Packages

No packages published