Skip to content
Snippets Groups Projects
Commit bb712c81 authored by Bas Couwenberg's avatar Bas Couwenberg
Browse files

New upstream version 1.0.0+ds

parent 8f65d5f6
No related branches found
Tags upstream/1.0.0+ds
No related merge requests found
set(PACKAGE osm2pgsql)
set(PACKAGE_NAME osm2pgsql)
set(PACKAGE_VERSION 0.96.0)
set(PACKAGE_VERSION 1.0.0)
cmake_minimum_required(VERSION 2.8.7)
......
......@@ -21,8 +21,7 @@ Nominatim, or general analysis.
Most Linux distributions include osm2pgsql. It is also available on macOS with [Homebrew](http://brew.sh/).
Unoffical builds for Windows are available from [AppVeyor](https://ci.appveyor.com/project/openstreetmap/osm2pgsql/history) but you need to find the right build artifacts.
For the latest release 0.96.0, you may download a
[32bit version](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x86.zip?tag=0.96.0&job=Environment%3A%20arch%3Dx86) or [64bit version](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x64.zip?tag=0.96.0&job=Environment%3A%20arch%3Dx64).
Builds for releases may also be downloaded from the [OpenStreetMap Dev server](https://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/releases/).
## Building ##
......
......@@ -170,7 +170,7 @@ void gazetteer_style_t::add_style_entry(std::string const &key,
// prefix: works on empty key only
if (key[key.size() - 1] == '*') {
if (key.size() == 1) {
throw std::runtime_error("Style error. Ambigious key '*'.");
throw std::runtime_error("Style error. Ambiguous key '*'.");
}
if (!value.empty()) {
throw std::runtime_error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment