TileMill: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 11: Zeile 11:
 
* Import Formats: [[Shapefile]], [[PostGIS]].
 
* Import Formats: [[Shapefile]], [[PostGIS]].
 
* 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 CartoCSS:
 
Notes on CartoCSS:

Version vom 30. November 2012, 20:47 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: Can directly publish to MapBox Online or can generate MBTiles.

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