MNDOT cameras _do_ expose a source!

Co-Authored-By: Eric Villnow <villnoweric@gmail.com>
This commit is contained in:
Chandler Swift 2024-01-29 20:05:35 -06:00
parent 5d39ee481e
commit 7fbb7a426a
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
3 changed files with 15 additions and 4 deletions

View file

@ -18,6 +18,11 @@ query MapFeatures($input: MapFeaturesArgs!, $plowType: String) {
uri
... on CameraView {
url
sources {
type
src
}
title
}
category
}