Hi Ludwig,
> I am sorry to disturb you with an issue which seems so boring nobody
> cared to reply to. :-(
>
I suppose that at least two better explanations are always to be
considered,
when nobody replies to some question:
A) the question itself was too much generic / unclear.
B) nobody on the Earth knows a reasonable answer.
(obviously any possible mix of A and B could be considered as well ...)
e.g.: I've personally never used neither Mapnik nor Tilescache on my
life,
and I'll define my personal knowledge about OpenLayers "less than
elementary".
... the same is probably true for many other subscribers of this ML ...
> Today, I realized I must do something wrong with the import of OSM
> data into Spatialite. The OSM format defines nodes which can be
> grouped to lines, polylines and polygons.
>
> In the DB I get from spatialite_osm_raw, there are only nodes and
> ways. Nothing else.
>
spatialite_osm_raw (as the name itself clearly states) is just intended
to create a DB strictly corresponding to XML definitions; you are
expected
to put a lot of "added value" by yourself before hoping to get out
something you can reasonably use to render a map.
just "node tags" are directly represented as Geometries in any DB
created by spatialite_osm_raw; both "way tags" and "relation tags"
are obviously supported, but simply as relational entities.
you surely need a lot of SQL queries in order to "materialize" the
corresponding Geometries.
spatialite_osm_map apparently seems to be a better candidate for this
specific purposes (at least, I imagine this ... never tried directly).
bye Sandro
--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.