andrewharvey / osm-editor-layer-index-qgis

Convert OSM Editor Layer Index to QGIS XYZ Tiles Connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%