minemap-business-airline-and-lines

Create color-mapped AirLine objects for MineMap route and flow visualization.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ming1zhou88/minemap-skills --skill minemap-business-airline-and-lines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: minemap-business-airline-and-lines
Source: https://github.com/ming1zhou88/minemap-skills/tree/main/skills/minemap-business-airline-and-lines
Command: npx skills add https://github.com/ming1zhou88/minemap-skills --skill minemap-business-airline-and-lines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MineMap's AirLine object provides a combined static route and dynamic flow visualization, enabling clear expression of networks and directional relationships where traditional polylines fall short.

Core Features & Use Cases

  • AirLine is a scene-object that renders static routes and dynamic flow in one object, suitable for airline networks, logistics lines, and directional flow maps.
  • Supports data-driven styling via airline-color steps, color-index, width, speed, and opacity to convey hierarchy and activity.
  • Uses a single, source-backed data format [lng1, lat1, lng2, lat2, height, ...attributes] for easy integration with remote data.

Quick Start

Instantiate a minemap.AirLine with a sample data array and options, then add it to the map to render a static path with a flowing animation.

Frequently Asked Questions about minemap-business-airline-and-lines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize dynamic flight routes and logistics lines on MineMap?▼

To visualize dynamic flight routes on MineMap, instantiate a minemap.AirLine object using source-backed data and styling options to render combined static paths and flowing movement animations for logistics networks.

What data format is required for rendering airline flow animations?▼

Rendering airline flow animations requires a specific data array format structured as [lng1, lat1, lng2, lat2, height, ...attributes] to integrate remote route coordinates and visualize directional movement effectively.

Can I customize the color and speed of dynamic flow lines on a directional dashboard?▼

Yes, you can customize dynamic flow lines using data-driven styling options including airline-color with steps and color-index, alongside airline-width, airline-speed, and airline-opacity to convey hierarchy and activity on directional dashboards.

Why use an AirLine object instead of traditional polylines for network visualization?▼

An AirLine object provides a combined static route and dynamic flow visualization, enabling clearer expression of networks and directional relationships on MineMap where traditional polylines fall short.

How do I set up a quick start AirLine scene-object for a logistics flow map?▼

To set up an AirLine scene-object, instantiate minemap.AirLine with a sample data array and configuration options, then add it to the map to render a static path complete with a flowing animation for logistics lines.