A collection of webcomponents mainly for geospatial webapps.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Plug and play webcomponents for making a webapp.
To use the components your can either use them directly or install them from npm:
- Add the HTML tags to your website
<script type="module" src="https://cdn.kort.xyz/kortxyz-components%40latest//kortxyz-components.esm.js"></script> <link rel="stylesheet" href="https://cdn.kort.xyz/kortxyz-components%40latest//kortxyz-components.css" />
- Install the plugin through npm
npm i @kortxyz/kortxyz-components
kortxyz-maplibre (map) readme
<kortxyz-maplibre
style="width:100%;height: 200px;display:block"
mapstyle='https://demotiles.maplibre.org/style.json'
></kortxyz-maplibre>kortxyz-aggrid (table) readme
<kortxyz-aggrid
data="https://api.dataforsyningen.dk/afstemningsomraader?kommunekode=183&&format=geojson"
></kortxyz-aggrid>- Map (Maplibre)
- Standalone Source/Layer
- Searchbar
- [] Legend
- Table (Aggrid)
- Datastore
- [] Charts
- [] Mapbox styleeditor
- [] QR-code
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE.txt for more information.
KORTxyz [email protected]
Project Link: https://github.com/kortxyz/kortxyz-components
