TileMill: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Quick Intro)
K
Zeile 16: Zeile 16:
 
== Quick Intro ==
 
== Quick Intro ==
  
See this video tutorial (2 min.): [http://youtu.be/e0n8gHRWyTM English edition] / [http://youtu.be/Chyhw_GQTLI Deutsche Ausgabe]
+
* Video tutorial (2 min.): [http://youtu.be/e0n8gHRWyTM English edition] / [http://youtu.be/Chyhw_GQTLI Deutsche Ausgabe]
 +
* Blog: [http://www.labaume.de/blog/?p=279]
  
 
== CartoCSS ==
 
== CartoCSS ==
Zeile 31: Zeile 32:
 
== Howto use TileMill ==
 
== Howto use TileMill ==
  
Youtube-Videos...
 
* TileMill Quick Tutorial: [http://www.labaume.de/blog/?p=279]
 
 
* Five-part series (plus bonus 6th part) about explorations making choropleth maps using PostGIS, TileMill, Mapnik and Google Maps from Chicago Tribune including source code for the client (HTML, Javascript) and Python serving as tile server and simple HTTP server: http://blog.apps.chicagotribune.com/2011/03/08/making-maps-1/
 
* Five-part series (plus bonus 6th part) about explorations making choropleth maps using PostGIS, TileMill, Mapnik and Google Maps from Chicago Tribune including source code for the client (HTML, Javascript) and Python serving as tile server and simple HTTP server: http://blog.apps.chicagotribune.com/2011/03/08/making-maps-1/
 
  Look forward for a video tutorial on Youtube...
 
  Demnächst gibt es ein Video-Tutorial auf Youtube...
 
  
 
Notes on publishing interactive maps:  
 
Notes on publishing interactive maps:  

Version vom 31. Dezember 2012, 01:13 Uhr

TileMill is an application (by MapBox) for making beautiful interactive maps. It's the "design studio" for journalists, web designers, researchers, or cartographers.

See also Geovisualisierung.

About

Documentation:

Features:

Quick Intro

CartoCSS

CartoCSS is a styling language used by TileMill and CartoDB Online.

Notes on using CartoCSS:

  • Always specify zoom levels as either >= or < . Don't use = or =< or >
  • Two space indents. No tabs.
  • space after : but no before
  • If there is a &minscale_zoom18;, ignore it. These really mess up any attempts to run the style at z19 Dashes, not underscores, in layer names
  • Avoid restating defaults, e.g. don't add point-allow-overlap = false

Howto use TileMill

  • Five-part series (plus bonus 6th part) about explorations making choropleth maps using PostGIS, TileMill, Mapnik and Google Maps from Chicago Tribune including source code for the client (HTML, Javascript) and Python serving as tile server and simple HTTP server: http://blog.apps.chicagotribune.com/2011/03/08/making-maps-1/

Notes on publishing interactive maps:

  • Given a TileMill project (styling configuration) you can
    • directly publish to MapBox Online.
    • generate MBTiles which then are rendered with other tools (see MBTiles).
    • export Mapnik XML.
  • An ArcGIS project (MXD) can be converted to a TileMill project, including all symbols, renderers, and labels, using the Arc2Earch Sync Extension/Plugin [2].

Tips and Tricks

tbd.