Skip to content

Commit

Permalink
Updated murals + images
Browse files Browse the repository at this point in the history
  • Loading branch information
krijnsent committed Jun 3, 2024
1 parent 420b4e0 commit 0620b72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions muralsonamap2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ <h1 class="sidebar-header">
Murals on a map v2 BETA
<span class="sidebar-close"><i class="fa fa-caret-left"></i></span>
</h1>
<p>A hobby project to map out murals in NL/BE and surroundings. Last update: Feb-2024</p>
<p>A hobby project to map out murals in NL/BE and surroundings. Last update: Jun-2024</p>
<p>Please leave feedback/suggestions at <a href="https://www.reddit.com/user/krijnsent" target="_blank">my Reddit</a>
or as an issue at <a href="https://github.com/krijnsent/krijnsent.github.io" target="_blank">the Github repo</a>.</p>
<p>If you want to contribute: get an OSM account and use e.g.<a href="https://mapcomplete.osm.be/artwork.html">MapComplete</a>.</p>
<p>If you want to contribute: get an OSM account and use e.g.<a href="https://mapcomplete.org/artwork.html">MapComplete</a>.</p>
<p>Try e.g. <a href="?q=verfdokter">/?q=verfdokter</a> for all works from Verfdokter.</p>
<h4>Highlight murals by artist or by title</h4>
<form class="form-horizontal">
Expand All @@ -67,6 +67,7 @@ <h4>Highlight murals by artist or by title</h4>
</div>
</div>
</form>
<p>Todo: filter "street_cabinet" only</p>
</div>

<div class="sidebar-pane" id="about">
Expand Down Expand Up @@ -150,7 +151,7 @@ <h2>See also</h2>
var UTRECHT_DOM = [52.0906, 5.1214];
//get our map
var osmUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var osmAttrib = '&copy; <a href = "https://www.openstreetmap.org/copyright"> OpenStreetMap </a> contributors <br/>Edit with: <a href="https://mapcomplete.osm.be/artwork.html">MapComplete</a>';
var osmAttrib = '&copy; <a href = "https://www.openstreetmap.org/copyright"> OpenStreetMap </a> contributors <br/>Edit with: <a href="https://mapcomplete.org/artwork.html">MapComplete</a>';
var osm = new L.TileLayer(osmUrl, {minZoom: 4, maxZoom: 19, attribution: osmAttrib});
m_map.addLayer(osm);

Expand Down

0 comments on commit 0620b72

Please sign in to comment.