Skip to content

Releases: jjrom/itag

iTag v5.4.1

28 Nov 10:22
9c81952
Compare
Choose a tag to compare

Previous v5.4.0 release was broken !

iTag 5.4.0

28 Nov 09:55
767e3e2
Compare
Choose a tag to compare

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

16 Jan 17:26
d7451c6
Compare
Choose a tag to compare

What's Changed

  • [PoliticalTagger] limitToContinents now computes intersection on simp… by @jjrom in #58

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

06 May 06:26
c40d280
Compare
Choose a tag to compare

iTag v5.3.4

09 Mar 07:44
dcb48c8
Compare
Choose a tag to compare

[MAJOR] Correct a boolean check that cause an empty array returned in political tagger

iTag v5.3.3

02 Mar 08:47
76eb219
Compare
Choose a tag to compare

[PoliticalTagger] Add an option to limit tagging to continent level

iTag v5.3.2

27 Oct 09:55
81c3e68
Compare
Choose a tag to compare
Merge pull request #50 from jjrom/develop

Add ITAG_DEFAULT_PLANET option in config.env

iTag 5.2.0

26 Aug 17:03
52dd542
Compare
Choose a tag to compare

Changes:

  • Upgrade to PHP 8.0

iTag v5.1.5

01 Jul 20:12
63f2a51
Compare
Choose a tag to compare

Changes

  • [PoliticalTagger] Add an option to limit tagging to country level
  • [PoliticalTagger] Remove areaLimit constraint

iTag v5.1.4

05 May 05:32
Compare
Choose a tag to compare

Changes

  • Update deploy script to support external database
  • Correct geonameid for "Indian Ocean" entry