missinglink / leaflet-spatial-prefix-tree

Leaflet plugin for visualizing spatial prefix trees, quadtree and geohash
http://missinglink.github.io/leaflet-spatial-prefix-tree/
53 stars 18 forks source link

upgrade bootstrap and jquery #5

Open ppKrauss opened 5 years ago

ppKrauss commented 5 years ago

Tested and was fine, with:

<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>

The leafletJs need some study, not so easy to upgrade.

missinglink commented 5 years ago

Hi @ppKrauss, would it be possible to submit a pull request with the code changed rather than an issue with the code as comment?

If you're not familiar with git or GitHub and need help let me know :)

ppKrauss commented 5 years ago

Hi @missinglink, thanks. It is all mixed in the same pull-request.