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": "Feature", "properties": { "style": "PEN(c:#00ff00)" },
"geometry": { "type
s.fi> wrote:
>
> Hi,
>
>
>
> Proj requires SQLite anyway and you may want to do coordinate
> transformations with GDAL. Without SpatiaLite you’ll miss only the
> SpatiaLite SQL functions, and of course support for SpatiaLite databases.
>
>
>
> -Jukka Ra
uires SQLite anyway and you may want to do coordinate
> transformations with GDAL. Without SpatiaLite you’ll miss only the
> SpatiaLite SQL functions, and of course support for SpatiaLite databases.
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* gdal-dev *Puolesta *Chris
Hi,
The SQLite / Spatialite RDBMS driver says "SQLite is an optionally compiled
in driver. It is not compiled in by default." It seems fairly ubiquitous
though. Is that a safe assumption (more or less), or are there important
caveats to know about? I know that SQLite could be present without
Spatia
Hi Andrew,
Some related comments and links are in:
https://github.com/OSGeo/gdal/issues/9091
Chris
On Mon, Jun 3, 2024 at 7:44 AM Andrew Bell via gdal-dev <
gdal-dev@lists.osgeo.org> wrote:
> Hi,
>
> I am aware that there isn't thread-safe raster access with the current
> GDAL interface for vari