82 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
89
views
MapTiler SDK markers move across the map when scrolling
I'm trying to create markers using the MapTiler SDK. I have a map component that displays a MapTiler map, and in its TypeScript file, I'm adding markers like this:
const marker = new maptilersdk....
0
votes
1
answer
39
views
Understanding security merely using API-token + Origin
This question applies to all structurally equivalent scenarios but I am using a specific example to explain.
I wanted to use the MapTiler-API with their Leaflet-plugin for a super basic visualization ...
0
votes
1
answer
107
views
Error on Maptiler geocoding import method; tried Mapbox, but it requires the credit card info
I am new to backend development, and I am trying to use MapTiler's geocoding service to convert addresses into latitude and longitude (forward geocoding). My goal is to retrieve the latitude and ...
1
vote
1
answer
283
views
Maptiler Geocoding make markers interactive
I have a circle in my map. I want the marker from the MapTiler Geocoding search to be clickable and/or colored differently to demonstrate if it is inside the circle or not.
The code I have below works....
-2
votes
1
answer
131
views
Unable to import mbtiles generated with MapTiler in Mapbox studio
I’m trying to import a tileset generated from a QGIS vector shapefile processed by MapTiler in Mapbox. I tried generating compressed and uncompressed mbtiles with a size of 512px, the resulting files ...
0
votes
1
answer
213
views
Maptiler not recognizing custom map ID in style switcher
In the demo here, I am working on a Maptiler map utilizing two default map types and two custom map types in a style switcher and one layer. The code is supposed to switch between styles while ...
1
vote
2
answers
787
views
Angular17 hosting project presents this error: ReferenceError: caches is not defined
I made a project using the MapTiler library. And when putting the project on the hosting service, the error appears:
ReferenceError: caches is not defined
at main-FAGKM46X.js:584:229302
at ...
1
vote
0
answers
199
views
Implement Map Tiler Temperature weather layer with leaflet and reactjs
I'm trying to make a temperature overlay on the map but getting an error:
object is not a layer
The desired outcome is as follows:
My Code:
import { useEffect, useContext } from 'react';
import L ...
0
votes
1
answer
121
views
Zoom-in and zoom-out move in wrong directions with Maptiler
I am trying to use this API https://docs.maptiler.com/angular/ in my Angular project.
I can create an normal map but when I zoom in or out my marker move in the completely wrong direction.
I tried ...
6
votes
1
answer
855
views
How do you animate a line between points on a map within Reactjs using pidgeon-maps?
Within my reactjs app, I'm using a light-weight map library called pidegon-maps to display vessel locations. Without trying to use the bigger libraries (leaflet, Google Maps react), I'm trying to ...
0
votes
1
answer
215
views
maptiler sdk improve accuracy of search results
I've implemented a map using the MapTiler SDK and Geocoding API for search purposes.
MapTiler SDK
Geocoding API
Geocoding API Reference
Per requirements, I'm only zooming to focus on the top result ...
1
vote
2
answers
1k
views
React Native with Maplibre and Expo
I'm usin expo and Maplibre react native library (through eas build). The app builds and starts as expected, unfortunately, there is no map displayed. I'm running the app on android device.
Here's my ...
2
votes
1
answer
705
views
Map getting rendered only in localhost - Not displayed after app build process
I am working on a react application which have two maps (one leaflet+esri map and the other is maptiler). I have got the API keys for both, and it gets rendered properly in localhost environment.
...
0
votes
2
answers
78
views
How to store new elements?
I have a function that creating new variable by clicking. I need to store this variables and display after reloading the page.
maptilersdk.config.apiKey = 'FeLE2yBSiMMi7tgevphq';
const map = new ...
1
vote
1
answer
1k
views
Combining MapLibre GL JS with ThreeLoader3dTiles
So the below code works to show a Cesium 3d tiles model. This code works. It creates a basic scene, loads the cesium model and adds it to the scene.
import { useEffect, useRef, useState } from 'react';...