Custom Query (1118 matches)
Results (136 - 138 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1964 | wontfix | docs missing files in non-english sections | ||
Description |
OSGeoLive-doc$ for n in ??;do grep fred $n/overview/jts_overview.rst;done => ca fr id ko ## no file #-- dbb@xdri:/home/shared/OSGEO/OSGeoLive-doc$ for n in ??;do ls $n/overview/ > /tmp/ov_wc_$n.txt;done dbb@xdri:/home/shared/OSGEO/OSGeoLive-doc$ for n in ??;do ls $n/quickstart/ > /tmp/q_wc_$n.txt;done dbb@xdri: OSGEO/OSGeoLive-doc$ wc /tmp/*txt 61 61 1289 /tmp/ov_wc_ca.txt 76 76 1610 /tmp/ov_wc_de.txt 68 68 1427 /tmp/ov_wc_el.txt 77 77 1616 /tmp/ov_wc_en.txt 73 73 1547 /tmp/ov_wc_es.txt 65 65 1371 /tmp/ov_wc_fr.txt 18 18 369 /tmp/ov_wc_hu.txt 0 0 0 /tmp/ov_wc_id.txt 71 71 1497 /tmp/ov_wc_it.txt 56 56 1180 /tmp/ov_wc_ja.txt 60 60 1270 /tmp/ov_wc_ko.txt 64 64 1344 /tmp/ov_wc_pl.txt 68 68 1424 /tmp/ov_wc_ru.txt 71 71 1496 /tmp/ov_wc_zh.txt 17 17 399 /tmp/q_wc_ca.txt 46 46 1082 /tmp/q_wc_de.txt 65 65 1517 /tmp/q_wc_el.txt 77 77 1780 /tmp/q_wc_en.txt 57 57 1342 /tmp/q_wc_es.txt 11 11 272 /tmp/q_wc_fr.txt 1 1 20 /tmp/q_wc_hu.txt 0 0 0 /tmp/q_wc_id.txt 58 58 1350 /tmp/q_wc_it.txt 18 18 422 /tmp/q_wc_ja.txt 3 3 69 /tmp/q_wc_ko.txt 10 10 253 /tmp/q_wc_pl.txt 62 62 1464 /tmp/q_wc_ru.txt 58 58 1356 /tmp/q_wc_zh.txt 1311 1311 28766 total |
|||
#1972 | wontfix | Remove "planet" prefix from OSM data in PostGIS | ||
Description |
The tables of the OSM data in PostGIS are called like: "planet_osm_line", "planet_osm_point" ... I find this very confusing, because the tables only contain the data for the feature city. (and obviously not of the planet) I suggest to rename these tables. This can easily be done by using the "--prefix" flag from osm2pgsql . This is the corresponding text file in OSGeo-live. I see two possibilities for renaming:
OR
|
|||
#1973 | wontfix | gdal compilation error on v 10.5 | ||
Description |
./configure --enable-debug --without-libtool 78 cat /proc/cpuinfo 79* 80 make 81 make -j8 -s Example error: In file included from /home/user/Downloads/gdal-trunk/gdal/ogr/ogrsf_frmts/ogrsf_frmts.h:37:0, from gnm.h:35, from gnm_api.h:35, from gnmnetwork.cpp:31: /home/user/Downloads/gdal-trunk/gdal/gcore/gdal_priv.h:449:17: error: overriding non-deleted function ‘virtual GDALDataset::~GDALDataset()’ virtual ~GDALDataset(); |
Note:
See TracQuery
for help on using queries.