Skip to content

Commit 061dbbc

Browse files
added geojson working
1 parent df1af29 commit 061dbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdx_exports/hdx_export_set.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ def hdx_note(self, theme):
8787

8888
def datasets(self,is_private,subnational,data_update_frequency,locations,files,public_dir):
8989
HDX_FORMATS = {
90-
'geojson':'GeoJSON',
90+
'geojson':'geojson',
9191
'shp': 'SHP',
9292
'geopackage': 'Geopackage',
9393
'garmin_img': 'Garmin IMG',
9494
'kml': 'KML'
9595
}
9696

9797
HDX_DESCRIPTIONS = {
98-
'geojson': 'Geographic JavaScript Object Notation',
98+
'geojson': 'geojson',
9999
'shp':'ESRI Shapefile',
100100
'geopackage':'Geopackage, SQLite compatible',
101101
'garmin_img':'.IMG for Garmin GPS Devices (All OSM layers for area)',

0 commit comments

Comments
 (0)