Skip to content

Commit

Permalink
add 1m elevation data for most of the united states
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMatrix committed Jan 3, 2024
1 parent 58650a8 commit b2b5653
Show file tree
Hide file tree
Showing 2 changed files with 1,074 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ public void dispose() {
//proj = state.projection.fromGeo(-123.02556, 49.30506); //vancouver, canada
//proj = state.projection.fromGeo(4.34115, 50.85378); //brussels, belgium
//proj = state.projection.fromGeo(4.90607, 52.38375); //amsterdam, netherlands
//proj = state.projection.fromGeo(-77.03627, 38.89729); //washington d.c., united states
//proj = state.projection.fromGeo(-119.6442, 39.3121); //virginia city, nevada, united states
//proj = state.projection.fromGeo(-112.94600, 37.28508); //zion canyon, utah, united states
state.setView(floorI(proj[0]) >> 4, floorI(proj[1]) >> 4, 0);

state.update();
Expand Down
Loading

0 comments on commit b2b5653

Please sign in to comment.