Questions tagged [tilemill]

TileMill is a tool for cartographers to quickly and easily design maps for the web using custom data.

TileMill is a tool for cartographers to quickly and easily design maps for the web using custom data. It is built on the powerful open-source map rendering library Mapnik - the same software OpenStreetMap and MapQuest use to make some of their maps. TileMill is not intended to be a general-purpose cartography tool, but rather focuses on streamlining and simplifying a narrow set of use cases.

Ref: Manual

125 questions
2
votes
1 answer

How to use equirectangular projection in TileMill?

I need to get an equirectangular projected map out of TileMill (http://en.wikipedia.org/wiki/Equirectangular_projection). I found a tutorial online explaining how to get a different projection by altering the project's setting in the 'project.mml'…
kinkersnick
  • 1,301
  • 1
  • 13
  • 19
2
votes
1 answer

How to import MBTiles into TileMill?

I know that TileMill can export MBTiles data,also it can import XML, SQLite and POSTGis data as a Layer's datasources. I want to import MBTiles data into TileMill as a Layer's data source. How can I do it?
zhonkd
  • 21
  • 3
2
votes
1 answer

Tilemill taking a long time to export to mbtiles

I have a map with a lot of points (60k). They're spread across 21 separate layers. (It's a demographic scatterplot map.) I'm exporting to mbtiles with a zoom range of 11-15. The geographic area is around 700 square miles. I'm only exporting the…
arm5077
  • 302
  • 3
  • 16
2
votes
1 answer

How do I get a project from the MapBox site into TileMill?

I've got a project I created on MapBox.com using their web-based editor. How do I download or export that project so I can edit it in TileMill?
Grid Trekkor
  • 1,443
  • 2
  • 14
  • 19
2
votes
1 answer

Proper way to create tile maps for Leaflet.js?

I am trying to build a custom-designed map, with correct geodata. It could even be an image created in illustrator, but it has to be exported as a set of tiles in correct map format - so that it can be read by tools like Leaflet.js What confuses me…
Kokodoko
  • 26,167
  • 33
  • 120
  • 197
2
votes
2 answers

Is there an easy way to get the config["postgis"]["extent"] values from a postgis database for osm-bright?

I have successfully set up a postgis server for use with OSM-Bright. I must admit that the server is a bit of a black box to me, so while I have it set up and it's working fine, I don't know the ins and outs of how to use it optimally. In the…
sstringer
  • 486
  • 7
  • 12
1
vote
0 answers

Mapnik Vector Tiles styles

I'm trying to build my own vector tile server using Mapnik. Now I've created a XML style using Tilemill and exported this to include in the Mapnik node server. Below the code of the server to render te .mvt tiles. app.get('/tiles/:z/:x/:y.mvt',…
1
vote
0 answers

Modifying tilestache.cfg file does reflect in the api calls (Suspected cache issues)

i have setup my tilestache server and serving my tilemill xml files. I have followed this tutorial for serving own tilemill files. https://go.yuri.at/running-a-map-server-with-mapnik-and-tilestache-on-ubuntu-16-04/ There are problems which i am…
erathina
  • 53
  • 1
  • 7
1
vote
1 answer

use custom fonts in tilemill?

It seems like this can be done... but all the suggestions I've seen online aren't working for me. I have a customFont.ttf tile that I'm putting in this dir: 'home/greg/Documents/MapBox/project/myproject/customFont.ttf' Then I'm using this code:…
rikkitikkitumbo
  • 954
  • 3
  • 17
  • 38
1
vote
1 answer

Mapbox Studio transparent water

I have a problem with Mapbox Studio. I'd like to make water layer appear transparent and land area in some color. When I remove or modify the Map {} background to be transparent, all the change to transparent except water which remains to the color…
user2771538
  • 103
  • 1
  • 10
1
vote
0 answers

Is it possible to apply a conditional to the map background in Mapbox Studio?

I'm trying to do the following, but it seems like conditionals are completely bypassed within the Map block: @invert: 'No'; Map { [@invert = "No"] { background-color: green; } [@invert = "Yes"] { background-color: red; …
cdubbs
  • 97
  • 12
1
vote
1 answer

offline tileserver for whole planet

I'm trying to build an offline tileserver using the planet.osm.pbf files found here and I've hit a bit of a scaling problem. My first attempt was to render some of this data into an .mbtiles file and serve it with Tilemill. This works very well up…
1
vote
0 answers

Tilemill tiles as Openlayers TMS

I´ve styled osm with tilemill (exported as mbtiles) with bounds in Tilemill: 11.3022,47.9679,11.9064,48.3453 Center in Tilemill: 11.6153,48.1697,8 and extracted tiles with mb-util as png. This ended succesfully with pngs in folders from 11-19…
Anatol
  • 1,923
  • 6
  • 26
  • 55
1
vote
0 answers

How to compare 'population=*' in Tilemill CartoCSS?

The Problem Comparing population with CartoCSS in my TileMill project doesn't work unless I specifically cast population to a numeric type in my Postgres query. The problem with that, is that it is not stable. I can do this without problems for The…
Thermometer
  • 2,567
  • 3
  • 20
  • 41
1
vote
1 answer

Example of Tilemill Mapbox Terrain style?

I'm wading through teaching myself Tilemill and Carto CSS, with the numerous examples such as OSM Bright being very helpful. What I'm really interested in is outdoor/hiking type maps. The MapBox Terrain looks really cool, and I'd like to build off…
tpcolson
  • 716
  • 1
  • 11
  • 27
1
2
3
8 9