Skip to content

Releases: Greenstand/node-mapnik-1

v4.7.4

12 Mar 23:46
Compare
Choose a tag to compare

4.7.4 (2021-03-12)

Bug Fixes

v4.7.3

12 Mar 05:22
Compare
Choose a tag to compare

4.7.3 (2021-03-12)

Bug Fixes

v4.7.2

12 Mar 02:02
Compare
Choose a tag to compare

4.7.2 (2021-03-12)

Bug Fixes

v4.7.1

11 Mar 03:53
Compare
Choose a tag to compare

4.7.1 (2021-03-11)

Bug Fixes

  • fix name of repository (e8a0fbd)
  • update description and default for image tag [skip ci] (2098c0a)

v4.7.0

11 Mar 03:46
Compare
Choose a tag to compare

4.7.0 (2021-03-11)

Bug Fixes

  • set up mapping for DB_URL env var (4dd9100)

Features

  • add env var (f19ba0e)
  • switch to single fully connection string (166b530)

v4.6.1

11 Mar 03:41
Compare
Choose a tag to compare

4.6.1 (2021-03-11)

Bug Fixes

  • add database connection sealed secret (37d6c19)
  • update deployment (7c9279d)

v4.6.0

11 Mar 03:21
Compare
Choose a tag to compare

4.6.0 (2021-03-11)

Bug Fixes

  • add deployment files (5494d4a)
  • add private true (57b445a)
  • change name of project (5940995)
  • correct the repository (83adc7f)
  • solve the problem that the position of grid is inaccurate (9ec4307)
  • use release_base (bfbe545)

Features

  • add demo client (736aa31)
  • can connect to local postgresql (6e69590)
  • can connect to real data(lat,lng) and render points (388e35c)
  • can display dev db, real tree (almost) (988e909)
  • can display drop icons (d45c635)
  • can display icon highlight (ae42528)
  • can fetch data, display point on map (a8c5056)
  • can render grid (f94d636)
  • can render grid tile in express, and can click (65911ea)
  • can render static tile (e68d899)
  • can reproduce the coordiate problem, use regualer point like: 0 0, 0 1, 1 0 to render on the map, can find the points on the map is irredular, do points on the map isn't even, although I know in mocarto it IS uneven, there are some point are cut when conjoint to another tile (cc7ff71)
  • can run the example, draw a world map (3990f29)
  • can serve tile, but the coordinate is wrong (7e57d4d)
  • can show tile correctly, with correct coordinates (6cd9b0f)
  • can show tree point from db, on tile server, but just case: xyz=0 0 0 is working, when zoom in the coordinates is wrong (f9a1bd5)
  • connect to real dev db (35a1cb7)
  • create basic CD workflow (4359dd1)
  • I think the coordinates stuff is correct now (4b5a081)
  • server is on, can listen on 3000: npm run start, just simply respond a default image (50102c9)
  • set memory limitaion (f6d4a32)