Files
deflock/webapp/src/constants.ts
T
Will Freeman 5cca87208d Allow Profile Imports to App, Map Sharing, iframe improvements (#102)
* update identiyf page

* support non-ALPRs on Idenfity page

* show pending devices, even w/o tags

* update lprBaseTags

* detect iframe instead of passing query string

* implement share dialog

* clean up identify

* finishing touches for identify page
2026-02-16 20:09:02 -07:00

10 lines
251 B
TypeScript

export const lprBaseTags = {
"man_made": "surveillance",
"surveillance:type": "ALPR",
"surveillance": "public",
"camera:type": "fixed",
"surveillance:zone": "traffic",
"camera:mount": "",
"electricity": "",
"note": ""
}