gis - Mapnik ignoring my lat long bounding box -
Can anything look wrong with the following commands? Every time I run these images, there is an image of the UK and I did not export the Josm map. I'm guessing there is something wrong with the DB import, but in production it mentions that it is processing my corrections and data.
Step:
1 - One from JOSM or Merkaator. .
2 - using the following command has been imported into psql:
osm2pgsql -m -d gis -s ~ / mapnik / default.style -b 103,1.3 , 104 1.4 ion.osm -v -c
seems to produce this:
Marshall @ ubuntu: ~ / mapnik $ osm2pgsql -m - d GIS S ~ / mapnik / default.style B 103,1.3,104,1.4 ion.osm -v -c osm2pgsql implementing SVN version supports the use of 0.66- projection SRS 900913 (spherical Mercator) bounding box: 103.000000, 1.300000 to 104.000000.1400000 file in RAM, Scale = 100 Reading: Setting Table: Setting Table et_osm_line: installation established planet_osm_point table table planet_osm_polygon: planet_osm_roads mid ion.osm processing node (25k) they (3k) concerned (0 thousand) Node statistics: Total (25 760), Max (844,548,651) statistics: Total (3783 ), Max (69993379) relationship statistics: Basic al (27), maximum (536,780) way of writing (3k) writing rel (0 thousand) planet_osm_point data sorting and planet_osm_point planet_osm_roads data sorted and accepted for sorting planet_osm_polygon transactions Acceptance of transaction for planet_osm_line for planet_osm_line Train transactions approved are the transactions are transactions to be recognized for creating index planet_osm_roads data sorting and planet_osm_polygon whole planet_osm_polygon data to create indexes for planet_osm_point completed the planet_osm_roads and indexed planet_osm_line
I am being passed in the right latitude / loan quads, I'm not sure how I can verify this in the database to verify
3 - . / Generate_xml.py --accept-to Also --dbname GIS --symbols ./symbols/ --world_boundaries ../world_boundaries/
4 - ./ generate_image.py
Can anyone see anything wrong with this? It is with the measurement 0.71 on Ubuntu
got the solution.
The issue is that the gener_image.py script does not read data from the database, but it is hardcoded in. I'm sure there is no logic behind it.
Generate to generate solutions Ha_manjej manually edit and modify the relevant line:
ll = (103,1.3,104), 1.4)
Comments
Post a Comment