#MapboxGL
Need a monochrome basemap with @Mapbox's stunning 3D buildings?

Try this mapgl trick for #30DayMapChallenge Day 11: Minimal:

library(mapgl)

mapboxgl(
config = list(
basemap = list(
theme = "monochrome"
)
)
)

Add `lightPreset = "night"` for a dark basemap!
November 11, 2025 at 3:24 PM
Today's mapgl tip for #30DayMapChallenge Day 8: Urban

The default Mapbox Standard Style with `mapboxgl()` gets you 3D buildings - with rendered landmarks - out of the box.

Using MapLibre? Try `maplibre(style = openfreemap_style("liberty"))` for 3D OSM buildings!
November 8, 2025 at 1:54 PM
#30DayMapChallenge Day 5: Earth

Today's tip: in #rstats mapgl, use `mapboxgl(style = mapbox_style("standard-satellite"))` to get @mapbox.com high-quality imagery on an interactive globe in one line of code.

Even better - you get 3D terrain out of the box!
November 5, 2025 at 1:35 PM
Back in 2018 we did an experiment with generating a landscapes based on GPS route data. By merging DEM maps and satellite imagery we where able to generate interactive landscapes dynamically. @cleverfranke.com

#threejs #experiment #gpsdata #mapboxgl #tbt #datavisualization #dataviz #landscape
September 19, 2025 at 10:33 AM
In the latest version of the @Mapbox Standard Style, you can enable "landmark icons" to add context to your maps and apps.

In #rstats, use the mapgl package to try this feature out:

mapboxgl(config = list(basemap = list(showLandmarkIcons = TRUE)))
August 30, 2025 at 6:25 PM
So you're saying the MapboxGL license will go back to open source right
July 25, 2025 at 2:34 PM
The @mapbox.com Standard Satellite style gives you a stunning 3D globe out of the box that you can use to build your maps and apps.

If you are an R user, this is all you need to get started:

library(mapgl)
mapboxgl(style = mapbox_style("standard-satellite"))

Try it out!

#rstats
May 29, 2025 at 9:28 PM
Here's how:

mapboxgl(
center = c(55.2744, 25.1972),
zoom = 15.3,
bearing = -20.8,
pitch = 82,
config = list(
basemap = list(
lightPreset = "dusk"
)
)
) |>
set_snow()
May 16, 2025 at 10:23 PM
mapboxgl-legend arriba 2000 descàrregues setmanals 🤩! #npm #mapbox #legend
March 6, 2025 at 4:58 PM
🔗 I love maps: Pathfinder: A Modern Mapping App with Next.js 15 and MapboxGL

Check it out here ➜ dly.to/1Xi7L205gOU

What are your thoughts?
Pathfinder: A Modern Mapping App with Next.js 15 and MapboxGL | daily.dev
Pathfinder is an open-source mapping application built with Next.js 15, MapboxGL, and TypeScript. It features real-time weather data, 3D building visualization, dark/light mode support, a street/satel...
dly.to
February 21, 2025 at 6:24 PM
i merged a (great) new pr that introduced snapping, but that broke prod with an error in deckgl. turns out that deckgl was relying on an implementation detail of mapboxgl that changed in a new version, and cf pages was silently installing deps without my lockfile, so it auto-upgraded and broke
December 7, 2024 at 11:29 PM

# fly to CECC
mapboxgl(style = mapbox_style("standard-satellite"), centre=c(-97.6,25.4)) %>%
fly_to(center = c(-78.7303, 44.379), zoom = 16.7, pitch = 75, bearing = 136.8, duration=16000)

Output will be in RStudio Viewer, select Export Save as Web Page for the HTML
December 6, 2024 at 1:57 PM
library(mapgl)

mapboxgl(zoom = 16.77,
center = c(2.35035, 48.85306),
pitch = 75,
bearing = 95.2) |>
set_config_property(
"basemap",
"lightPreset",
"night" # Swap in "dawn", "day", or "dusk"
)
November 15, 2024 at 8:33 PM
Was having a convo with a friend about how much of a pita it is to use imperative web mapping libraries like Leaflet, MapboxGL, etc. with declarative #JavaScript frameworks like React, Vue, Svelte, etc. Do others find this to be true as well? 🤔
March 12, 2025 at 2:03 AM
https://t.co/pYF3JcMkXg est maintenant en React/Redux, utilise MapboxGL, du SSR et 2500+ unit tests ! De nombreux challenges nous attendent alors rejoignez-nous si, comme nous, vous souhaitez contribuer à changer la mobilité en France ! #JS #jobs #mappy https://t.co/UupqhdEoaU
Mappy - Plans, comparateur d'itinéraires et cartes de France
Recherche d'adresses, de lieux, comparateur d'itinéraires pour préparer vos déplacements partout en France
fr.mappy.com
November 23, 2024 at 11:15 AM
La beauté de la carte de Cassini en version vectorielle? oui, @fre2d l'a fait - https://t.co/bPYZjHNhf9 - et voyez comment ici https://t.co/brOxOwMa1N #VectorTiles #OpenMapTiles #MapboxGL #BaseMaps #OpenStreetMap @OSM_FR #Cartographie
December 13, 2024 at 1:27 PM
Sortez des sentiers battus avec #MoodWalkR, application de balades en fonction de vos humeurs, déjà disponible pour @montpellier_ @TlseMetropole @Bordeaux @nantesfr
#Challengesnumériques @DGE @Bpifrance @joinstationf @AerospaceValley
#OSRM #React #MapboxGL
December 13, 2024 at 9:02 AM
November 23, 2024 at 8:31 PM
@enjalot & @sxywu doing an intro to spatial data for the web workshop at @stamen, #geojson #Leaflet #d3 #mapboxgl
March 12, 2025 at 2:02 AM