Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fieldpapers/tilelive-fieldpapers
A tilelive source for Field Papers atlases and snapshots
https://github.com/fieldpapers/tilelive-fieldpapers
fieldpapers hacktoberfest openstreetmap tilelive
Last synced: 12 days ago
JSON representation
A tilelive source for Field Papers atlases and snapshots
- Host: GitHub
- URL: https://github.com/fieldpapers/tilelive-fieldpapers
- Owner: fieldpapers
- Created: 2015-04-28T04:28:45.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T17:58:06.000Z (over 1 year ago)
- Last Synced: 2024-04-27T00:05:10.695Z (7 months ago)
- Topics: fieldpapers, hacktoberfest, openstreetmap, tilelive
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# tilelive-fieldpapers
I am a [tilelive](https://github.com/mapbox/tilelive.js) source for [Field
Papers](http://fieldpapers.org/) atlases and snapshots.## Usage
This will look up rasters associated with a Field Papers atlas or snapshot and
render them as tiles.This is intended for RGB(A) multiband rasters. It uses Mapnik (via
tilelive-mapnik) and GDAL (via node-gdal) under the hood to inspect rasters and
render them, so it should work with any format that GDAL supports (and has been
compiled with support for).```javascript
tilelive.load("fieldpapers+http://fieldpapers.org/snapshots/xz4z2mkc", ...);
```## Debugging
tilelive-fieldpapers uses [debug](https://github.com/visionmedia/debug) to
facilitate debugging. To enable tilelive-fieldpapers-related messages, set
`DEBUG=tilelive-fieldpapers` before running code that calls into this.## Quick links
- [🔗 fieldpapers.org](https://fieldpapers.org)
- [📋 Project overview](https://github.com/fieldpapers)
- [🐞 Issues and bug reports](https://github.com/fieldpapers/fieldpapers/issues)
- [🌐 Translations](https://explore.transifex.com/fieldpapers/fieldpapers/)
- [🤝 Code of Conduct](https://wiki.openstreetmap.org/wiki/Foundation/Local_Chapters/United_States/Code_of_Conduct_Committee/OSM_US_Code_of_Conduct)