Releases: jjrom/itag
Releases · jjrom/itag
iTag v5.4.1
iTag 5.4.0
What's Changed
- Remove itag-database build. Now directly relies on postgis docker image by @jjrom in #59
- Build for amd64 and arm64
Full Changelog: v5.3.6...v5.4.0
iTag v5.3.6
What's Changed
Full Changelog: v5.3.5...v5.3.6
[WARNING] You need to perform the following SQL commands on existing iTag database:
ALTER TABLE datasources.continents ALTER COLUMN geom_simple TYPE GEOMETRY(MultiPolygon, 4326);
UPDATE datasources.continents SET geom_simple=ST_Simplify(geom, 0.2);
CREATE INDEX IF NOT EXISTS continents_geom_simple_idx ON datasources.continents USING gist (geom_simple);
iTag v5.3.5
iTag v5.3.4
[MAJOR] Correct a boolean check that cause an empty array returned in political tagger
iTag v5.3.3
[PoliticalTagger] Add an option to limit tagging to continent level
iTag v5.3.2
Merge pull request #50 from jjrom/develop Add ITAG_DEFAULT_PLANET option in config.env
iTag 5.2.0
Changes:
- Upgrade to PHP 8.0
iTag v5.1.5
Changes
- [PoliticalTagger] Add an option to limit tagging to country level
- [PoliticalTagger] Remove areaLimit constraint
iTag v5.1.4
Changes
- Update deploy script to support external database
- Correct geonameid for "Indian Ocean" entry