TileMill: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 12: Zeile 12:
 
* Export Formats: PNG, SVG, [[MBTiles]], Mapnik XML, MapBox Online.
 
* Export Formats: PNG, SVG, [[MBTiles]], Mapnik XML, MapBox Online.
  
Notes on publishing interactive maps: Can directly publish to MapBox Online or can generate [[MBTiles]].
+
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 [http://www.arc2earth.com/services/sync/].
  
 
Notes on CartoCSS:
 
Notes on CartoCSS:

Version vom 1. Dezember 2012, 00:33 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.

Documentation:

Features:

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

Notes on 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