Skip to content

Commit 4ec0909

Browse files
committed
add images to static blog dir
1 parent 9d75fe0 commit 4ec0909

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

blog/2023-11-15-koordinates-and-stately-case-study/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ authors: [gavin]
55
tags: [case study, study, koordinates, stately, state machines, machines, gis, geospatial]
66
date: 2023-11-17
77
slug: 2023-11-17-koordinates-and-stately-case-study
8-
image: /blog/koordinates_logo_rev.png
8+
image: /blog/koordinates_logo_white.png
99
---
1010

1111
For more than 15 years, the team at [Koordinates](https://koordinates.com/) has been hard at work reimagining and building streamlined and equitable ways for customers to manage geospatial data. Koordinates have built a massively scaled GIS platform for users to upload their own data, query over 18,000 open datasets, and securely merge openly available data with proprietary information.
1212
<!--truncate-->
1313
Unlike competing products that require vendor lock-in and lack compatibility across the entire GIS stack, Koordinates’ offerings are modular: users may use as much or as little of the tooling as they like, and the tooling is interoperable with existing GIS environments.
1414

15-
![Koordinates Logo](./koordinates_logo_rev.png)
1615
<p>
1716
<ThemedImage
1817
alt="Koordinates logo"
1918
sources={{
20-
light: './koordinates_logo_black.png',
21-
dark: './koordinates_logo_white.png'',
19+
light: '/blog/2023-11-15-koordinates-and-stately-case-study/koordinates_logo_black.png',
20+
dark: '/blog/2023-11-15-koordinates-and-stately-case-study/koordinates_logo_white.png',
2221
}}
2322
/>
2423
</p>
24+
2525
## UI state management
2626

2727
Koordinates provide their users with both a web app, named Koordinates Cloud, as well as an Electron-based desktop app. In order to filter through and query such large datasets, the team naturally needed to expose a lot of controls for end-user functionality. The frontends for the apps allow end users to accomplish complex tasks, like:
53.3 KB
Loading
52.3 KB
Loading

0 commit comments

Comments
 (0)