No longer tap-selecting elements on touch devices
This finalizes the effort to improve map browser event handling.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="../../css/ol.css" type="text/css">
|
||||
<title>ol3 full-screen demo</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../../css/ol.css" type="text/css">
|
||||
<script src="../../build/proj4js-combined.js" type="text/javascript"></script>
|
||||
<script src="@SRC@" type="text/javascript"></script>
|
||||
<title>ol3 proj4js demo</title>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
border: thin solid;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="../../css/ol.css" type="text/css">
|
||||
<title>ol3 side-by-side demo</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
border: thin solid;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="../../css/ol.css" type="text/css">
|
||||
<title>ol3 two-layers demo</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user