You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -138,7 +135,7 @@ Visit the [Getting Started Guide](http://esri.github.io/bootstrap-map-js/demo/in
138
135
139
136
## Developer Notes
140
137
141
-
*Bootstrap-map-js Styles Only: If you just want to use the styles and popup formatting, and you don't care about a responsive map, just reference bootstrapmap.css file to your projects. Take a look at these [examples](https://github.com/Esri/quickstart-map-js) to get see how to do this.
138
+
*Bootstrapmap.css Only: If you just want to use the styles and popup formatting, and you don't care about a responsive map, just reference bootstrapmap.css in your projects. Take a look at these [examples](https://github.com/Esri/quickstart-map-js) to get see how to do this.
142
139
* Responsive Map: You can only have one responsive map per page. You can have as many maps as you want that are fixed in size however.
143
140
* ScrollwheelZoom: To enable scrollwheel zoom, set ```scrollWheelZoom: true``` in the constructor. A scrolling map will "slip" however if the page is larger than the viewport, therefore, this is set to ```false``` by default.
144
141
* IE8 Support: Add the following shims to support IE8. For more information visit [getbootstrap.com](http://getbootstrap.com/getting-started/#support).
0 commit comments