fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#webmapping

3 posts2 participants2 posts today

Web mapping tutorial series with now online!
I’m sharing step-by-step guides in French 🇫🇷 to help beginners explore open-source geospatial tools.

🇬🇧 English version available
🇪🇸 Versión en español la próxima semana
🇵🇹 Versão em português na próxima semana

Start here 👉 sigterritoires.fr/index.php/tu

Blog SIG & Territoires | le portail des professionnels du SIG · Tutoriel Leaflet | Blog SIG & TerritoiresCe cours vous propose une initiation complète à Leaflet, la bibliothèque JavaScript libre et légère dédiée à la création de cartes interactives web (6 sessions)

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'.

Anyone has tips how to conveniently show large dataset linked to H3 grid (level 10, over part of Europe) on a MapLibre map? I've found github.com/INSPIDE/h3j-h3t but getting h3t seems quite cumbersome and the only other solution I can think of is to use tippecanoe and turn it into PMTiles. But that sorts of defies the benefits of H3. I thought I could somehow simply ship just the H3 IDs but can't force myself to write a code to generate h3t from scratch...

GitHubGitHub - INSPIDE/h3j-h3t: Light H3 data formats for client side geometry generation and rendering using MapLibreGLLight H3 data formats for client side geometry generation and rendering using MapLibreGL - INSPIDE/h3j-h3t

Question for the GIS web developers on here using postgres: do you use separate servers for tiles/feature queries vs. non-geo data? How do you handle caching? I'm using a node server I forked from github.com/tobinbradley/dirt-s

It's great except for needing a separate caching solution so I'm wondering what else is out there. I'd rather not have to have to manage a separate tile/feature server, api server, and a caching server for every project.

GitHubGitHub - tobinbradley/dirt-simple-postgis-http-api: Dirt Simple PostGIS HTTP APIDirt Simple PostGIS HTTP API. Contribute to tobinbradley/dirt-simple-postgis-http-api development by creating an account on GitHub.