Skip to content

Commit

Permalink
feat removed points from buildings
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Jan 4, 2024
1 parent e65c57f commit 80a516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/projectDetail/downloadOsmData.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const TITLED_ICONS = [
Icon: HomeIcon,
title: 'buildings',
value: 'BUILDINGS',
featuretype: ['points', 'polygons'],
featuretype: ['polygons'],
formats: ['geojson', 'shp', 'kml'],
},
{
Expand Down

0 comments on commit 80a516b

Please sign in to comment.