{"id":22452574,"url":"https://github.com/jtmiclat/deck.gl-pmtiles","last_synced_at":"2025-08-02T00:32:59.597Z","repository":{"id":57710917,"uuid":"512822114","full_name":"jtmiclat/deck.gl-pmtiles","owner":"jtmiclat","description":"🌏 deck.gl layer for pmtiles","archived":true,"fork":false,"pushed_at":"2022-09-18T07:41:52.000Z","size":451,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:47:03.234Z","etag":null,"topics":["deck-gl","deckgl","pmtiles"],"latest_commit_sha":null,"homepage":"https://deckgl-pmtiles.jtmiclat.me","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtmiclat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-11T15:59:20.000Z","updated_at":"2024-03-15T13:07:27.000Z","dependencies_parsed_at":"2022-09-26T21:21:37.728Z","dependency_job_id":null,"html_url":"https://github.com/jtmiclat/deck.gl-pmtiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtmiclat/deck.gl-pmtiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtmiclat%2Fdeck.gl-pmtiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtmiclat%2Fdeck.gl-pmtiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtmiclat%2Fdeck.gl-pmtiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtmiclat%2Fdeck.gl-pmtiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtmiclat","download_url":"https://codeload.github.com/jtmiclat/deck.gl-pmtiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtmiclat%2Fdeck.gl-pmtiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268317614,"owners_count":24231386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deck-gl","deckgl","pmtiles"],"created_at":"2024-12-06T06:11:40.124Z","updated_at":"2025-08-02T00:32:59.150Z","avatar_url":"https://github.com/jtmiclat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deck.gl layer for pmtiles\n\n\nA proof of concept deck.gl layer for accessing pmtiles.\n\nCheckout https://github.com/Matico-Platform/deck.gl-pmtiles if you need a better supported package! \n\n## Usage\n\nPass url to a public pmtiles file that accept http range requests\n\n```jsx\n\u003cDeckGL\n  layers={[\n    new PMTilesLayer({\n      id: \"pmtiles\",\n      data: \"https://protomaps-static.sfo3.digitaloceanspaces.com/mantle-trial.pmtiles\",\n      filled: true,\n      lineWidthMinPixels: 1,\n      pointRadiusMinPixels: 4,\n      getPointRadius: 10,\n      getFillColor: [255, 0, 0],\n      getLineColor: [0, 255, 0],\n      pickable: true,\n    }),\n  ]}\n/\u003e\n```\n\n### Notes\n\nIt is probably better to host pmtiles behind a serverless function w/ caching in production. The goal of this repo is to have an easy way to access pmtiles for deck.gl application.\n\n## Read more about the tech\n\n- [PMtiles](https://github.com/protomaps/PMTiles)\n- [deck.gl](https://github.com/vis.gl/vis.gl)\n- [deck.gl-pmtiles](https://github.com/Matico-Platform/deck.gl-pmtiles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtmiclat%2Fdeck.gl-pmtiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtmiclat%2Fdeck.gl-pmtiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtmiclat%2Fdeck.gl-pmtiles/lists"}