Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 941 Bytes

File metadata and controls

19 lines (18 loc) · 941 Bytes

map design

About

  • AizuMap is TileMill project directory.
    • AizuMap/poi.mss is style sheets about maki icons.
    • maki icons are AizuMap/img/maki/.
    • If you wanna import, please copy AizuMap directory to your TileMill project directory.
  • tmp is including temporary files for map designing.
  • D3_plus_leaflet is document root for D3+leaflet on Aizu Map.
    • Export .mbtiles from TileMill, and run tilestream: http://localhost:8888/
    • Using leaflet to render the map from tilestream.
    • Using D3 to render the SVG icons. (Now, only circles)
    • We can choose display/hidden of the SVG icons for each pcategory of places.

For reference