@icgcat/territori 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1
|
-
|
1
|
+
<div style="text-align:center">
|
2
|
+
<p>
|
3
|
+
<img src="https://eines.icgc.cat/recursos/logos/icgc_logo_color.png" alt="ICGC Logo" width="250px">
|
4
|
+
</p>
|
5
|
+
</div>
|
6
|
+
|
7
|
+
<div style="text-align:center">
|
8
|
+
|
9
|
+
[](LICENSE.txt)
|
10
|
+
[](https://www.npmjs.com/package/@icgcat/territori)
|
11
|
+
[](https://twitter.com/icgcat)
|
12
|
+
<img src="https://eines.icgc.cat/recursos//images/JS-logo.svg" width="20px"/>
|
13
|
+
</div>
|
14
|
+
|
15
|
+
# API Territorial Component
|
2
16
|
|
3
17
|
**@icgcat/territori** is a Svelte component library designed to interact with territorial services provided by the ICGC. It allows for the visualization of municipalities, counties, and cadastral data on an interactive map using **MapLibre**.
|
4
18
|
|