Skip to content

Commit

Permalink
fix regions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 17, 2025
1 parent 293b2ad commit 1b3167d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
// add regions hulls for debugging purposes
map.addSource('geojson-source', {
type: 'geojson',
data: 'http://127.0.0.1:8000/regions.geojson'
// data: 'http://127.0.0.1:8000/regions.geojson'
data: 'https://uscuni.org/himoc/regions.geojson'
});

map.addLayer({
Expand Down

0 comments on commit 1b3167d

Please sign in to comment.