photoprism/internal/osm/osm.go

15 lines
259 B
Go
Raw Normal View History

/*
This package encapsulates the OpenStreetMap API.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package osm
import (
"github.com/photoprism/photoprism/internal/event"
)
var log = event.Log