Prime meridian

library(leaflet)
m <- leaflet() %>% addTiles() %>% addMarkers(lat=20,lng=0)
m