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
Here are some suggestions for improvements for the drag and drop example #1159 :
render geojson points (for example, I do not see the point of this geojson)
register both json and geojson for geojson files (most geojson files have a json extension)
register zip files and recursively add its contained files
register shp files (all dependent files such as dbf being required to be dropped at the same time or within the same zip file) feat(parser): add a shapefile parser #1056
This discussion was converted from issue #1166 on October 13, 2022 12:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good job on the new drag'n'drop example !
Here are some suggestions for improvements for the drag and drop example #1159 :
render geojson points (for example, I do not see the point of this geojson)
register both json and geojson for geojson files (most geojson files have a json extension)
register zip files and recursively add its contained files
register shp files (all dependent files such as dbf being required to be dropped at the same time or within the same zip file) feat(parser): add a shapefile parser #1056
register geotif feat(parser): add a TIFF parser using utif #1131
Beta Was this translation helpful? Give feedback.
All reactions