
Newest 'maptiler' Questions - Stack Overflow
Nov 5, 2025 · 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 …
Maptiler Geocoding make markers interactive - Stack Overflow
Sep 26, 2024 · Maptiler Geocoding make markers interactive Asked 1 year, 2 months ago Modified 1 year, 1 month ago Viewed 271 times
How to implement MapTiler server in React Native app
Feb 7, 2022 · I am building a mobile app that includes a map and some markers, I found that using react-native-maps with Google API will cost a lot. I started hosting my own map tile server using …
How to serve multiple .pbf files instead of .mbtiles with TileServer-GL ...
How can I use TileServer-GL to serve all the files (.mbtiles) form a folder, without explicitly starting it with a specific .mbtiles file docker ... maptiler/tileserver-gl --mbtiles some-file.mbtiles?
Error on Maptiler geocoding import method; tried Mapbox, but it ...
Feb 23, 2025 · 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 …
How to make local glyphs and sprite to be used on my style file for my ...
Oct 2, 2022 · I used to use Maptiler but now am going to host my own personalized map on my desired Hosting Service Provider. I need to use sprite and glyphs endpoints, which now look something like …
Map getting rendered only in localhost - Stack Overflow
Jun 22, 2023 · 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 …
Is there a way to generate a .mbtiles file from .osm.pbf file
Jan 22, 2021 · I made a tutorial on how to generate tiles using maptiler: https://blog.kleunen.nl/blog/tilemaker-generate-map It is focused on linux, but you can run it on …
How to enable CORS in a self-hosted maptiler-server?
Mar 11, 2021 · I found the solution on maptiler's page. Basicly I had to install a reverse proxy that did redirect to the maptiler-server. The example on their page uses Nginx as reverse-proxy server. To …
Maptiler not recognizing custom map ID in style switcher
May 28, 2024 · 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 …