Using the Google Map elevation service gives me negative elevation values over oceans (so the depth below sea level at this point). Since I need to calculate the height over ground or sea level, I need to decide whether this spot is over land or sea.
While for most of the oceans I could simply assume 0 if the elevation is < 0, there are places as the Dead Sea being 400m below MSL.
So how could I decide whether a spot is
- over sea or land
- and if over sea what the sea level is?