Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roblabs/xyz-raster-sources

A collection of `xyz` raster sources for use in MapKit, QGIS, Mapbox/MapLibre Styles and various web mapping tools.
https://github.com/roblabs/xyz-raster-sources

mapkit maplibre qgis static-maps static-tiles xyz-tiles

Last synced: 6 days ago
JSON representation

A collection of `xyz` raster sources for use in MapKit, QGIS, Mapbox/MapLibre Styles and various web mapping tools.

Awesome Lists containing this project

README

        

---
# How to: have a liquid generated index page for GH-Pages, and
# maintain a static readme page for GitHub.com
# file: readme.liquid.md
# 1. Reads in the contents of index.md
# 2. liquid formatting is applied to index.md
# 3. Based on the [Front matter defaults](https://jekyllrb.com/docs/configuration/front-matter-defaults/)
# This file is rendered as _site/readme.md
# see _config.yml
# 4. Review _site/readme.md , and post it on GitHub as readme.md
# 5. cp tmp/_site/www/readme.md .

# wget --spider https://roblabs.com/xyz-raster-sources/readme.liquid.md
# 404 Not Found Remote file does not exist -- broken link!!!

# wget --spider https://roblabs.com/xyz-raster-sources/readme.liquid.md.html
# 404 Not Found Remote file does not exist -- broken link!!!

# wget --spider https://roblabs.com/xyz-raster-sources/readme.md
# Remote file exists.

# wget --spider https://roblabs.com/xyz-raster-sources/index.html
# Remote file exists.

permalink: readme.md
---

{% if jekyll.environment == "development" %}


{% include_relative index.md %}

{% endif %}