Skip to content

Deforming region support #5

@rjksmith

Description

@rjksmith

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 example

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions