Skip to content

Commit

Permalink
Position Tweaks 2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaoster authored Dec 10, 2020
1 parent 3062e21 commit 1453356
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified img/counties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/nation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/towns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/villages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/mercatorTw.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const geoCoordinates = {
width: 120, height: 120, offsetX: -195, offsetY: -220,
},
wuqiu: {
width: 20, height: 20, offsetX: -145, offsetY: -130,
width: 30, height: 30, offsetX: -150, offsetY: -125,
},
};

Expand All @@ -47,8 +47,8 @@ export default () => {

// Longitude and latitude coordinates of their centers
const mainland = geoMercator().rotate([-120.97, -23.60]); let mainlandPoint;
const penghu = geoMercator().rotate([-119.54, -23.45]); let penghuPoint;
const kinmen = geoMercator().rotate([-118.40, -24.44]); let kinmenPoint;
const penghu = geoMercator().rotate([-119.53, -23.47]); let penghuPoint;
const kinmen = geoMercator().rotate([-118.38, -24.44]); let kinmenPoint;
const lienchiang = geoMercator().rotate([-120.22, -26.16]); let lienchiangPoint;
const wuqiu = geoMercator().rotate([-119.45, -24.98]); let wuqiuPoint;

Expand Down

0 comments on commit 1453356

Please sign in to comment.