Skip to content

Commit 8efdc27

Browse files
authored
Mobile map area wf blog post (#106)
* Add blog post * Tinify new images * Fix formatting and missing image * Add video for second workflow * Replace links to SaaS Designer with direct download of json files * fix formatting
1 parent b6f0f65 commit 8efdc27

File tree

3 files changed

+1032
-4
lines changed

3 files changed

+1032
-4
lines changed

blog/2025-12-11-startup-map-area-management.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ when their data may be stale, and even to automatically trigger a download or up
1616
## Alerting the user of stale map areas
1717

1818
The first Workflow we'll look at checks for custom areas which have already been downloaded, calculates if the date it was last updated is past a certain
19-
threshold, and alerts the user if the area is stale. The Workflow can be
20-
[found here](https://apps.vertigisstudio.com/workflow/designer/#workflow=bce63dd2a7b748c2b2ddb1be9c6d2e82).
19+
threshold, and alerts the user if the area is stale. The Workflow
20+
can be <a href={useBaseUrl("workflows/mobile-blog-check-custom-area-updates-wf.json")} download="mobile-blog-check-custom-area-updates-wf.json" target="\_blank">downloaded here</a> and
21+
imported into Designer.
2122

2223
I'll walk you through the key functionality.
2324

@@ -62,8 +63,8 @@ Here's the result:
6263
## Automatically downloading areas
6364

6465
The second Workflow we'll look at deals with preplanned areas. It will check if there are any which have not yet been downloaded. If there are, it notifies
65-
the user, automatically begins the download process, and opens the Map Areas panel so the user can monitor the download progress. It can be
66-
[found here](https://apps.vertigisstudio.com/workflow/designer/#workflow=039194f48afc45f48b5283bd8c5b58c8).
66+
the user, automatically begins the download process, and opens the Map Areas panel so the user can monitor the download progress. It can be downloaded for
67+
import <a href={useBaseUrl("workflows/mobile-blog-download-preplanned-areas-wf.json")} download="mobile-blog-download-preplanned-areas-wf.json" target="\_blank">here</a>.
6768

6869
<img src={useBaseUrl("img/map-area-download-wf.png")} />
6970

0 commit comments

Comments
 (0)