Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 686 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 686 Bytes

Node-mapnik examples

Examples are arranged into topic directories:

  • simple - simple single image renderers. Start here.
  • tile - TMS style tileservers. Also includes postGIS example.
  • wms - WMS servers
  • js_datasource - rendering of native javascript objects

Other files

  • lib - helper methods
  • data - world map shapefile used in examples
  • stylesheet.xml - source mapnik settings

Using examples

To run most examples, read the code then execute their app.js file.

In tile examples you can view the output in polymaps via tile/index.html

TODO

  • interaction
  • js_datasource + interaction