24 lines
896 B
Markdown
24 lines
896 B
Markdown
# MAPS.ME.GEOCORE
|
|
|
|
Bunch of core code for geoservices
|
|
|
|
![Actions Status][c++ci-badge]
|
|
|
|
[![codecov][codecov-badge]][codecov-link]
|
|
|
|
|
|
|
|
## Submodules
|
|
|
|
This repository contains submodules. Clone it with `git clone --recursive`. If you forgot,
|
|
run `git submodule update --init --recursive`.
|
|
|
|
## Authors and License
|
|
|
|
This source code is Copyright (C) 2015 My.com B.V. (Mail.Ru Group), published under Apache Public License 2.0,
|
|
except third-party libraries. See [NOTICE](https://github.com/mapsme/geocore/blob/master/NOTICE)
|
|
and [data/copyright.html](http://htmlpreview.github.io/?https://github.com/mapsme/geocore/blob/master/data/copyright.html) files for more information.
|
|
|
|
[codecov-badge]: https://codecov.io/gh/mapsme/geocore/branch/master/graph/badge.svg
|
|
[codecov-link]: https://codecov.io/gh/mapsme/geocore
|
|
[c++ci-badge]: https://github.com/mapsme/geocore/workflows/C/C++%20CI/badge.svg
|