maps.paulbartsch.de

Selbst gehostete OpenStreetMap-Vektorkacheln. Keine externen Dienste, keine API-Schlüssel.

Status

AbdeckungEuropa
Zoomstufen–
Position–
Zoom–

Einbinden

MapLibre GL JS, mit registriertem PMTiles-Protokoll:

const p = new pmtiles.Protocol();
maplibregl.addProtocol("pmtiles", p.tile);

new maplibregl.Map({
  container: "map",
  style: "https://maps.paulbartsch.de/style/style.json"
});

Endpunkte

Stylestyle.json
Kacheln/tiles/europe.pmtiles
Glyphen/fonts/…
Sprites/style/sprite

Nutzung

Der Dienst ist per CORS auf die eigenen Domains beschränkt. Kartendaten © OpenStreetMap-Mitwirkende, ODbL. Der Attributionshinweis muss beim Einbinden sichtbar bleiben.