This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
2016-04-12 17:33:37 -06:00

9 lines
226 B
HTML

<div class="scrollable-box">
<div class="h4" id="place-name" style="max-width: 90%;"></div>
</div>
<script>
function loadPlace(feature) {
$("#place-name").text(feature.properties.name);
}
</script>