We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6072ee1 commit c33387fCopy full SHA for c33387f
demo/index.html
@@ -3,7 +3,8 @@
3
<head>
4
<title>Leaflet Control Geocoder</title>
5
6
- <meta name='viewport' content='width=device-width, user-scalable=no initial-scale=1, maximum-scale=1'>
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, user-scalable=no initial-scale=1, maximum-scale=1">
8
9
<link rel="stylesheet" href="https://unpkg.com/leaflet@latest/dist/leaflet.css" />
10
<link rel="stylesheet" href="../dist/Control.Geocoder.css" />
0 commit comments