You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,19 @@ In addition to creating GIS files, the Export Tool also includes features such a
16
16
17
17
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).
18
18
19
-
# Product Roadmap
20
-
You can find Roadmap here to know what we are working on and will be working in upcoming days
21
-
https://github.com/orgs/hotosm/projects/29
19
+
## Product Roadmap
20
+
21
+
<!-- prettier-ignore-start -->
22
+
| Status | Feature |
23
+
|:--:| :-- |
24
+
|✅| Connection with raw-data-api |
25
+
|✅| Vector tile support |
26
+
|✅| Stable Country exports support |
27
+
|✅| Upgrade python and django version |
28
+
|✅| Admin methods to control queues and manage exports |
29
+
|⚙️| Connect HDX exports with custom yaml endpoint in raw-data-api |
0 commit comments