#mapbox — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mapbox, aggregated by home.social.
-
Al final una de las pestañas del navegador que siempre tengo a mano es el firemap.live (con base en #MapBox y #OpenStreetMap) y no solo para ver los fuegos de por aquí cerca, sino los de todo el mundo, mostrando los fuegos activos en tiempo real. De #DisasterDB
Más info: https://www.disasterdb.com/ -
Al final una de las pestañas del navegador que siempre tengo a mano es el firemap.live (con base en #MapBox y #OpenStreetMap) y no solo para ver los fuegos de por aquí cerca, sino los de todo el mundo, mostrando los fuegos activos en tiempo real. De #DisasterDB
Más info: https://www.disasterdb.com/ -
-
-
Тап по тысяче точек за O(log n): QuadTree и сферическая геометрия в гео-соцсети
9 лет назад я разрабатывал геолокационную соц.сеть на заказ, где мы отображали чаты на карте. До релиза не дошло, но интересного опыта было получено много. В очередной статье из серии рассказываю про то, как обрабатывать нажатия на MapBox и любой другой карте (Google, Yandex – не важно) и находить нужные объекты на ней, привязанные к координатам.
https://habr.com/ru/articles/1051948/
#iOS #Swift #алгоритмы #QuadTree #структуры_данных #пространственный_индекс #сферическая_геометрия #Mapbox #карты #оптимизация
-
Тап по тысяче точек за O(log n): QuadTree и сферическая геометрия в гео-соцсети
Как-то раз я разрабатывал геолокационную соцсеть. Эта статья – продолжение предыдущей, в ней описывается, как определить, на что на карте нажал пользователь, если движок нам не предоставляет такую информацию. Как только маркеры на карте перестают быть UIView и становятся точками в GL-слое, карта больше не знает, на что ты тапнул: она отдаёт только координату пальца, а дальше твои проблемы. Разбираю, как клиентский QuadTree на плоскости сферического меркатора превращает «на какое из тысячи облаков я попал» и «какие показать в кадре» из O(n)-перебора в спуск по дереву за O(log n). Заодно — зачем для перевода «пиксели ↔ метры ↔ координаты» пришлось портировать в Swift кусок сферической тригонометрии из Google Maps Utils, и почему «честный» top-N в отборе аур проиграл намеренно неравномерному 20/60/20.
https://habr.com/ru/articles/1051694/
#алгоритмы #QuadTree #структуры_данных #пространственный_индекс #сферическая_геометрия #Mapbox #карты #оптимизация
-
Как нарисовать тысячи объектов на карте и не убить FPS: эволюция рендера на Mapbox GL
Когда-то давно я разрабатывал геолокационную соцсеть, где на карте живут «облака» — посты, привязанные к точке. И этих облаков на экране могло быть очень и очень много. Наивный подход «одно облако = одна аннотация-UIView» упирается в потолок уже на десятках точек: карта превращается в слайд-шоу. Здесь история о том, как я пять раз упёрся в производительность и в итоге переехал на GL-слои с data-driven выражениями: три движка рендера на разных зумах, круги постоянного реального размера в метрах через metersPerPixel, а вся zoom-зависимость считается на GPU. И отдельно — как анимировать прозрачность GL-слоя, у которого вообще нет анимируемого свойства
https://habr.com/ru/articles/1051362/
#iOS #Swift #Mapbox #карты #рендеринг #производительность #оптимизация #GPU #FPS #datadriven
-
Most projects: we should follow semantic versioning to make sure people have an idea of the impact any release can have
#Mapbox: Let's use release numbers that look like semantic ones, but release a breaking change in a minor version… 🤪
-
Most projects: we should follow semantic versioning to make sure people have an idea of the impact any release can have
#Mapbox: Let's use release numbers that look like semantic ones, but release a breaking change in a minor version… 🤪
-
Как я собрал интерактивную карту 13 000 исторических событий и научил её определять архетип любого города
HistoryPrint берёт любой город и говорит, какая часть человеческой истории случилась в его радиусе. ~13 000 событий за 5 000 лет, 12 категорий (войны, революции, пандемии, открытия), скоринг по экспоненциальному убыванию расстояния, и в финале — один из 20 архетипов: «Born in Fire», «Plague Walker», «Heir of Enlightenment». Почитать дальше
https://habr.com/ru/articles/1032542/
#nextjs #mapbox #petпроекты #интерактивная_карта #история #tailwind #vercel
-
#radio #music #mapbox #radiooooo
Здесь собрана музыка разных стран и эпох (с 1900 по 2020 год).
Сайт разработал Бенджамин Моро (Benjamin Moreau) — один из участников группы Polo & Pan.
Идея пришла ему в голову во время поездки на стареньком Renault Caravelle 1966 года выпуска. Включив винтажное радио, он услышал музыку и рекламу наших дней, поэтому решил сделать приложение, группирующее композиции не по жанрам, а по дате выхода — чтобы была возможность создать соответствующую атмосферу. -
The world we live in: #mapbox publishes an agent skill to migrate *from* MapLibre GL JS *to* Mapbox
Consider all the advantages of switching to a proprietary product! SWITCH TODAY!
https://github.com/mapbox/mapbox-agent-skills/blob/main/skills/mapbox-maplibre-migration/SKILL.md
-
The world we live in: #mapbox publishes an agent skill to migrate *from* MapLibre GL JS *to* Mapbox
Consider all the advantages of switching to a proprietary product! SWITCH TODAY!
https://github.com/mapbox/mapbox-agent-skills/blob/main/skills/mapbox-maplibre-migration/SKILL.md
-
Coordinate precision: Choosing the right #coordinate #precision matters (there’s an xkcd about it!): Too little distorts your data, too much bloats it unnecessarily. This interactive tool by #Mapbox makes this tradeoff visually understandable.
https://spatialists.ch/posts/2026/02/24-coordinate-precision/ #GIS #GISchat #geospatial #SwissGIS -
Coordinate precision: Choosing the right #coordinate #precision matters (there’s an xkcd about it!): Too little distorts your data, too much bloats it unnecessarily. This interactive tool by #Mapbox makes this tradeoff visually understandable.
https://spatialists.ch/posts/2026/02/24-coordinate-precision/ #GIS #GISchat #geospatial #SwissGIS -
→ Announcing MapLibre Tile: a modern and efficient vector tile format
https://maplibre.org/news/2026-01-23-mlt-release/“MapLibre Tile (MLT) is a succesor to Mapbox Vector Tile (MVT). It has been redesigned from the ground up to address the challenges of rapidly growing geospatial data volumes and complex next-generation geospatial source formats, as well as to leverage the capabilities of modern hardware and APIs.”
-
→ Announcing MapLibre Tile: a modern and efficient vector tile format
https://maplibre.org/news/2026-01-23-mlt-release/“MapLibre Tile (MLT) is a succesor to Mapbox Vector Tile (MVT). It has been redesigned from the ground up to address the challenges of rapidly growing geospatial data volumes and complex next-generation geospatial source formats, as well as to leverage the capabilities of modern hardware and APIs.”
-
Open Source Mapping for News - Reuters [tutorial / overview]
--
https://scottreinhardmaps.com/blogs/custom-mapping-projects/custom-reuters-open-source-mapping <-- shared technical article
--
#GIS #spatial #mapping #Reuters #news #publicmedia #media #maps #cartography #cartographer #opensource #opendata #Mapbox #MapLibre #Maputnik #Protomaps #newsservive #newsroom #news #tools #workflows #tutorials #overview #webmapping #newsorganisations #newsorganizations #automation #reporters #aesthetics #design #graphics #infographics
#Reuters | #OpenStreetMap | #OGC -
Open Source Mapping for News - Reuters [tutorial / overview]
--
https://scottreinhardmaps.com/blogs/custom-mapping-projects/custom-reuters-open-source-mapping <-- shared technical article
--
#GIS #spatial #mapping #Reuters #news #publicmedia #media #maps #cartography #cartographer #opensource #opendata #Mapbox #MapLibre #Maputnik #Protomaps #newsservive #newsroom #news #tools #workflows #tutorials #overview #webmapping #newsorganisations #newsorganizations #automation #reporters #aesthetics #design #graphics #infographics
#Reuters | #OpenStreetMap | #OGC -
OSM and MapBox and DoorDash. I noticed today as I was waiting for lunch to arrive that the DoorDash map had edits on it that I had done via Open Street Maps. DoorDash credits MapBox as their map source. MapBox is rather opaque about where it gets its data from, hidden behind layers and layers of corporate marketing jargon and calls to action.
-
OSM and MapBox and DoorDash. I noticed today as I was waiting for lunch to arrive that the DoorDash map had edits on it that I had done via Open Street Maps. DoorDash credits MapBox as their map source. MapBox is rather opaque about where it gets its data from, hidden behind layers and layers of corporate marketing jargon and calls to action.
-
sic transit gloria carto
the CartoCSS style language repository (used on default map on OSM.org) has been archived by #Mapbox
#OpenStreetMap #Carto #CartoCSS -
sic transit gloria carto
the CartoCSS style language repository (used on default map on OSM.org) has been archived by #Mapbox
#OpenStreetMap #Carto #CartoCSS -
The satellite view of the Reinebringen hike does not give a clear idea of how steep the 2,000 stone steps path built by Nepalese sherpas is.
Switching to 3D is really useful here.
https://activites.nicolas-hoizey.com/carte/#13.98/67.93585/13.07888/-16.8/73
I should mention that here, the map has the relief exaggerated by 30% to better see the volumes, but the relief of the Lofoten mountains is truly impressive in reality.
-
The satellite view of the Reinebringen hike does not give a clear idea of how steep the 2,000 stone steps path built by Nepalese sherpas is.
Switching to 3D is really useful here.
https://activites.nicolas-hoizey.com/carte/#13.98/67.93585/13.07888/-16.8/73
I should mention that here, the map has the relief exaggerated by 30% to better see the volumes, but the relief of the Lofoten mountains is truly impressive in reality.
-
#VectorTiles coming to DuckDB: #DuckDB’s #spatial extension is about to support #Mapbox Vector Tiles (#MVT) with the newly merged ST_AsMVT and ST_AsMVTGeom functions. The two new functions are scheduled to be shipped next week in DuckDB version 1.4.
https://spatialists.ch/posts/2025/09/10-vector-tiles-coming-to-duckdb/ #GIS #GISchat #geospatial #SwissGIS -
#VectorTiles coming to DuckDB: #DuckDB’s #spatial extension is about to support #Mapbox Vector Tiles (#MVT) with the newly merged ST_AsMVT and ST_AsMVTGeom functions. The two new functions are scheduled to be shipped next week in DuckDB version 1.4.
https://spatialists.ch/posts/2025/09/10-vector-tiles-coming-to-duckdb/ #GIS #GISchat #geospatial #SwissGIS -
#mapbox or kagi maps make neigborhoods look like Animal Crossing after the industrial revolution on the tropical island
-
#mapbox or kagi maps make neigborhoods look like Animal Crossing after the industrial revolution on the tropical island
-
Unlock location power with Odoo Mapbox Integration! Learn 5 hacks to boost logistics, field service & more. #Odoo #Mapbox #ERP #LocationIntelligence
https://teguhteja.id/odoo-mapbox-integration-hacks/?utm_source=mastodon&utm_medium=jetpack_social
-
Unlock location power with Odoo Mapbox Integration! Learn 5 hacks to boost logistics, field service & more. #Odoo #Mapbox #ERP #LocationIntelligence
https://teguhteja.id/odoo-mapbox-integration-hacks/?utm_source=mastodon&utm_medium=jetpack_social
-
J'ai ajouté une carte globale à mon site d'activités pour visualiser la localisation de toutes les activités présentées sur le site.
Elle affiche par défaut toutes les activités, avec la carte positionnée pour toutes les voir d'un coup.
Elle est bien sûr navigable, y compris au clavier, et filtrable par type d'activité et période calendaire.
Quelques détails : https://activites.nicolas-hoizey.com/blog/2025/08/13/une-carte-globale/
-
Pretty happy with the way this global map of my activities looks, with filters by activity type and date. 😍
https://activites.nicolas-hoizey.com/carte/
If I add activities of multiple types in different places, it might look like a Splatoon ad in a few months… 🤣
-
Weekly output: Feds okay T-Mobile-UScellular deal, Rivian adds Google Maps, GENIUS Act becomes law, Mark Vena podcast
July so far is feeling like a traditional August in terms of how under-scheduled it’s been: So far, this month has featured all of three work events to drag me away from my home office. I also left home Thursday to catch that evening’s Fort Reno concert.
7/14/2025: T-Mobile Secures Government Blessing of UScellular Purchase After Ritual Sacrifice of DEI Policies, PCMag
This was yet another case of a post starting with an idea for its headline materializing in my brain. Writing it took a bit longer because I needed to explain the gap between the Department of Justice’s ambivalent thumbs-up and the Federal Communications Commission’s more enthusiastic approval of this deal.
7/15/2025: Rivian Switches to Google Maps for Its EVs’ Navigation, PCMag
Rivian switching from a Mapbox-based navigation app to one built on Google Maps is a bigger deal than might be immediately apparent: That EV manufacturer does not support Apple’s CarPlay or Google’s Android Auto, so the car’s built-in software represents the only way to get driving directions on the biggest screen in the dashboard.
7/18/2025: Trump Signs the GENIUS Act, Creating a Regulatory Framework for Stablecoins, PCMag
I took a little time to look up some useful posts explaining what a stablecoin is and why people and businesses might find a cryptocurrency tied to the value of a real-world asset more useful than a more volatile digital currency. And to point out how President Trump stands to benefit from government regulation of stablecoins.
7/18/2025: Ep 113 SmartTechCheck Podcast — Nvidia and China, chaos at Xbox and Meta “AI superintelligence”, Mark Vena
I suggested we talk about Mark Zuckerberg’s AI ambitions, which remind me of the Facebook founder’s earlier fervor for the metaverse. A normal company might hold its CEO accountable for being so wrong about one tech trend before green-lighting hundreds of millions of dollars in hiring incentives to chase another tech trend–but Zuck’s control of a majority of shareholder votes ensures that Meta cannot be a normal company.
#crypto #cryptocurrency #DEI #diversity #DOJ #equityAndInclusion #FCC #GeniusAct #GoogleMaps #Mapbox #Rivian #stablecoin #TMobile #TMobileUScellular #UScellular
-
MVT, MBT, PMTiles: Everything to know about vector tiles: Daniel-J-H offers a comprehensive overview of #vectortiles technology, including #Mapbox Vector Tiles (#MVT), #MBTiles, and #Protomaps’s #PMTiles. The post explains the evolution from #raster to #vector #maps, compares key formats and technologies,...
https://spatialists.ch/posts/2025/05/19-mvt-mbt-pmtiles-everything-to-know-about-vector-tiles/ #GIS #GISchat #geospatial #SwissGIS -
@snugug thanks!
I've been working on this map for a while, discovering #mapbox API along the way, often struggling with behaviors I couldn't understand.
I want to write about this and the rest of the site also, which is a pretty uncommon use of #Eleventy I think.
Not sure when I'll be able to take the time for this, but it will come.
-
In today's thrilling update from the land of #pointless #tech acronyms, we bring you a revolutionary tool: the #Mapbox #Geospatial #MCP #Server 🎉. Because what the world really needs is another server to needlessly navigate through GitHub's labyrinthine menus 🔄. Forget AI solving real problems—let's automate some #workflows instead! 🚀
https://github.com/mapbox/mcp-server #automation #GitHub #HackerNews #ngated