add Bootstrap:
- remove normalize.css, included - adjust to Bootstrap's "box-sizing: border-box" - conflict with Leaflet "label" class
This commit is contained in:
parent
32cde2b8e9
commit
5a277b0a34
5 changed files with 24 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ BR.Routing = L.Routing.extend({
|
|||
this._edit._mouseMarker.setIcon(L.divIcon({
|
||||
className: 'line-mouse-marker'
|
||||
,iconAnchor: [8, 8] // size/2 + border/2
|
||||
,iconSize: [8, 8]
|
||||
,iconSize: [16, 16]
|
||||
}));
|
||||
|
||||
this._draw.on('enabled', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue