-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for other sources ? #87
Comments
Thanks. Shapefile would be useful and will be practical once I factor out GeoJSON parsing from the rest of the code. PostGIS seems like it would be more difficult to support. |
Ok thanks for your reply. It is not a big deal as it is easy to use ogr2ogr to convert any source into GeoJSON but it is an extra step which can take time for big files, it would be great to be able to link this tool directly to a PostGIS database. |
@flp-gpc do you have any ideas of linking this tool directly to a PostGIS database. |
Any further thoughts about directly supporting shapefile? |
#468 is a partial implementation of shapefile support, but I got stuck trying to figure out how much support I should have for different projections. |
The MVP is "no support for anything but EPSG:4326". Can always revisit that later. :) |
I've implemented #777 in my fork at https://github.com/protomaps/tippecanoe Once streaming in https://github.com/protomaps/tippecanoe/issues/9 is supported, GDAL should be able to act as glue for any vector format when using |
This program is very useful and works great. Would it be possible to add support for other data sources like Shapefile or PostGIS ?
The text was updated successfully, but these errors were encountered: