|
15 | 15 | that data in many different ways. They are intended for developers and
|
16 | 16 | cartographers who want to use OSM data in their own projects.</p>
|
17 | 17 |
|
18 |
| -<div class="major leftcolumn"> |
19 |
| - <a class="desc" href="/osmium-tool/"> |
20 |
| - <img src="/img/logo-osmium-tool.svg" width="32" height="32" alt=""/> |
21 |
| - <h3>Osmium Tool</h3> |
22 |
| - A multipurpose command line tool based on the Osmium Library. With it |
23 |
| - you can easily convert OSM files from one format to another, merge and |
24 |
| - apply change files and much more. |
25 |
| - </a> |
26 |
| -</div> |
27 |
| -<div class="major rightcolumn"> |
28 |
| - <a class="desc" href="/libosmium/"> |
29 |
| - <img src="/img/logo-libosmium.svg" width="32" height="32" alt=""/> |
30 |
| - <h3>Osmium Library</h3> |
31 |
| - A fast and flexible C++ library for working with OSM data. It |
32 |
| - contains building blocks for many typical OSM data handling tasks, |
33 |
| - such as reading and writing OSM files, or assembling areas from |
34 |
| - multipolygon relations. |
35 |
| - </a> |
36 |
| -</div> |
37 |
| -<div class="major major-bottom leftcolumn"> |
38 |
| - <a class="desc" href="/node-osmium/"> |
39 |
| - <img src="/img/logo-node-osmium.svg" width="32" height="32" alt=""/> |
40 |
| - <h3>Node Osmium</h3> |
41 |
| - The Node.js bindings to Osmium Library bring its power to the |
42 |
| - Javascript developer. |
43 |
| - </a> |
44 |
| -</div> |
45 |
| -<div class="major major-bottom rightcolumn"> |
46 |
| - <a class="desc" href="/pyosmium/"> |
47 |
| - <img src="/img/logo-pyosmium.svg" width="32" height="32" alt=""/> |
48 |
| - <h3>PyOsmium</h3> |
49 |
| - With PyOsmium you can use the functionality of the Osmium Library |
50 |
| - from Python. |
51 |
| - </a> |
| 18 | +<div class="major-projects"> |
| 19 | + <a class="box" href="/osmium-tool/"> |
| 20 | + <img src="/img/logo-osmium-tool.svg" width="32" height="32" alt=""/> |
| 21 | + <h3>Osmium Tool</h3> |
| 22 | + A multipurpose command line tool based on the Osmium Library. With it |
| 23 | + you can easily convert OSM files from one format to another, merge and |
| 24 | + apply change files and much more. |
| 25 | + </a> |
| 26 | + <a class="box" href="/libosmium/"> |
| 27 | + <img src="/img/logo-libosmium.svg" width="32" height="32" alt=""/> |
| 28 | + <h3>Osmium Library</h3> |
| 29 | + A fast and flexible C++ library for working with OSM data. It |
| 30 | + contains building blocks for many typical OSM data handling tasks, |
| 31 | + such as reading and writing OSM files, or assembling areas from |
| 32 | + multipolygon relations. |
| 33 | + </a> |
| 34 | + <a class="box" href="/pyosmium/"> |
| 35 | + <img src="/img/logo-pyosmium.svg" width="32" height="32" alt=""/> |
| 36 | + <h3>PyOsmium</h3> |
| 37 | + With PyOsmium you can use the functionality of the Osmium Library |
| 38 | + from Python. |
| 39 | + </a> |
| 40 | + <a class="box" href="/osmcoastline/"> |
| 41 | + <img src="/img/logo-osmcoastline.svg" width="32" height="32" alt=""/> |
| 42 | + <h3>OSMCoastline</h3> |
| 43 | + Extracts coastline data from OpenStreetMap planet file. |
| 44 | + </a> |
52 | 45 | </div>
|
53 | 46 |
|
54 | 47 | <div class="other-projects">
|
55 |
| - <a class="desc" href="/osm-area-tools/"> |
| 48 | + <a class="box" href="/osm-area-tools/"> |
56 | 49 | <img src="/img/logo-osm-area-tools.svg" width="16" height="16" alt=""/>
|
57 | 50 | <h3>OSM Area Tools</h3>
|
58 | 51 | Debugging and statistic tools for OSM areas (multipolygons).
|
59 | 52 | </a>
|
60 |
| - <a class="desc" href="/osmcoastline/"> |
61 |
| - <img src="/img/logo-osmcoastline.svg" width="16" height="16" alt=""/> |
62 |
| - <h3>OSMCoastline</h3> |
63 |
| - Extracts coastline data from OpenStreetMap planet file. |
| 53 | + <a class="box" href="/osmium-contrib/"> |
| 54 | + <img src="/img/logo-osmium-contrib.svg" width="16" height="16" alt=""/> |
| 55 | + <h3>Osmium Contrib</h3> |
| 56 | + Various programs showing what you can do with the Osmium Library. |
| 57 | + </a> |
| 58 | + <a class="box" href="/node-osmium/"> |
| 59 | + <img src="/img/logo-node-osmium.svg" width="16" height="16" alt=""/> |
| 60 | + <h3>Node Osmium</h3> |
| 61 | + The Node.js bindings to Osmium Library bring its power to the |
| 62 | + Javascript developer. |
64 | 63 | </a>
|
65 |
| - <a class="desc" href="/osm-gis-export/"> |
| 64 | + <a class="box" href="/osm-gis-export/"> |
66 | 65 | <img src="/img/logo-osm-gis-export.svg" width="16" height="16" alt=""/>
|
67 | 66 | <h3>OSM GIS Export</h3>
|
68 | 67 | Export OSM data to GIS formats like Shapefiles, Spatialite, or PostGIS.
|
69 | 68 | </a>
|
70 |
| - <a class="desc" href="/osmium-contrib/"> |
71 |
| - <img src="/img/logo-osmium-contrib.svg" width="16" height="16" alt=""/> |
72 |
| - <h3>Osmium Contrib</h3> |
73 |
| - Various programs showing what you can do with the Osmium Library. |
74 |
| - </a> |
75 |
| - <a class="desc" href="/osm-testdata/"> |
| 69 | + <a class="box" href="/osm-testdata/"> |
76 | 70 | <img src="/img/logo-osm-testdata.svg" width="16" height="16" alt=""/>
|
77 | 71 | <h3>OSM Test Data</h3>
|
78 | 72 | OpenStreetMap data to help test your software.
|
|
0 commit comments