leaflet() %>%
  addProviderTiles("CartoDB.Positron") %>%
  addGeoJSON(geojson_text) %>%
  addScaleBar(position = "bottomleft") %>%
  addControl("Minaila Iulian, Grupa 408 - Master SIG", position = "bottomright")