Skip to content

v4.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 03:21
· 375 commits to master since this release

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)