hecate 0.62.0

OpenStreetMap Inspired Data Storage Backend Focused on Performance and GeoJSON Interchange
1
2
3
4
5
6
7
8
9
10
11
12
<template>
    <div class='flex-child px12 py12 bg-gray-faint round-b-ml txt-s flex-child'>
        <div align='center'><a href="https://github.com/ingalls/hecate">Powered By Hecate Server</a></div>
    </div>
</template>

<script>
export default {
    name: 'foot',
    render: h => h(App)
}
</script>