Реализация self-hosted карт в закрытом контуре

На связи разработчики продукта Аврора Центр компании Открытая мобильная платформа . Сегодня мы расскажем как реализовать сервис self-hosted карт в закрытом контуре. Наша компания активно развивается и добавляет новый функционал в продукт по удалённому управлению устройствами — Аврора Центр (UEM-решение, которое позволяет управлять устройствами и жизненным циклом приложений на ОС Аврора, Android и Linux). Так по запросам заказчиков было решено добавить отображение геопозиции мобильного устройства на карте территории России. И вот перед нами встаёт задача по работе с картами в АЦ.

https://habr.com/ru/articles/912000/

#selfhosted #картография #openstreetmap #tilemaker #Osmium #MBTiles #Офлайнкарты #генерация_тайлов #аврора_центр #открытая_мобильная_платформа

Реализация self-hosted карт в закрытом контуре

На связи разработчики продукта Аврора Центр компании Открытая мобильная платформа . Сегодня мы расскажем как реализовать сервис self-hosted карт в закрытом контуре. Наша компания активно развивается...

Хабр
Here's some #pottery that I will fire tomorrow! Most of the pieces are based on historical objects but there are also some of my own designs. Ask away if you want to know more about a specific piece!
.
.
#middleages #pottenbakker #potter #tilemaker #art #kunst #ambacht #craft #livinghistory #reenactment
I have now found out for myself how to display the #boundaryLabels in the #area via #vectorTile. I have to use the #relation instead of the #way when creating via #Tilemaker. The ways are not closed!
https://codeberg.org/astrid/vollweltkost_tilemaker#customise-tiles-further-add-municipal-boundary-names-in-center-of-relation
vollweltkost_tilemaker

vollweltkost_tilemaker

Codeberg.org

How to host tiles yourself that don't need to be updated often and show community boundaries for one country?

#GeoJSON is quite large for an overlay. #Tilemaker needs a [roundabout way](https://github.com/systemed/tilemaker/discussions/544).

The admin_level=8 boundaries are in the OSM database. Thanks to #shortbread I was able to integrate the [borders](https://codeberg.org/astrid/vollweltkost_tilemaker).

Now I would like to display labels as well. How can I do that?

Place labels and admin_level do not match exactly (https://wiki.openstreetmap.org/wiki/Key:place#Relationship_with_admin_level)?

Geojson integration · systemed tilemaker · Discussion #544

Hi, I'd like to know if there would be a way to integrate geojson into tilemaker. As of now I'm using tippecanoe to convert a geojson (containing Linestring based on highway = path) to a mbtiles, a...

GitHub

MultiPoints are coming to #Tilemaker 🎉

Point features are inefficiently represented in #MVT vector tiles:

https://www.openstreetmap.org/user/daniel-j-h/diary/404061

There's an easy way out: MultiPoints! 👀

That's why I'm contributing MultiPoint support to Tilemaker, merging multiple compatible points into a single MultiPoint! 📍

This is a great day for everyone mapping those individual trees 🌳 or street lamps 💡 in #OpenStreetMap 🗺️✨

#Mapstodon #Maps

Everything You Wanted to Know About Vector Tiles (But Were Afraid to Ask)

With 2024 officially being the year of OpenStreetMap vector maps lets do a deep-dive into vector maps: their history and how the underlying vector tiles work in detail.

OpenStreetMap

I'm giving #Tilemaker (https://tilemaker.org) a go to generate me some #VectorTiles from #OpenStreetMap 🗺️

Lovely little self-contained project 😍 It's able to generate #Protomaps .pmtiles to visualize with #Maplibre 👏

Getting started is as easy as

docker run -it --rm ghcr.io/systemed/tilemaker:master --help

Solid work there @richardf 🙌

tilemaker | DIY vector tiles from OpenStreetMap data

Allez, testons ça

wget https://download.geofabrik.de/europe-latest.osm.pbf && ./tilemaker ./europe-latest.osm.pbf ./europe.mbtiles

Si tout se passe bien, demain matin j'aurai une carte d'Europe à jour

#openstreetmap #tilemaker

I updated base map of #Narok water app from UNVT to Openmaptiles style with vector tiles generated by #tilemaker.

Water and sanitation map for Narok water, Kenya can be accessed at the below URL.

http://maps.narwassco.co.ke

Water & Sewerage Map in Narok town - Visualise, Analise and Share Water & Sanitation data

Water & Sewerage Map is a modern web frontend part of supporting operation and maintenance of water utilities. It provides users with spatial data, and visualization and analytical tools as a one stop shop.

just submitted a PR to #tilemaker repo to suggest adding CI to auto build docker image and push it to Github container registry. Hope it will be merged

https://github.com/systemed/tilemaker/pull/512

feat: add CI to build and push docker image to Github package by JinIgarashi · Pull Request #512 · systemed/tilemaker

I added a workflow in CI.yml to build docker image and push it to GitHub package's container registry. I believe having an official docker image is useful for developers to use tilemaker easily. Af...

GitHub

Heute habe ich etwas Interessantes gemacht. Ich habe Vektorkacheln für einen kleinen Bereich dieser Erde erstellt und sie selbst gehostet. Ich dachte, dass das komplizierter ist:

https://blog.astrid-guenther.de/en/maplibre-vector-tiles-self-host/.

#Openstreetmap #Map #MapLibre #VectorTiles #Tilemaker #MbTiles #PBF #Kartographie

Create self-hosted maps and vector tiles with Tilemaker

Create and use self-hosted maps and vector tiles with Tilemaker When a digital map is shown in a web application, web developers usually use…