Skip to content

Commit

Permalink
Add Markdown links to examples
Browse files Browse the repository at this point in the history
Makes it a bit easier to go to a particular example in the list.
  • Loading branch information
louwers authored and joto committed Mar 6, 2024
1 parent bf61abd commit e5debfb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@ them.

## Very simple examples

* `osmium_read`
* `osmium_count`
* `osmium_debug`
* `osmium_tiles`
* [`osmium_read`](./osmium_read.cpp)
* [`osmium_count`](./osmium_count.cpp)
* [`osmium_debug`](./osmium_debug.cpp)
* [`osmium_tiles`](./osmium_tiles.cpp)

## Still reasonably simple examples

* `osmium_amenity_list`
* `osmium_read_with_progress`
* `osmium_filter_discussions`
* `osmium_convert`
* `osmium_pub_names`
* `osmium_road_length`
* [`osmium_amenity_list`](./osmium_amenity_list.cpp)
* [`osmium_read_with_progress`](./osmium_read_with_progress.cpp)
* [`osmium_filter_discussions`](./osmium_filter_discussions.cpp)
* [`osmium_convert`](./osmium_convert.cpp)
* [`osmium_pub_names`](./osmium_pub_names.cpp)
* [`osmium_road_length`](./osmium_road_length.cpp)

## More advanced examples

* `osmium_area_test`
* `osmium_create_pois`
* `osmium_tags_filter`
* [`osmium_area_test`](./osmium_area_test.cpp)
* [`osmium_create_pois`](./osmium_create_pois.cpp)
* [`osmium_tags_filter`](./osmium_tags_filter.cpp)

## Even more advanced examples

* `osmium_change_tags`
* `osmium_location_cache_create`
* `osmium_location_cache_use`
* `osmium_dump_internal`
* `osmium_index_lookup`
* [`osmium_change_tags`](./osmium_change_tags.cpp)
* [`osmium_location_cache_create`](./osmium_location_cache_create.cpp)
* [`osmium_location_cache_use`](./osmium_location_cache_use.cpp)
* [`osmium_dump_internal`](./osmium_dump_internal.cpp)
* [`osmium_index_lookup`](./osmium_index_lookup.cpp)

## License

Expand Down

0 comments on commit e5debfb

Please sign in to comment.