Skip to content

Commit

Permalink
fix the pmtiles url
Browse files Browse the repository at this point in the history
  • Loading branch information
ramSeraph committed Feb 15, 2024
1 parent b753f31 commit 42835ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const srcName = 'source-to-view';

let protocol = new pmtiles.Protocol();
maplibregl.addProtocol("pmtiles", protocol.tile);
var boundary_pmtiles_url = 'https://raw.githubusercontent.com/ramSeraph/indianopenmaps/india_boundary_correcter/osm_corrections.pmtiles';
var boundary_pmtiles_url = 'https://raw.githubusercontent.com/ramSeraph/indianopenmaps/main/india_boundary_correcter/osm_corrections.pmtiles';

var layers = {
pts: [],
Expand Down

0 comments on commit 42835ff

Please sign in to comment.