GeoRab / npmap-builder

A graphical interface for creating maps with NPMap.js.

Home Page:http://www.nps.gov/npmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPS Arrowhead

NPMap Builder

The NPMap Builder is a graphical interface that can be used to build maps with the NPMap.js library. The Builder is intended to be a quick start for developing and deploying maps to the web. It is not intended to cover every use case - and it never will. Those who want to add advanced functionality or customizations to their map will need to use NPMap.js's API.

That said, output from the builder should provide a good base starting point for all maps - even those that require additional customizations.

Build

You can create a production build with minified and combined JavaScript and CSS by using Grunt:

  1. Install Node and NPM
  2. npm install
  3. grunt

The build will be created in the _site directory.

Status

The NPMap Builder is a work-in-progress. Consider the code pre-alpha and the feature set incomplete.

License

This project constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105.

However, because the project utilizes code licensed from contributors and other third parties, it is licensed under the MIT License (http://opensource.org/licenses/mit-license.php). Under that license, permission is granted free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the conditions that any appropriate copyright notices and this permission notice are included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A graphical interface for creating maps with NPMap.js.

http://www.nps.gov/npmap