-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
68 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.DS_Store | ||
/node_modules | ||
/.idea | ||
/.next | ||
/out | ||
./ | ||
/site | ||
|
||
# Ignore next-mdx-enhanced cache directory | ||
.mdx-data | ||
.DS_Store | ||
.nova/Artwork | ||
.nova/Configuration.json | ||
site/ | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
template: blog_post.html | ||
title: Geographic Maps | ||
description: Displaying geolocations query results or user-provided data on a map | ||
links: | ||
- '[documentation](https://docs.progenetix.org/services/#geographic-maps)' | ||
date: 2022-08-22 | ||
--- | ||
|
||
This new feature utilizes the `geolocations` service to: | ||
|
||
* display of matched cities on a map using the `&output=map` option | ||
* load arbitrary data from a hosted data table (e.g. on Github) | ||
|
||
<!--more--> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters