@@ -11,12 +11,12 @@ Design for [Drupal Leaflet Module](https://www.drupal.org/project/leaflet) integ
1111
1212## Requirement
1313
14- - [ Leaflet] ( https://github.com/Leaflet/Leaflet ) 1.7.1 +
15- - [ jQuery] ( https://github.com/jquery/jquery ) 3.6.0 +
14+ - [ Leaflet] ( https://github.com/Leaflet/Leaflet ) 1.9.4 +
15+ - [ jQuery] ( https://github.com/jquery/jquery ) 3.7.1 +
1616
1717## Demo
1818
19- - < https://drustack.github.io/Leaflet.SyncView/ >
19+ - < https://drustack.github.io/Leaflet.SyncView/ >
2020
2121## Usage
2222
@@ -27,9 +27,9 @@ This Leaflet control don't provide any visual element, but using jQuery for bidi
2727 <input type="text" class="longitude">
2828 <input type="text" class="zoom">
2929 </form>
30-
30+
3131 <div id="map"></div>
32-
32+
3333 <script>
3434 var map = L.map("map").setView([51.505, -0.09], 13);
3535
@@ -68,14 +68,18 @@ Or simply build everything once together:
6868
6969 npm run build
7070
71+ Start the simple static HTTP server with < http://localhost:8080/ > for testing:
72+
73+ npm run http-server
74+
7175## License
7276
73- - Code released under [ Apache License 2.0] ( LICENSE )
74- - Docs released under [ CC BY 4.0] ( http://creativecommons.org/licenses/by/4.0/ )
75- - SVG released under [ CC BY 4.0] ( https://fontawesome.com/license/free )
77+ - Code released under [ Apache License 2.0] ( LICENSE )
78+ - Docs released under [ CC BY 4.0] ( http://creativecommons.org/licenses/by/4.0/ )
79+ - SVG released under [ CC BY 4.0] ( https://fontawesome.com/license/free )
7680
7781## Author Information
7882
79- - Wong Hoi Sing Edison
80- - < https://twitter.com/hswong3i >
81- - < https://github.com/hswong3i >
83+ - Wong Hoi Sing Edison
84+ - < https://twitter.com/hswong3i >
85+ - < https://github.com/hswong3i >
0 commit comments