Skip to content

Commit

Permalink
recover osm attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jokroese committed Oct 24, 2024
1 parent 4471f73 commit b5d777e
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 28 deletions.
17 changes: 15 additions & 2 deletions src/lib/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
type MapMouseEvent,
type MapGeoJSONFeature
} from 'maplibre-gl';
const { Map, NavigationControl, Popup, GeolocateControl } = maplibregl;
const {
AttributionControl,
Map,
NavigationControl,
Popup,
GeolocateControl
} = maplibregl;
import 'maplibre-gl/dist/maplibre-gl.css';
import markerImage from '$lib/assets/marker.png';
import markerHoveredImage from '$lib/assets/marker-hovered.png';
Expand Down Expand Up @@ -88,8 +94,14 @@
center: [initialState.lng, initialState.lat],
zoom: initialState.zoom,
minZoom: 3,
maxZoom: 18
maxZoom: 18,
attributionControl: false
});
map.addControl(
new AttributionControl({
compact: true
})
);
map.addControl(
new NavigationControl({ showCompass: false }),
'bottom-right'
Expand All @@ -102,6 +114,7 @@
}),
'bottom-right'
);
map.keyboard.enable();
map.on('load', async () => {
Expand Down
100 changes: 76 additions & 24 deletions src/lib/data/pmtiles/style.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"version": 8,
"name": "QTM_NewStyle",
"metadata": { "maputnik:renderer": "mlgljs" },
"metadata": {
"maputnik:renderer": "mlgljs"
},
"sources": {
"qtm_pmtiles": {
"type": "vector",
"url": "https://tiles.queeringthemap.com/basemap.json"
"url": "https://tiles.queeringthemap.com/basemap.json",
"attribution": "© <a href='https://openstreetmap.org'>OpenStreetMap</a>"
}
},
"sprite": "https://sprites.queeringthemap.com/qtm_sprites",
Expand All @@ -14,15 +17,19 @@
{
"id": "background",
"type": "background",
"paint": { "background-color": "#ecbfd7" }
"paint": {
"background-color": "#ecbfd7"
}
},
{
"id": "landcover_grassland",
"type": "fill",
"source": "qtm_pmtiles",
"source-layer": "landcover",
"filter": ["all", ["==", "pmap:kind", "grassland"]],
"layout": { "visibility": "visible" },
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": [
"interpolate",
Expand All @@ -41,7 +48,9 @@
"source": "qtm_pmtiles",
"source-layer": "landcover",
"filter": ["all", ["==", "pmap:kind", "glacier"]],
"layout": { "visibility": "visible" },
"layout": {
"visibility": "visible"
},
"paint": {
"fill-opacity": {
"base": 1,
Expand Down Expand Up @@ -78,7 +87,9 @@
"source-layer": "natural",
"minzoom": 8,
"filter": ["all", ["==", "pmap:kind", "wood"]],
"paint": { "fill-color": "rgba(205, 203, 173, 1)" }
"paint": {
"fill-color": "rgba(205, 203, 173, 1)"
}
},
{
"id": "natural_bare_rock",
Expand Down Expand Up @@ -146,24 +157,32 @@
"source": "qtm_pmtiles",
"source-layer": "landuse",
"filter": ["all", ["==", "pmap:kind", "cemetery"]],
"paint": { "fill-color": "rgba(205, 203, 173, 1)" }
"paint": {
"fill-color": "rgba(205, 203, 173, 1)"
}
},
{
"id": "landuse-residential",
"type": "fill",
"source": "qtm_pmtiles",
"source-layer": "landuse",
"filter": ["all", ["==", "pmap:kind", "residential"]],
"layout": { "visibility": "visible" },
"paint": { "fill-color": "#f4d2e2" }
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "#f4d2e2"
}
},
{
"id": "landuse_fun",
"type": "fill",
"source": "qtm_pmtiles",
"source-layer": "landuse",
"filter": ["all", ["in", "pmap:kind", "beach", " dog_park"]],
"paint": { "fill-color": "#ffdced" }
"paint": {
"fill-color": "#ffdced"
}
},
{
"id": "landuse_nature_reserve",
Expand All @@ -172,7 +191,9 @@
"source-layer": "landuse",
"minzoom": 4,
"filter": ["all", ["==", "pmap:kind", "nature_reserve"]],
"paint": { "fill-color": "rgba(205, 203, 173, 1)" }
"paint": {
"fill-color": "rgba(205, 203, 173, 1)"
}
},
{
"id": "landuse_grass",
Expand All @@ -181,7 +202,9 @@
"source-layer": "landuse",
"minzoom": 8,
"filter": ["all", ["==", "pmap:kind", "grass"]],
"paint": { "fill-color": "rgba(205, 203, 173, 1)" }
"paint": {
"fill-color": "rgba(205, 203, 173, 1)"
}
},
{
"id": "landuse_recreation_ground",
Expand All @@ -190,7 +213,9 @@
"source-layer": "landuse",
"minzoom": 8,
"filter": ["all", ["==", "pmap:kind", "recreation_ground"]],
"paint": { "fill-color": "rgba(205, 203, 173, 1)" }
"paint": {
"fill-color": "rgba(205, 203, 173, 1)"
}
},
{
"id": "landuse_park",
Expand All @@ -199,7 +224,9 @@
"source-layer": "landuse",
"minzoom": 8,
"filter": ["all", ["==", "pmap:kind", "park"]],
"paint": { "fill-color": "rgba(205, 203, 173, 1)" }
"paint": {
"fill-color": "rgba(205, 203, 173, 1)"
}
},
{
"id": "landuse_aerodrome",
Expand All @@ -208,7 +235,9 @@
"source-layer": "landuse",
"minzoom": 8,
"filter": ["all", ["==", "pmap:kind", "aerodrome"]],
"paint": { "fill-color": "#e1e3e7" }
"paint": {
"fill-color": "#e1e3e7"
}
},
{
"id": "landuse_pitch",
Expand Down Expand Up @@ -238,8 +267,12 @@
"source": "qtm_pmtiles",
"source-layer": "landuse",
"filter": ["all", ["==", "pmap:kind", "commercial"]],
"layout": { "visibility": "visible" },
"paint": { "fill-color": "hsla(0, 60%, 87%, 0.23)" }
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "hsla(0, 60%, 87%, 0.23)"
}
},
{
"id": "buildings",
Expand All @@ -258,7 +291,9 @@
"source": "qtm_pmtiles",
"source-layer": "water",
"filter": ["all"],
"paint": { "fill-color": "#788BF2" }
"paint": {
"fill-color": "#788BF2"
}
},
{
"id": "boundaries_country",
Expand Down Expand Up @@ -315,7 +350,10 @@
"source": "qtm_pmtiles",
"source-layer": "boundaries",
"filter": ["all", ["==", "pmap:kind", "county"]],
"layout": { "line-join": "round", "visibility": "visible" },
"layout": {
"line-join": "round",
"visibility": "visible"
},
"paint": {
"line-color": "#9e9cab",
"line-dasharray": [2, 2, 2, 2],
Expand All @@ -335,7 +373,10 @@
"source": "qtm_pmtiles",
"source-layer": "boundaries",
"filter": ["all", ["==", "pmap:kind", "region"]],
"layout": { "line-join": "round", "visibility": "visible" },
"layout": {
"line-join": "round",
"visibility": "visible"
},
"paint": {
"line-color": "#9e9cab",
"line-dasharray": [2, 2, 2, 2],
Expand Down Expand Up @@ -385,7 +426,10 @@
"source": "qtm_pmtiles",
"source-layer": "roads",
"filter": ["all", ["==", "pmap:kind", "minor_road"]],
"layout": { "line-cap": "round", "line-join": "round" },
"layout": {
"line-cap": "round",
"line-join": "round"
},
"paint": {
"line-color": "#e7b3d6",
"line-opacity": {
Expand All @@ -411,7 +455,10 @@
"source": "qtm_pmtiles",
"source-layer": "roads",
"filter": ["all", ["==", "pmap:kind", "minor_road"]],
"layout": { "line-cap": "round", "line-join": "round" },
"layout": {
"line-cap": "round",
"line-join": "round"
},
"paint": {
"line-color": "#f3d9ea",
"line-opacity": 1,
Expand Down Expand Up @@ -553,7 +600,9 @@
"source": "qtm_pmtiles",
"source-layer": "roads",
"filter": ["all", ["==", "pmap:kind", "path"]],
"layout": { "visibility": "visible" },
"layout": {
"visibility": "visible"
},
"paint": {
"line-color": "rgba(211, 166, 182, 1)",
"line-dasharray": [1],
Expand All @@ -572,7 +621,10 @@
"source": "qtm_pmtiles",
"source-layer": "transit",
"filter": ["all", ["==", "pmap:kind_detail", "taxiway"]],
"paint": { "line-color": "white", "line-width": 2 }
"paint": {
"line-color": "white",
"line-width": 2
}
},
{
"id": "roads_medium-road-label",
Expand Down
25 changes: 23 additions & 2 deletions src/lib/maplibre_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,38 @@ body .maplibregl-ctrl-bottom-right .maplibregl-ctrl {
.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
background-image: url('data:image/svg+xml,<svg width="23" height="1" viewBox="0 0 23 1" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="0.5" x2="23" y2="0.5" stroke="black"/></svg>') !important;
}

/* For some reason the hover over the - icon changes the background, this forces
the same background. */
div.maplibregl-ctrl-group button:hover {
background-color: var(--color-pink) !important;
}

/******************************************************************************/
/* Remove the OpenStreetMap attribution. */
/* Place the OpenStreetMap attribution to the left of the other bottom-right controls. */
/******************************************************************************/
.maplibregl-ctrl-bottom-right {
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto;
gap: 10px;
}

.maplibregl-ctrl-attrib {
display: none;
grid-column: 1;
grid-row: 2;
height: fit-content;
align-self: flex-end;
}

.maplibregl-ctrl-group:first-of-type {
grid-column: 2;
grid-row: 1;
}

.maplibregl-ctrl-group:nth-of-type(2) {
grid-column: 2;
grid-row: 2;
}

/******************************************************************************/
Expand Down

0 comments on commit b5d777e

Please sign in to comment.