I'm playing with the (very cool) new gdal command line tool. I started with
a simple task of copying a shapefile into postgres. I only want two columns
from the shapefile and I need to cast it to a MultiLineString. My old
ogr2ogr command:
*ogr2ogr PG:"$PGCONN" shapefiles -sql "select STREET_NAM, TY
Thanks!
On Fri, 25 Apr 2025 at 03:58, Chris Toney wrote:
> Hi Javier,
> I don't know much about DXF, but if you had a GeoJSON file named
> styled_points.geojson with ("style" just an arbitrary field name):
>
> {
> "type": "FeatureCollection",
> "name": "styled_points",
> "features": [
> { "type"