Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

V5 0 tiles 4 #188

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const map = L.map('leaflet');
let hash = new L.Hash(map)
if (!window.location.hash) map.setView(new L.LatLng(0,0),0)
var layer = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f',theme:theme})
var layer = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f',theme:theme})
layer.addTo(map)

const map2 = L.map('map2')
Expand All @@ -42,7 +42,7 @@
sources:{
protomaps:{
type:"vector",
tiles:['https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f'],
tiles:['https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f'],
maxzoom: 15
}
},
Expand Down
2 changes: 1 addition & 1 deletion examples/fonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

let layer = protomapsL.leafletLayer({
url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f',
url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f',
paintRules:paintRules,
labelRules:labelRulesWithFont("sans-serif"),
tasks:[document.fonts.load("12px Work Sans"),document.fonts.load("12px Manrope"),document.fonts.load("12px Inter"),document.fonts.load("12px Petrona"),document.fonts.load("12px Raleway")]
Expand Down
2 changes: 1 addition & 1 deletion examples/inset.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
canvas.height = 600 * dpr
let ctx = canvas.getContext('2d')
ctx.scale(dpr,dpr)
let map = new protomapsL.Static({url:"https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f", theme: "light"})
let map = new protomapsL.Static({url:"https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f", theme: "light"})
let {project} = await map.drawContext(ctx,800,600,{y:22.1777,x:114.1635},10)
let highlight = project({y:22.2777,x:114.1635})
ctx.globalAlpha = 0.2
Expand Down
2 changes: 1 addition & 1 deletion examples/labels.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
]

let labels = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f',paintRules:[],labelRules:labelRules})
let labels = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f',paintRules:[],labelRules:labelRules})
labels.addTo(map)
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples/leaflet.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
const map = L.map('map')
let hash = new L.Hash(map)
if (!window.location.hash) map.setView(new L.LatLng(0,0),0)
var layer = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f',theme:'light'})
var layer = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f',theme:'light'})
layer.addTo(map)

map.on("click", (ev) => {
Expand Down
4 changes: 2 additions & 2 deletions examples/multi_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<canvas id="map"></canvas>
<script>
let sources = {
'':{url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f'},
'source2':{url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f',maxDataZoom:10}
'':{url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f'},
'source2':{url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f',maxDataZoom:10}
}

let paintRules = [
Expand Down
2 changes: 1 addition & 1 deletion examples/pmtiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div id="map"></div>
<script>
const map = L.map('map')
var layer = protomapsL.leafletLayer({url:'https://data.source.coop/protomaps/openstreetmap/tiles/v3.pmtiles',theme:'black'})
var layer = protomapsL.leafletLayer({url:'https://data.source.coop/protomaps/openstreetmap/v4.pmtiles',theme:'black'})
map.setView(new L.LatLng(0,0),0)
layer.addTo(map)
</script>
Expand Down
2 changes: 1 addition & 1 deletion examples/pmtiles_headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script>
const map = L.map('map')

const source = new pmtiles.FetchSource("https://data.source.coop/protomaps/openstreetmap/tiles/v3.pmtiles", {"x-custom-header":"value"});
const source = new pmtiles.FetchSource("https://data.source.coop/protomaps/openstreetmap/v4.pmtiles", {"x-custom-header":"value"});

const p = new pmtiles.PMTiles(source)
var layer = protomapsL.leafletLayer({url:p,theme:'black'})
Expand Down
4 changes: 2 additions & 2 deletions examples/sandwich.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

]
let paint = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f',paintRules:paintRules,labelRules:[]})
let paint = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f',paintRules:paintRules,labelRules:[]})
paint.addTo(map)

let labelRules = [
Expand All @@ -71,7 +71,7 @@

// https://leafletjs.com/examples/map-panes/
map.createPane('labels');
let labels = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f',paintRules:[],labelRules:labelRules,pane:'labels'})
let labels = protomapsL.leafletLayer({url:'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f',paintRules:[],labelRules:labelRules,pane:'labels'})
labels.addTo(map)
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion examples/sprites.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
const map = L.map('map')
let hash = new L.Hash(map)
if (!window.location.hash) map.setView(new L.LatLng(25.0412,121.5177),16)
let url = 'https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f'
let url = 'https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f'

const ICONS = `
<html>
Expand Down
2 changes: 1 addition & 1 deletion examples/static.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script>
let canvas = document.getElementById("map")
var zoom = 11
let map = new protomapsL.Static({url:"https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f",theme:"dark"})
let map = new protomapsL.Static({url:"https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key=1003762824b9687f",theme:"dark"})
let center = {y:37.7658,x:-122.4221}
map.drawCanvas(canvas,center,zoom)
document.getElementById("zoom").innerHTML = zoom
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"dependencies": {
"@mapbox/point-geometry": "^1.1.0",
"@mapbox/vector-tile": "^2.0.2",
"@protomaps/basemaps": "^5.0.0",
"@types/css-font-loading-module": "^0.0.7",
"@types/rbush": "^3.0.0",
"color2k": "^2.0.3",
Expand Down
Loading
Loading