Remove C++14 references from README and package.json (#6438)
This commit is contained in:
parent
2ea168c26c
commit
8a186e6f49
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[](https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml) [](https://codecov.io/gh/Project-OSRM/osrm-backend) [](https://discord.gg/es9CdcCXcb)
|
[](https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml) [](https://codecov.io/gh/Project-OSRM/osrm-backend) [](https://discord.gg/es9CdcCXcb)
|
||||||
|
|
||||||
High performance routing engine written in C++14 designed to run on OpenStreetMap data.
|
High performance routing engine written in C++ designed to run on OpenStreetMap data.
|
||||||
|
|
||||||
The following services are available via HTTP API, C++ library interface and NodeJs wrapper:
|
The following services are available via HTTP API, C++ library interface and NodeJs wrapper:
|
||||||
- Nearest - Snaps coordinates to the street network and returns the nearest matches
|
- Nearest - Snaps coordinates to the street network and returns the nearest matches
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@project-osrm/osrm",
|
"name": "@project-osrm/osrm",
|
||||||
"version": "5.28.0-unreleased",
|
"version": "5.28.0-unreleased",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
|
"description": "The Open Source Routing Machine is a high performance routing engine written in C++ designed to run on OpenStreetMap data.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/node-pre-gyp": "^1.0.10"
|
"@mapbox/node-pre-gyp": "^1.0.10"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user