https://github.com/bencevans/tile-eye

🗺 Slippy map debugger

https://github.com/bencevans/tile-eye

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • â—‹
    CITATION.cff file
  • ✓
    codemeta.json file
    Found codemeta.json file
  • â—‹
    .zenodo.json file
  • â—‹
    DOI references
  • â—‹
    Academic publication links
  • â—‹
    Academic email domains
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (3.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

🗺 Slippy map debugger

Basic Info
  • Host: GitHub
  • Owner: bencevans
  • Language: JavaScript
  • Default Branch: master
  • Homepage:
  • Size: 87.9 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 13 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

TileEye

Little PNG Tile Server for debugging Slippy Maps.

Install & Run

From Source - requires git, nodejs, npm & libcairo2

$ git clone https://github.com/bencevans/TileEye.git $ cd TileEye $ npm install $ npm start

From Docker (Source) - requires git & docker

$ git clone https://github.com/bencevans/TileEye.git $ cd TileEye $ docker build -t bencevans/tile-eye $ docker run -p 3000:3000 bencevans/tile-eye

From Docker (Registry) - requires Docker

$ docker run -p 3000:3000 bencevans/tile-eye

Adding Tiles to Web maps

Add to OpenLayers

javascript let tileEyeLayer = new ol.layer.Tile({ source: new ol.source.XYZ({ url: 'http://[TILEEYE_HOST]/{z}/{x}/{y}.png' }) }); map.addLayer(tileEyeLayer);

Add to Leaflet.js

javascript L.tileLayer('http://[TILEEYE_HOST]/{z}/{x}/{y}.png', { attribution: 'TileEye' }).addTo(map);

License

MIT © Ben Evans

Owner

  • Name: Ben Evans
  • Login: bencevans
  • Kind: user
  • Location: London, UK
  • Company: Institute of Zoology, ZSL

GitHub Events

Total
  • Delete event: 1
  • Push event: 1
  • Create event: 1
Last Year
  • Delete event: 1
  • Push event: 1
  • Create event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 17 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.2
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 hour
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (9)
Top Labels
Issue Labels
Pull Request Labels
dependencies (9)

Dependencies

Dockerfile docker
  • node 6-onbuild build
package-lock.json npm
  • @mapbox/node-pre-gyp 1.0.11
  • abbrev 1.1.1
  • agent-base 6.0.2
  • ansi-regex 5.0.1
  • aproba 2.0.0
  • are-we-there-yet 2.0.0
  • balanced-match 1.0.2
  • brace-expansion 1.1.11
  • canvas 2.11.2
  • chownr 2.0.0
  • color-support 1.1.3
  • concat-map 0.0.1
  • console-control-strings 1.1.0
  • debug 4.3.4
  • decompress-response 4.2.1
  • delegates 1.0.0
  • detect-libc 2.0.3
  • emoji-regex 8.0.0
  • fs-minipass 2.1.0
  • fs.realpath 1.0.0
  • gauge 3.0.2
  • glob 7.2.3
  • has-unicode 2.0.1
  • https-proxy-agent 5.0.1
  • inflight 1.0.6
  • inherits 2.0.4
  • is-fullwidth-code-point 3.0.0
  • lru-cache 6.0.0
  • make-dir 3.1.0
  • mimic-response 2.1.0
  • minimatch 3.1.2
  • minipass 3.3.6
  • minipass 5.0.0
  • minizlib 2.1.2
  • mkdirp 1.0.4
  • ms 2.1.2
  • nan 2.19.0
  • node-fetch 2.7.0
  • nopt 5.0.0
  • npmlog 5.0.1
  • object-assign 4.1.1
  • once 1.4.0
  • path-is-absolute 1.0.1
  • readable-stream 3.6.2
  • rimraf 3.0.2
  • safe-buffer 5.2.1
  • semver 6.3.1
  • semver 7.6.0
  • set-blocking 2.0.0
  • signal-exit 3.0.7
  • simple-concat 1.0.1
  • simple-get 3.1.1
  • string-width 4.2.3
  • string_decoder 1.3.0
  • strip-ansi 6.0.1
  • tar 6.2.1
  • tr46 0.0.3
  • util-deprecate 1.0.2
  • webidl-conversions 3.0.1
  • whatwg-url 5.0.0
  • wide-align 1.1.5
  • wrappy 1.0.2
  • yallist 4.0.0
package.json npm
  • canvas ^2.11.2