This website requires JavaScript.
Explore
Help
Sign In
FarmMaps
/
FarmMapsLib
Watch
8
Star
0
Fork
0
You've already forked FarmMapsLib
Code
Issues
Pull Requests
Releases
Wiki
Activity
4814b8fbad
FarmMapsLib
/
projects
/
common-map
/
src
/
fm-map
/
models
/
style.cache.ts
5 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor style cache
2020-02-12 19:38:14 +00:00
import
{
Style
}
from
'ol'
;
Use refactored styles
2020-02-12 20:33:28 +00:00
export
interface
IStyles
{
Refactor style cache
2020-02-12 19:38:14 +00:00
[
id
:
string
]
:
Style
;
}
;
Reference in New Issue
Copy Permalink