Skip to content

Commit 7e1523c

Browse files
committed
add note about tipg
1 parent 0f51b71 commit 7e1523c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,16 @@
2626

2727
---
2828

29+
> :warning: This project is on pause while we focus on [`developmentseed/tipg`](https://github.com/developmentseed/tipg) :warning:
30+
>
31+
> ref: https://github.com/developmentseed/timvt/discussions/96
32+
33+
---
34+
2935
`TiFeatures`, pronounced *T[ee]Features*, is a **python** package which helps creating lightweight **Features** server for PostGIS Database. The API has been designed with respect to [OGC Features API specification](https://github.com/opengeospatial/ogcapi-features).
3036

37+
---
38+
3139
## Install
3240

3341
```bash

docs/src/advanced/timvt_and_tifeatures.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
!!! Note
3+
Please checkout the [`developmentseed/tipg`](https://github.com/developmentseed/tipg) which is the result of the merge between tifeatures and timvt.
4+
25

36
`TiFeatures` and [`TiMVT`](https://github.com/developmentseed/timvt) share a lot of in common and it's possible to create a unique FastAPI application with both **Features** and **MVT** endpoints:
47

0 commit comments

Comments
 (0)