Skip to content

Commit

Permalink
Update taginfo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 14, 2024
1 parent 6c8acd1 commit 7ffa343
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
51 changes: 50 additions & 1 deletion images/taginfo/taginfo-config-staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,66 @@
"access_control_allow_origin": "*",
"sections": ["download", "taginfo"]
},
"geodistribution": {
"left": -180,
"bottom": -90,
"right": 180,
"top": 90,
"width": 360,
"height": 180,
"scale_image": 2,
"scale_compare_image" : 1,
"background_image": "/img/mapbg/world.png",
"image_attribution": "osm-seed"
},
"paths": {
"data_dir": "/usr/src/app/data",
"download_dir": "/usr/src/app/taginfo/web/public/download",
"bin_dir": "/usr/src/app/taginfo-tools/build/src",
"sqlite3_pcre_extension": "/usr/lib/sqlite3/pcre.so"
},
"xapi": {
"max_results": 1000,
"url_prefix": "https://overpass-api.de/api/xapi_meta?"
},
"turbo": {
"max_auto": 1000,
"url_prefix": "https://staging-overpass-api.openhistoricalmap.org",
"url_prefix": "https://overpass-turbo-staging.openhistoricalmap.org",
"wizard_area": "global"
},
"level0": {
"max_results": 50,
"overpass_url_prefix": "https://overpass-api.staging.openhistoricalmap.org?",
"level0_url_prefix": "http://level0.osmz.ru/?"
},
"opensearch": {
"shortname": "Taginfo Instance",
"contact": "[email protected]",
"description": "Find metadata about OpenHistoricalMap tags",
"tags": "OHM OpenHistoricalMap tags taginfo"
},
"sources": {
"download": "languages wiki wikidata",
"create": "db projects chronology",
"db": {
"planetfile": "/osm/planet/var/current-planet.osm.pbf",
"bindir": "/apps/data/update/build/src"
},
"chronology": {
"osm_history_file": "/osm/planet/var/current-history-planet.osh.pbf"
},
"master": {
"min_count_tags": 10,
"min_tag_combination_count": 10,
"min_count_for_map": 10,
"min_count_relations_per_type": 10
}
},
"logging": {
"directory": "/usr/src/app/logs",
"min_duration": 0.1
},
"tagstats": {
"geodistribution": "FlexMem"
}
}
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n791.hae1c111'
version: '0.1.0-n798.hddd6129'
repository: https://devseed.com/osm-seed-chart/
2 changes: 2 additions & 0 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@ osm-seed:
TAGINFO_PROJECT_REPO: https://github.com/OpenHistoricalMap/taginfo-projects.git
DOWNLOAD_DB: 'languages wiki'
CREATE_DB: 'db projects chronology'
ENVIRONMENT: development
AWS_S3_BUCKET: taginfo
resources:
enabled: false
requests:
Expand Down

0 comments on commit 7ffa343

Please sign in to comment.