Skip to content

Commit

Permalink
Update map configuration and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Aug 28, 2023
1 parent c60bc85 commit d653198
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*
!pages
!pages/**
!config
!config/**
!public
!public/**
!README.md
config/**/*.development.yml
3 changes: 0 additions & 3 deletions config/mapping.yml

This file was deleted.

7 changes: 7 additions & 0 deletions config/maps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
map_tiles:
- label: OpenStreetMap
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
server: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
# - label: GBIF
# attribution: '&copy; <a href="https://tile.gbif.org/ui/">GBIF</a>'
# server: https://tile.gbif.org/3857/omt/{z}/{x}/{y}@1x.png?style=gbif-natural-en

0 comments on commit d653198

Please sign in to comment.