en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

268
active users

#maplibre

1 post1 participant0 posts today

Seeking recommendations for a #WebMapping tutorial / course?

Slightly at sea on where to start.

- My current JS skill level is _extreme novice_.
- I don't have access to ArcGIS.
- Comfortable with #QGIS [*] and the #python #geospatial ecosystem (#geopandas #xarray #rasterio and plotting with #matplotlib)

Suggestions welcome. TIA. 👍

* I have looked at the qgis2web plugin, but having some issues associated with my aged laptop (2012 mbp running Ubuntu) and a 'Wayland session'.

If you're on a limb and curious about contributing photos to @panoramax , for use with , and you're looking for an app to use, checkout the Baba app repo

gitlab.com/ravenfeld/baba

or install from , with the repo enabled, or from

play.google.com/store/apps/det

It uses beautiful tiles, and the overall experience for a contributor is so much smoother than just using a general purpose cam app like

Wouldn't it be nice to visualize and explore S2 cell hierarchies for a given point on an interactive globe, I thought...

Here's using #Deck.gl's S2Layer on a @maplibre map.
Turns out quite useful I think, but there's still some work to be done to fully support globe views in Deck.gl (github.com/visgl/deck.gl/issue).

Code for this:
codeberg.org/tim-salabim/snipp

Pinging @paleolimbot and @edzer

Trying to display a large (too big for geojson) point layer in #maplibre, hopefully with #pmtiles source... This works but I would like clustering in MapLibre, and that setting is not allowed on "vector" sources, only "geojson". (weirdly, it works if I fool TypeScript, but this makes things more difficult and doesn't seem like a good plan). Any other idea for displaying a clustered static point dataset like this? The geojson file is 27mb so too big to load directly into the map client...