Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roblabs/xyz-raster-sources
- Owner: roblabs
- License: mit
- Created: 2020-08-07T22:05:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T21:52:49.000Z (11 days ago)
- Last Synced: 2024-11-01T22:36:40.446Z (11 days ago)
- Topics: mapkit, maplibre, qgis, static-maps, static-tiles, xyz-tiles
- Language: Liquid
- Homepage: https://RobLabs.com/xyz
- Size: 125 KB
- Stars: 104
- Watchers: 5
- 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 %}