wavded / ogr2ogr

An ogr2ogr wrapper library
MIT License
216 stars 46 forks source link

how to use on angular project? #82

Closed clavijojuan closed 2 years ago

clavijojuan commented 2 years ago

Im trying to implements this api on angular project but i had been some problems with this. Im new with this so i want to make some questions.

¿Can i use this api on frontend aplication? ¿have i install GDAL tools locally? ¿is posible to use a GDAL web package instead locally GDAL tools?

Thanks

wavded commented 2 years ago

This requires a server or container with gdal installed on it so it will not work on frontend applications.

clavijojuan commented 2 years ago

Thanks