Hello, 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). Of course, we also need a way to control that through the web interface. Yours, d. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

