Skip to content

Commit

Permalink
Update tile date; add source for parking zones
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaplexOSM authored Apr 4, 2024
1 parent 592009c commit 09d02e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/project-prototype-neukoelln/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import LayoutApp from '@layouts/LayoutApp.astro'
</div>

<script>
const micromap_tiles_updated_at = '31.01.2023'
const parkingmap_tiles_updated_at = '31.01.2023'
const micromap_tiles_updated_at = '02.04.2024'
const parkingmap_tiles_updated_at = '02.04.2024'
const debugmap_tiles_updated_at = '25.09.2022'

const optionsFromHash = L.Hash.parseHash(window.location.hash)
Expand All @@ -57,7 +57,7 @@ import LayoutApp from '@layouts/LayoutApp.astro'
maxNativeZoom: 20,
layerControlName: `Parkraumkarte<br><span style='margin-left: 16px;' class='text-gray-400'>Datenstand: ${parkingmap_tiles_updated_at}</span>`,
attribution:
'© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap-Mitwirkende</a>, Bordsteinkanten: OpenStreetMap und Geoportal Berlin / ALKIS.',
'© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap-Mitwirkende</a>, Bordsteinkanten: OpenStreetMap und Geoportal Berlin / ALKIS, Parkzonen: Geoportal Berlin / Parkzonen.',
})
parkingmap.addTo(map) // This is the initial basemap

Expand Down

0 comments on commit 09d02e4

Please sign in to comment.