Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Latest commit

 

History

History

gosmore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Gosmore
=======

Gosmore is a viewer of the OpenStreetmap.org XML data such as the
planet.

The project home page is at
<URL:http://wiki.openstreetmap.org/index.php/Gosmore>

Usage information
-----------------

Fetch planet file from OpenStreetmap and feed it to gosmore

  bzcat planet-...osm.bz2 | gosmore rebuild

The rebuild process uses a lot of memory and free disk space for osm files.
Rebuilding the complete planet take around 6 hours on a dual core 64 bit
machine with 3 GB of RAM and 40 GB of free disk space.

Downloading latest version
--------------------------

The source is available from subversion.  Use

  svn co http://svn.openstreetmap.org/applications/rendering/gosmore/

to download it.

Reporting bugs and improvements
-------------------------------

Send them to nroets@gmail.com

License
-------

elemstyle.xml, icons.csv and icons.xpm comes from JOSM / gpsdrive and are
licensed under the Gnu Public License v2 or later.

ConvertUTF.c and ConvertUTF.h comes under a BSD-style license. They are
only used when builting the Windows CE executable.

bounds.osm was derived from the public domain Natural Earth dataset.

lowres.osm.bz2 was derived from the geonames database.

countries.osm comes from openstreetmap.org

The png files comes openclipart.org and other public domain sources.

Everything else was written by Nic Roets with contributions from David Dean,
Dave Hansen and others and is placed under the Simplified BSD License :

Copyright 2010 Nic Roets. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:

   1. Redistributions of source code must retain the above copyright notice, this list of
      conditions and the following disclaimer.

   2. Redistributions in binary form must reproduce the above copyright notice, this list
      of conditions and the following disclaimer in the documentation and/or other materials
      provided with the distribution.

THIS SOFTWARE IS PROVIDED BY NIC ROETS ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NIC ROETS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Nic Roets.