Skip to main content

Questions tagged [mapbox-gl-js]

A WebGL JavaScript interactive maps library that can render Mapbox Vector Tiles.

Filter by
Sorted by
Tagged with
1 vote
0 answers
83 views

I'm integrating high-resolution elevation data from swissALTI3D (0.5 m resolution, 1 km² GeoTIFF tiles) into a Mapbox GL JS map as a custom raster-dem terrain source. To prepare the data, I followed ...
fabricecw's user avatar
2 votes
0 answers
136 views

I'm having an issue with Mapbox GL v2.6.0 where when creating polygons in a grid, some of the cells render incorrectly. With strange angles almost appearing wavy at times. Interestingly when the cells ...
Trystan's user avatar
  • 21
1 vote
1 answer
415 views

I have this GeoJSON (can be downloaded here). The data is distributed through a grid, thus the points are distributed regularly. However, each point has a different "weight" via the prop ...
four-eyes's user avatar
  • 3,550
0 votes
1 answer
209 views

I've imported customized basemap from Mapbox studio, and want to create a webpage for visualization using qgis2web plugin. The QGIS imports and displays the base map from map box properly. However, ...
Adarsh M Kulkarni's user avatar
1 vote
1 answer
393 views

Is it possible to use in MapLibre GL two raster layers on the same time that point to the same Geoserver layer? I defined two raster layers in maplibreGL pointing to the same Geoserver layer. One are ...
user1249791's user avatar
0 votes
0 answers
242 views

I need to be able to display polygons with uncertain boundaries in a web map I am building. Here is an example: I have styled this example in QGIS using a Gradient Fill. I cannot find a way to style ...
staf's user avatar
  • 336
1 vote
0 answers
84 views

I am using Mapbox GL JS in my vuetify project. I have a vector tile API. This API will return points for each tile (xyz). I use addSource and addLayer to render the features gotten from the vector ...
timewalker's user avatar
1 vote
1 answer
190 views

I have uploaded the data to a local Geoserver and am connecting it to my map on MapBox GL JS. The data is displayed correctly on the map and does not cause any errors in the logs. But when I start ...
Ilya's user avatar
  • 33
1 vote
1 answer
1k views

I'm trying to layer data from Kartverket (Norwegian Mapping Authority) over my Mapbox map, but currently the only thing I'm getting returned is a transparent image. I'm wondering if there are anyone ...
Oscar Nysten's user avatar
1 vote
0 answers
299 views

I want my features to smoothly transition different to colors based on its data. For this I apply a new map.setPaintProperty but then the 'fill-color-transition' property becomes lost, forever.. Some ...
user1249791's user avatar
2 votes
0 answers
191 views

I am trying to deploy a spatial layer with data in PostgreSQL/PostGIS. The data has a temporal dimension and is configured as such in GeoServer. The goal is to use the layer through Mapbox GL JS and ...
Jean-François Legendre's user avatar
0 votes
3 answers
297 views

I'm hosting a table of four points in PostGIS and querying it to create a vector tile layer of a line connecting the points. The second and fourth points in the table are the same. The resulting ...
mhkeller's user avatar
  • 191
1 vote
1 answer
253 views

Trying to implement collapsible side bars instead of using Mapbox built in Popup boxes for messages. Had a go and built upon this and this thread. My attempt can be found here, JavaScript below: // TO ...
Matt's user avatar
  • 13
1 vote
0 answers
194 views

I have a project and I want to import my LoD2 data into threebox. I tried this in several way. Original data in CityGML format that contains multiple buildings but since ThreeJS/Threebox does not ...
sevvaldurmazbilek's user avatar
1 vote
1 answer
185 views

How do I make my MapboxGeocoder collapse when not on hover? I am trying to make it like this example (be sure to add your access token to the end), where the Geocoder search field expands when it's ...
DaCuteRaccoon's user avatar

15 30 50 per page
1
2 3 4 5
22