Questions tagged [maptiler]

MapTiler is an application creating map tiles for rapid raster map publishing with Leaflet, OpenLayers, and Google Maps API.

MapTiler is an application creating map tiles for rapid raster map publishing.

MapTiler converts raster maps, images and geodata into a format suitable for JavaScript web applications, mobile devices and 3D visualisation. It provides the easiest way how to prepare raster geodata for mashups, apps and for Google Earth, Leaflet, OpenLayers, Google Maps API, etc. It produces either a a folder with tiles and simple HTML viewer or the MBTiles archive.

73 questions
1
vote
1 answer

Generate custom tile sizes with gdal2tiles

Gdal2tiles or maptiler generates tiles with tile size of 256x256 px. I have a non-square image with resolution of 1984x3062. Processing this non-square image, gdal2tiles generates tiles of 256x256 but with transparent portions to compensate the…
hussainb
  • 1,218
  • 2
  • 15
  • 33
0
votes
2 answers

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 maptilersdk.Map({ container: 'map', //…
0
votes
0 answers

Want to show accurate location on map(using maptiler in angular)

My map shows inaccurate location of the users(in normal mode). Upon zoom in it shows the accurate location. Once zoomed out I face the same inaccurate location. it is a angular project, where in Maptiler openstreet map is being used. How to fix the…
0
votes
0 answers

Draw a polygon with Maptiler and OpenLayers

I want to draw a polygon on a map (MapTiler) using Open Layers. When I only draw the map and the circle (parts 1 and 2) it looks okay. But if I add part 3 (the polygon) I only see the map. Neither the circle or the polygon are drawn on the map. I…
Jos R
  • 21
  • 3
0
votes
1 answer

Javascript: Polygon not showing on the map

Why polygon not showing on the map? I was trying to highlight a specific location using polygon but it is not showing on the map even though there is no error. here is the code:
Yumi
  • 151
  • 1
  • 10
0
votes
1 answer

How to download WMS Layer data from Leaflet map?

I am displaying the WMS data layer on the leaflet map, Now I want to make a "Download" button from where user can download the specific data of WMS layer (not all data). I have displayed the WMS layer data on leaflet and now want to download the…
Hamid Ali
  • 1
  • 1
0
votes
2 answers

a proper replacement for Cesium map engine

I used to work with Cesium ion and their map engine in my project. I want to know if there are any better or equal map engines out there. found some options and am not sure about them. MapTiler Carmenta ArcGis (Although I'm not sure about this…
rubin123
  • 11
  • 1
0
votes
1 answer

How to install MapLibre-gl in React Native CLI

I am trying to install MapLibre-gl in react native CLI but I can't find any useful documentation or any step-by-step guide, all I found was some complex stuff that leads to many errors. I need some explanation on how to install it since there is no…
Bassel Turky
  • 371
  • 7
  • 15
0
votes
2 answers

How to implement MapTiler server in React Native app

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 MapTiler. My problem is I can't find a library that can display my…
Bassel Turky
  • 371
  • 7
  • 15
0
votes
1 answer

Maptiler served raster tile in reactnative-native-map is a mess?

This is how I setup urlTile in from react-native-maps module. Somehow the loaded map is a mess, no matter how long I…
jack2684
  • 324
  • 3
  • 15
0
votes
1 answer

App close Due to method setSkuID not initialize in com.mapbox.android.telemetry.AppUserTurnstile

I am new to maptiler mapbox development , I download app from maptiler. now I am trying to build that app in to my android studio. but there are some errors. I am following it's ReadMe file . I put dependency MapboxGLAndroidSDK.aar in to lib and…
Ajay Mistry
  • 951
  • 1
  • 14
  • 30
0
votes
1 answer

GeoJSON vs. Maptiler Layer mismatch after initialization

my LeafLet map contains a GeoJSON and a Maptiler layer. First I set up my map by var map = L.map(...). Right after that I add my GeoJSON layer. Then I load my map style via AJAX, change a few things in it, and finally add it to the map as…
rberneder
  • 9
  • 2
0
votes
0 answers

Map loads incorrectly Leaflet with React

I've tried to use "leaflet" && "react-leaflet", but in both cases map displays like this. I can interact with this map, but map pieces showing incorrectly, with distance. Looks like not all map pieces loads, or maybe incorrect css styles. PLease…
0
votes
1 answer

Difficulty passing a maptile as context directly into a Leaflet map tilelayer in Django

I have a web-page that has an embedded Leaflet map. I've managed to create a drop-down for the user to select different maptile types from Maptiler.com. This worked fine with the maptile address being passed as context from the view which was then…
blake
  • 481
  • 4
  • 14
0
votes
1 answer

Creating a Zoomable Tree Web page with Angular

So I am trying to create a web page that is an image of a tree (like a tree of life kinda, but much smaller) that you can zoom to see a more detailed view of the branches and as you zoom Text and links that fixed to certain parts of the tree (like…