Esri / bootstrap-map-js

A light-weight JS/CSS extension for building awesome mapping apps with Bootstrap and ArcGIS.
http://esri.github.io/bootstrap-map-js/demo/index.html
Apache License 2.0
365 stars 392 forks source link

Using large sliderStyle #134

Closed yeonkim closed 9 years ago

yeonkim commented 9 years ago

Hello,

I want to use large slider that shows zoom levels, not the small one that only has +/- buttons.

When I create a map using BootstrapMap.create like below, I still get a small slider. How can I get a large slider?

var map = BootstrapMap.create("mapDiv",{
  sliderStyle: "large",
  extent:extent,
  logo:false,
  scrollWheelZoom: true
}); 

If I create a map using esri/map with the same options (map parameters), large slider does show up. Thank you for your hep.

Yeon

alaframboise commented 9 years ago

Ya this is strange. Are you missing in any other css sheets? e.g. claro?

alaframboise commented 9 years ago

The issue is that the samples use and you need to use to pull in the full library set to get the large slider. There are tonnes of CSS clashes that would need to be addressed however. Closing for now unless this becomes high demand.