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
5343a4aa98
FarmMapsLib
/
projects
/
common-map
/
src
/
fm-map
/
models
/
style.cache.ts
5 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Use a Style or a Style function as parameter to setStyle action
2020-02-13 15:01:05 +00:00
import
{
Style
,
Feature
}
from
'ol'
;
Refactor style cache
2020-02-12 19:38:14 +00:00
Use refactored styles
2020-02-12 20:33:28 +00:00
export
interface
IStyles
{
Use a Style or a Style function as parameter to setStyle action
2020-02-13 15:01:05 +00:00
[
id
:
string
]
:
Style
|
(
Feature
)
;
Refactor style cache
2020-02-12 19:38:14 +00:00
}
;
Reference in New Issue
Copy Permalink