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: 4 months ago
JSON representation
A collection of `xyz` raster sources for use in MapKit, QGIS, Mapbox/MapLibre Styles and various web mapping tools.
- Host: GitHub
- URL: https://github.com/roblabs/xyz-raster-sources
- Owner: roblabs
- License: mit
- Created: 2020-08-07T22:05:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T22:59:07.000Z (about 1 year ago)
- Last Synced: 2026-01-16T02:45:46.384Z (5 months ago)
- Topics: mapkit, maplibre, qgis, static-maps, static-tiles, xyz-tiles
- Language: Liquid
- Homepage: https://RobLabs.com/xyz
- Size: 93.8 KB
- Stars: 130
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: readme.liquid.md
- License: LICENSE
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 %}