Skip to content
Snippets Groups Projects
Commit eaa68392 authored by Boris Mericskay's avatar Boris Mericskay
Browse files

Update Cluster.html

parent 20c408f4
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,24 @@ style: 'https://api.maptiler.com/maps/positron/style.json?key=rrASqj6frF6l2rrOFR
map.on('load', function() {
// Add data
// Add arrondissements
map.addSource('lignes', {
type: 'geojson',
data: 'https://raw.githubusercontent.com/mastersigat/data/main/arrondissements.geojson'
});
map.addLayer({
'id': 'Lignes',
'type': 'line',
'source': 'lignes',
'paint': {'line-width': 1,
'line-color': '#AAAAAA'}
});
// Add Bike stations data
map.addSource('DMR', {
type: 'geojson',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment