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

Maptiler using OSM and Satellite tiles at the same time

I have downloaded and setup the maptiler server on Docker on my machine. I bought a subscription and have downloaded the OSM maps and it seems to work just fine. However I see there are satellite maps I would like to use as well. Is this possible.…
0
votes
0 answers

Strange tile layer behavior while zooming on Safari

I used https://www.maptiler.com/ to generate a tile layer and I am self-hosting it. It works fine on all browsers except Safari. On Safari, the colors in the tile layer change when the map is zoomed. Here's a gif: My code is very simple: var…
0
votes
1 answer

How to raised the tiles-size by a docker openmaptiles-server

I use to docker version from https://openmaptiles.com. and its run fine, but I like to raised to size of an raster-tiles. Which I get from a GetMap WMS request. so I can get a 10000px x10000px Tiles. Thanks for helping. :D
0
votes
2 answers

Maptiler Google API just won't work

I've looked at many posts on this subject, but I just can't seem to find a fix for a Google map embedded on my website. It's an iframe that refers back to a separately hosted html file created with the maptiler program. The embed produces the…
0
votes
1 answer

Maptiler Pro Demo 12 Core using only 12%

Using MapTiler Pro Demo. Testing zoom levels 1-21 for Google Maps export from a tiff image (about 21mb file covering polygons over 2000km). At the moment its been running an hour with constant usage at 12% of 12 vcores (about 1.5 of 12) maxed to…
Kevin Potgieter
  • 672
  • 10
  • 23
0
votes
0 answers

Creating tiles for leaflet

What i want to achieve is user uploading photo through website. Then the photo needs to be cut in tiles at backend, and stored in s3. I want it to be done automatically. I've implemented a function to crop the photo. Everything is fine with big…
Standy131
  • 1
  • 2
0
votes
0 answers

Exported MBtiles with OSMBright style does not work in Goserver

I use this OSM Bright template to render tilemill project, and next I export it into *.mbtiles. Here is configure.py: #!/usr/bin/env python # -*- coding: utf-8 -*- from os import path, getcwd from collections import defaultdict config =…
Denis Stephanov
  • 4,563
  • 24
  • 78
  • 174
0
votes
1 answer

How create Custom Indoor Map with directions for iPhone?

I am developing an application for exhibition. I am new to the map concept (tile map)in iOS. In this app I have to show a map of all the exhibition stall(booth). I've searched about tiled map but unable to find proper example and documentation. Can…
Raj
  • 637
  • 13
  • 32
0
votes
1 answer

How to embed HTML map onto blog

I've created a HTML file which displays a map using leaflet following this tutorial. http://build-failed.blogspot.co.uk/2012/11/zoomable-image-with-leaflet.html My HTML code is as follows... …
user3200293
  • 181
  • 5
  • 18
0
votes
1 answer

Error when using spatial reference EPSG:3440 in gdal2tiles.py

I was using gdal2tiles.py with spatial reference WSG84 and it was working fine. However, when I changed to spatial reference EPSG:3440. I got the the following error: First, I run the command: gdal_translate -of VRT -a_srs EPSG:3440 -gcp 0 0…
user836026
  • 10,608
  • 15
  • 73
  • 129
0
votes
1 answer

MapTiler warped overlay fix?

I want to use MapTiler to create a custom overlay onto OpenStreetMaps but I keep getting extremely warped output from MapTiler and I don't know why. The output from each attempt is different although I use the same starting image and the same…
Brian Zelip
  • 2,909
  • 4
  • 33
  • 45
0
votes
1 answer

How to transform MapTile image to to view

I've created a tile set of an image using MapTiler. MapTiler generates a OL 2 script that centers the tiled image in the viewing window with the following code: var map, layer; var mapBounds = new OpenLayers.Bounds(0.000000, -9350.000000,…
user2254532
  • 1,851
  • 2
  • 14
  • 14
0
votes
2 answers

Plot a known pixel (x,y) from original image using custom Bing Maps WPF tiles

I am trying to use the Bing Maps WPF control to render custom map tiles from an image of a fictional game world map, but I also need to plot X,Y values on the map from the original world image (sort of like an in-world GPS). The image is 5720x5720…
Josh
  • 451
  • 8
  • 22
0
votes
1 answer

I notice world file is missing the zone paramter

I'm just trying to figure out how to create world file. I saw some explanation but I notice world file having the easting and northing values but not the zone value. So how the location of the map will be identified, or I'm missing…
user836026
  • 10,608
  • 15
  • 73
  • 129
0
votes
1 answer

Example of World File

Does any body have an example of map world file, where it shows the input parameters including the latitude and longitude and the output world file. I Google for world file, I found an explanation but I didn't see a full example. Thanking you.
user836026
  • 10,608
  • 15
  • 73
  • 129