Skip to content

Commit

Permalink
Add Dualmap screenshot to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigismall committed Apr 5, 2024
1 parent 3110fd7 commit d620a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Dualmap #
Just a side by side map browser

![Dualmap screenshot](./doc/dualmap-screenshot.jpeg)
Binary file added doc/dualmap-screenshot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const googleMapSrc = (latlong: L.LatLng, zoom: number) => `https://www.google.co

const wikimapiaSrc = (latlong: L.LatLng, zoom: number) => `https://wikimapia.org/#lat=${latlong.lat}&lon=${latlong.lng}&z=${zoom}&l=&ifr=1&m=w`

//TODO add options to toggle axis

// TODO add options to toggle axis

window.addEventListener('load', function () {

Expand Down

0 comments on commit d620a92

Please sign in to comment.