summaryrefslogtreecommitdiff
path: root/src/poi-service/poi-common/poi-common-data-model.h
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2018-01-03 17:21:59 +0100
committerasanoaozora <fifitaneki@hotmail.com>2018-01-03 17:21:59 +0100
commit03a340b57c464301689f39e7d11e7833a9c4d87d (patch)
tree83bca506d4bf820fb4ec8f866f95c1b660cb0dae /src/poi-service/poi-common/poi-common-data-model.h
parenta3a65e6d544d0af6ee4e1dbbc5414d38fb04be15 (diff)
downloadpoi-service-03a340b57c464301689f39e7d11e7833a9c4d87d.tar.gz
POI ID format updated to uint64 to be compliant with OSM ID
Diffstat (limited to 'src/poi-service/poi-common/poi-common-data-model.h')
-rw-r--r--src/poi-service/poi-common/poi-common-data-model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poi-service/poi-common/poi-common-data-model.h b/src/poi-service/poi-common/poi-common-data-model.h
index e8b4cf9..187e60b 100644
--- a/src/poi-service/poi-common/poi-common-data-model.h
+++ b/src/poi-service/poi-common/poi-common-data-model.h
@@ -30,7 +30,7 @@
// Content of this file is the result of several updates of code used by different projects and for this reason is still messy
-typedef uint32_t poiId_t;
+typedef uint64_t poiId_t;
typedef uint32_t categoryId_t;
typedef uint32_t resourceId_t;
typedef uint32_t attributeId_t;