All Projects → Esri → Dojo Bootstrap Map Js

Esri / Dojo Bootstrap Map Js

Licence: apache-2.0
Samples for how to use the Esri ArcGIS API for JavaScript w/ Bootstap via Dojo-bootstrap

Programming Languages

javascript
184084 projects - #8 most used programming language

dojo-bootstrap-map-js

An application boilerplate demonstrating how to use the Esri ArcGIS API for JavaScript with Bootstrap Map and Dojo Bootstrap to create a responsive mapping application using Bootstrap components.

View it live

App Screenshot

This boilerplate is ideal for mobile applications because it provides the responsive UI of Bootstrap without the overhead of loading all of jQuery. Furthermore, you can run a Dojo build to optimize all of the JavaScript and CSS source code and dependencies to get a roughly 95% reduction in number of requests for scripts and 25% reduction in the size of those scripts.

This application boilerplate demonstrates how to build a mapping application that utilizes the best parts of Dojo (AMD modules, classes and widgets, promises, i18n, custom builds, etc) along with the responsive UI of Bootstrap. For simpler examples of how to get started with Bootstrap Map and Dojo Bootstrap, see the Boostrap Map demo pages.

Instructions

By default, this boilerplate assumes you will want to work from local copies of all dependencies so that you can create a custom build. However, you can also work off of remotely hosted (CDN) dependencies by using nobuild.html.

Quick Start

  1. Download or Fork and clone the repo
  2. Make sure the dojo-bootstrap-map-js folder is served via your local web server
  3. Load src/index.html in your browser

Downloading Dependencies and Building

You will need to install Node, Bower, and Grunt in order to download dependencies and build the app via the command line.

  1. Fork and clone the repo
  2. cd into the dojo-bootstrap-map-js folder
  3. Run npm install to install the Grunt tasks
  4. Run bower install to download Dojo and other dependencies
  5. Run grunt serve to load the unbuilt app into a web browser
  6. Modify the code as needed
  7. Run grunt build to build the app under the dist folder
  8. Run grunt serve:build to load the built app into a web browser

You may want to run grunt clean:deploy to remove all uncompressed javascript and source maps before you deploy the contents of that folder to your web server.

Requirements

  • Notepad or your favorite text editor
  • Web browser with access to the Internet
  • Node, Bower, and Grunt to run the command line development tools
  • Java, in order to build Dojo.

Example Applications

Below are a few example applications that have been built using this boilerplate:

  • Demo for DevSummit 2015, responsive-citizens, a responsive take on the Attribute editing - mobile sample. Github repo.
  • San Juan County GIS, traffic-collisions-app, A web application showing traffic collisions in San Juan County. Filterable by island and severity. Github repo
  • City of Menlo Park, General Plan Review, a wep application that allows users to dynamically modify the proposed general plan and view the impact on a map and chart.

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

Licensing

Copyright 2012 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

[](Esri Tags: ArcGIS Web Mapping Bootstrap) [](Esri Language: JavaScript)​

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].