From d25a2db2feabee029f260891f8914ca4a28d9c4a Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:14:08 +0545 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d9aced13..f7de3d34a 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,19 @@ In addition to creating GIS files, the Export Tool also includes features such a This is the source code for the web service available at [export.hotosm.org](https://export.hotosm.org). If you would like to export OSM data offline without using the website, you can access the separate command line tool and Python Library. This repository is at [github.com/osm-export-tool-python](https://github.com/hotosm/osm-export-tool-python). -# Product Roadmap -You can find Roadmap here to know what we are working on and will be working in upcoming days -https://github.com/orgs/hotosm/projects/29 +## Product Roadmap + + +| Status | Feature | +|:--:| :-- | +|✅| Connection with raw-data-api | +|✅| Vector tile support | +|✅| Stable Country exports support | +|✅| Upgrade python and django version | +|✅| Admin methods to control queues and manage exports | +|⚙️| Connect HDX exports with custom yaml endpoint in raw-data-api | +| | Upgrade Frontend of export tool ( Ideation ) | + ## How to Contribute