Skip to content

Commit

Permalink
Manual OpenLayers patch for pointer event dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 9, 2016
1 parent 68ed4f7 commit 3a25b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/js/OpenLayers/OpenLayers.fixmystreet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion web/js/OpenLayers/theme/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ div.olMap {
padding: 0 !important;
margin: 0 !important;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}

div.olMapViewport {
text-align: left;
-ms-touch-action: none;
}

div.olLayerDiv {
Expand Down

0 comments on commit 3a25b96

Please sign in to comment.