-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
use caseUse case or exampleUse case or example
Description
A deforming region is one whose boundary includes vertices that change location over time relative to each other. An oil slick is a real world example of this.
Such features can be represented using WebVMT with the interpolation enhancement proposed at TPAC 2020. As a simple example:
WEBVMT
NOTE Start with isosceles triangle at t = 1
Deform to right-angled triangle at t = 5
First two points remain static, third point changes
00:00:01.000 —> 00:00:05.000
{"polygon": {"points": [
{"lat": 50.0, "lng": 0.1},
{"lat": 50.0, "lng": 0.5},
{"lat": 50.4, "lng": 0.3}
]}}
{"interp": {"to": {"points": [
{"lat": 50.0, "lng": 0.1},
{"lat": 50.0, "lng": 0.5},
{"lat": 50.4, "lng": 0.1}
]}}}
cc @mahmsakr
Metadata
Metadata
Assignees
Labels
use caseUse case or exampleUse case or example