Questions tagged [maplibre-gl]

Questions about MapLibre GL, a community-governed collection of open source mapping libraries.

web site: https://maplibre.org/

About:

MapLibre is a community-governed collection of open source mapping libraries. Which believes in building and maintaining freely licensed libraries that enable developers worldwide to build vital tools using maps.

Motivated by the 2020 transition to proprietary licensing for Mapbox GL JS, the initial libraries are forks of the Mapbox GL ecosystem—for the web and mobile platforms.

Goal is to continue building on the foundation of Mapbox’s original open-source code under the BSD license without tracking end-users.

81 questions
0
votes
1 answer

Add image on mouseover of map in maplibre GL

I was trying to add an image on mouseover on the map. I'm using Mapbox MapLibre GL. Here's what I did till now. var map = new maplibregl.Map({ container: 'map', style: 'assets/data/basic/style.json', antialias: true, center:…
Lahari
  • 57
  • 8
-1
votes
0 answers

How to add self hosted Mapbox vector tile in Maplibre?

I have downloaded MapBox vector tiles(.pbf) with "fonts", "sprites" and a style.json file. How to add the vector tiles to MapLibre map object as a vector layer?
Baohua Chu
  • 43
  • 4
-1
votes
1 answer

MaplibreGL JS, with terrain on, opacity of markers gets changed on moving

I made custom html element for markers in MapLibre, so they can show some data. When I added terrain to map (amazon rgb terrain), it happened that markers change their opacity while camera is moving. By default it's 1 of course, but suddenly goes to…
-1
votes
1 answer

Lines abruptly disconnect at random points

While rendering some lines using Vector Tiles in Mapbox, I encounter the kind of artifacts that are shown on the screenshot. Never before I've seen or experienced a glitch like this. Any ideas of what might be causing or how to mitigate it?
jayarjo
  • 16,124
  • 24
  • 94
  • 138
-1
votes
1 answer

Amazon Location Service Authentication

I am considering using Amazon Location Service as a map tile provider for a web app I am working on. I have been able to get this working in a small proof-of-concept using Cognito unauthenticated access and MapLibre GL JS (but plan to move to…
-2
votes
1 answer

OverlayView in MapLibre?

I'm trying to replace Google Maps with MapLibre. What is the alternative of the OverlayView in MapLibre? I've looked at all the examples of both MapLibre and Mapbox, but I couldn't find anything like what I currently have - an interactive (clickable…
metal03326
  • 1,213
  • 2
  • 13
  • 15
1 2 3 4 5
6