0.1.1 • Published 9 years ago

nzta-map-client v0.1.1

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

nzta-map-client

Build Status

Client application for NZTA Maps. Built on top of nzta-map-components.

Check the demo site.

Note: This application assumes you're fetching GeoJSON with NZTA specific properties defined.

Install

Include the module as a dependency:

npm install nzta-map-client --save

Setup

By default, the application uses static JSON files in the data directory as endpoints. You'll want to changes those. Open javascript\constants.js and update constants.DATA_ENDPOINTS to your endpoints. These constants are used by the collections in javascript/components/map.

Rebuild the bundle file by running npm run build:all:prod.

Include the following CSS and JavaScript files in your page:

  • css/normalize.css
  • css/leaflet.css
  • css/main.css
  • javascript/dist/bundle.js