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
0 answers

how to decrease API requests sent from flutter map package?

'''I am using flutter map with maptiler as a server and requests are way more than it suppose to be. how can I optimize? '''
Alex M
  • 11
  • 2
1
vote
1 answer

How to get Geoserver to correctly serve up MB Vector Tiles

I have geoserver (v2.18.1) serving up MapBox Vector tiles. It works nicely and the data is coming back and rendering on the client. I have the MBTiles plugin installed. The issue I have is that the protobuf responses containing the date with each…
JT-Hello
  • 23
  • 1
  • 6
1
vote
1 answer

How to enable CORS in a self-hosted maptiler-server?

I want to configure Access-Control-Allow-Origin of a server machine running maptiler-server but cannot find any documentation how to do it. I also want to know if there is any way to provide the maptiler-serve with access tokens generated by another…
0xC0DEGURU
  • 1,432
  • 1
  • 18
  • 39
1
vote
1 answer

How to integrate offline folium map onto django using maptiler server?

I am new to Django and I have installed mapTiler server on my mac to use it as as map server. I have a django app that has an embedded folium map and I want to host my data locally (offline) through the application: After getting the information…
Selma B.
  • 13
  • 1
  • 5
1
vote
0 answers

Javascript maptiler wont work but latitude and longitude show up

I am trying to get the users current position to show up in a map using maptiler, however I seem to be able to get the longitude and latitude to show up in text but not on the map... what am I not seeing or getting here? it shows the right…
Phoebe
  • 11
  • 1
1
vote
1 answer

Visually aligning a jpeg image to Google Maps in preparation for Photoshop tile cutter

I'm looking to add a custom tile overlay of my university campus on top of a Google Map. What I have is a jpeg image of my university campus layout, and what I'm trying to figure out is how to align it to the existing Google Maps such that I know…
Bryce Thomas
  • 10,479
  • 26
  • 77
  • 126
1
vote
1 answer

Google Maps - TileOverlay - Stretch tiles for higher zoom levels

I have built a custom TileProvider from a map image, but the original image does not cover the required map area for the resolution corresponding to the highest zoom level. By default, the provider returns no tiles if I do not create images for the…
tishu
  • 998
  • 15
  • 29
1
vote
1 answer

Map tiles in Leaflet

I want to create georeferenced map tiles from raster (jpg map of small area) and display in Leaflet. MapTiler seems to be a prefect solution for my problem, but free version doesn't allow set zoom range, aslo has a watermark. Is there any…
1
vote
0 answers

How to fetch map tiles on GeoServer from Leaflet?

I'm trying to fetch map tiles on GeoServer from Leaflet by using TileLayer, but I can't figure out how to do it. That is, by writing the following line in a script. L.tileLayer('http://localhost:8080/geoserver/.../{z}/{x}/{y}.png').addTo(map); For…
Akio Yanagawa
  • 223
  • 1
  • 6
  • 13
1
vote
1 answer

Leaflet: project map coordinates to pixel coordinates

What I am trying to achieve is when a rectangle is drawn on the map, I want to project this rectangles map coordinates into the coordinate space of the original image so that I can crop the original image and provide a download link to the…
Cathal Coffey
  • 1,105
  • 2
  • 20
  • 35
1
vote
0 answers

Convert Image To Map Tiles In-App

I want to be able to convert a given image uploaded in the app and convert it to map tiles to be overplayed in a MapView. This could be a photo downloaded from the web or simply a photo taken from the device's camera. I have so far come across…
jaredsmith
  • 7,306
  • 3
  • 20
  • 31
1
vote
2 answers

qt 4.7 or 4.8 on RHEL 6.4

I am a Linux newbie. I am trying to install the MapTiler product on Redhat 6.4, but the MapTiler RPM has been made for Redhat 7 with dependencies to the Redhat 7 GUI libraries. I will not use the MapTiler GUI, but only use it through the command…
Jesper Tejlgaard
  • 827
  • 10
  • 16
1
vote
2 answers

Does leafletjs support non square tiles

I have a rectangular PNG image which gets converted to tiles using a tool "Maptiler". MapTiler itself renders an html with leaflet script added to it which in turn lets me zoom in and zoom out. The issue I am currently facing is since the image…
Sumodh Nair
  • 1,656
  • 1
  • 11
  • 34
1
vote
1 answer

Setting up coordinate system in Map Tiler

I am creating Map tiles based on Map Image using Map Tiler software. Now in that as a first step i selected Map Image from system. Than i have to set the coordinate system for that i have following options : See this image: I choose second…
Mayur Prajapati
  • 5,454
  • 7
  • 41
  • 70
1
vote
1 answer

Create maps for maptiler

I´m actually doing a CustomTileProvider for Android, but I dont have idea how can I create tiles from MapTiler. It ask´s me for a Raster map Files, but Is there any tool to generate this map files.
Jose Pina
  • 81
  • 2
  • 4