@cityofphiladelphia/mapboard
v3.0.20
Published
A Vue.js component for data-rich web mapping
Downloads
17
Keywords
Readme
mapboard
Mapboard is a framework for building data-rich mapping applications for the City of Philadelphia. It can be used as a template for creating any application which presents information about an address. It can have either of the following two elements alone, or both side-by-side: the map panel and topic panel.
Mapboard uses functions of the library phila-vue-datafetch, allowing it to return data based on any address.
A Map Panel uses phila-vue-mapping, a library of Vue components for mapping such as Maps, ESRI WebMaps, and Cyclomedia Widgets, etc.
Data returned is presented in the Topic Panel of the application using components of the library phila-vue-comps, such as Vertical Tables or Horizontal Tables, etc.
Usage
Check out the wiki for usage documentation.
Publishing
To publish a new version of Mapboard to NPM:
- Commit your changes to
master
. - Bump the NPM version with
npm version major|minor|patch
. - Push with tags:
git push && git push --tags
. - Update wiki docs to reflect new version and/or dependency changes.
Travis will now run a build and publish to NPM.