2009/9/10 David MENTRE <[email protected]>: > 2009/9/10 Simone Cortesi <[email protected]>: >> Is the limitation to france just because of postgis size? or is it >> something different? > > We have three main limitations: > * locale used for sorting is hard coded to fr_FR currently: > http://git.savannah.gnu.org/cgit/maposmatic/ocitysmap.git/tree/ocitysmap/street_index.py#n472 > > * Street prefixes are hard-coded for French: > http://git.savannah.gnu.org/cgit/maposmatic/ocitysmap.git/tree/ocitysmap/street_index.py#n35 > > * We have only made an import of france.osm.bz2 (could be easily > solved, modulo the size of our web server).
There is a fourth limitation: * function _equal_without_accent() is hard-coded for French: http://git.savannah.gnu.org/cgit/maposmatic/ocitysmap.git/tree/ocitysmap/street_index.py#n154 Yours, d. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

