Difference between revisions of "Benchmarking 2011/MapServer notes"
Jump to navigation
Jump to search
Msmitherdc (talk | contribs) (Created page with "* Styling from http://mapserver-utils.googlecode.com/svn/branches/imposm-branch revision 95 svn http://mapserver-utils.googlecode.com/svn/branches/imposm-branch -r 95") |
Msmitherdc (talk | contribs) |
||
Line 1: | Line 1: | ||
* Styling from http://mapserver-utils.googlecode.com/svn/branches/imposm-branch revision 95 | * Styling from http://mapserver-utils.googlecode.com/svn/branches/imposm-branch revision 95 | ||
svn http://mapserver-utils.googlecode.com/svn/branches/imposm-branch -r 95 | svn http://mapserver-utils.googlecode.com/svn/branches/imposm-branch -r 95 | ||
+ | |||
+ | overviews added with | ||
+ | find . -name "*.bil" | xargs -I{} gdaladdo -r average {} 2 4 8 16 32 64 |
Revision as of 07:55, 21 August 2011
- Styling from http://mapserver-utils.googlecode.com/svn/branches/imposm-branch revision 95
svn http://mapserver-utils.googlecode.com/svn/branches/imposm-branch -r 95
overviews added with find . -name "*.bil" | xargs -I{} gdaladdo -r average {} 2 4 8 16 32 64