photoprism/internal/maps/osm/osm.go
Michael Mayer 52b57e9fba Backend: Add maps package
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2019-12-20 11:30:58 +01:00

15 lines
259 B
Go

/*
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