TileMill: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 7: Zeile 7:
 
Documentation:
 
Documentation:
 
* Homepage: http://mapbox.com/tilemill/
 
* Homepage: http://mapbox.com/tilemill/
* TileMill Quick Tutorial: [http://www.labaume.de/blog/?p=279]
+
* Support: http://support.mapbox.com/
* [http://tillnagel.com/2011/06/tilemill-for-processing/ TileMill and Processing]
+
* Programming TileMill with JavaScript: [http://tillnagel.com/2011/06/tilemill-for-processing/ TileMill and Processing]
  
 
Features:
 
Features:
Zeile 14: Zeile 14:
 
* Export Formats: PNG, PDF, SVG, [[MBTiles]], Mapnik XML, MapBox Online.
 
* Export Formats: PNG, PDF, SVG, [[MBTiles]], Mapnik XML, MapBox Online.
  
 +
== Howto use TileMill ==
  
== Howto use TileMill ==
+
Youtube-Videos...
 +
* TileMill Quick Tutorial: [http://www.labaume.de/blog/?p=279]
  
 
   Look forward for a video tutorial on Youtube...
 
   Look forward for a video tutorial on Youtube...

Version vom 3. Dezember 2012, 02:25 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:

Howto use TileMill

Youtube-Videos...

  • TileMill Quick Tutorial: [1]
 Look forward for a video tutorial on Youtube...
 Demnächst gibt es ein Video-Tutorial auf Youtube...

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].

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