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
This is more of a support question than an issue I think, so feel free to delete it if it's not appropriate. I'm creating an electron utility for fairly unsophisticated users to merge some GeoJSON files and then convert it to a shapefile. It works great, but having users going through the steps to install gdal/ogr2ogr on windows is a huge hassle. Having them trying to set the path is nearly impossible! It's easy enough to tell them to install OSGeo4W into c:\osgeo4w, is there any way I can tell this module to check there for ogr2ogr instead of having it in the path?
The text was updated successfully, but these errors were encountered:
This is more of a support question than an issue I think, so feel free to delete it if it's not appropriate. I'm creating an electron utility for fairly unsophisticated users to merge some GeoJSON files and then convert it to a shapefile. It works great, but having users going through the steps to install gdal/ogr2ogr on windows is a huge hassle. Having them trying to set the path is nearly impossible! It's easy enough to tell them to install OSGeo4W into c:\osgeo4w, is there any way I can tell this module to check there for ogr2ogr instead of having it in the path?
The text was updated successfully, but these errors were encountered: