Tout d'abord, ce n'est pas une table Spatialite simple mais une table FDO qui est transformée par Spatialite (la table region devient fdo_regions).
Code:
$ spatialite regions.sqlite
.......
================ FDO-OGR Spatial Metadata detected ===============
created VirtualFDO table 'fdo_regions'
Accessing these fdo_XX tables you can take full advantage of
FDO-OGR auto-wrapping facility
This allows you to access any specific FDO-OGR Geometry as if it
where native SpatiaLite ones in a completely transparent way
==================================================================
Si je fais alors
Code:
SELECT region, gost779b, astext(Geometry) from fdo_regions where gost779b="Chechenskaya respublika + Ingushskaya respublika";
je constate que c'est la traduction en cyrillique de "Chechenskaya respublika + Ingushskaya respublika" c.a.d "Чеченская республика + Ингушская республика"
Et là, ça me semble malheureusement très complexe d'adapter le plugin à autre chose que la Russie....
Liens sociaux