Joe Hawes

Results 7 issues of Joe Hawes

### Discussed in https://github.com/orgs/OpenGIS/discussions/36 Originally posted by **killianweid** March 28, 2024 Hello, in order to rotate the map according to the direction of movement of the user (I developed a...

enhancement
question

From [https://wordpress.org/support/topic/re-center-button/](https://wordpress.org/support/topic/re-center-button/): >could you please add a “reset” button on the maps that is RESTORING the original zoom & position of the map? Great idea!

enhancement

Waymark uses the custom post type waymark_map to store Map data. Currently Maps are public and indexable by search engines (see [this support topic](https://wordpress.org/support/topic/indexing-issue-12/)). Ideally this would be controlled by...

enhancement

## Issue Description When running PHPUnit tests, the letter "W" in yellow is output, but the meaning of this is not mentioned in the documentation. ## URL of the Page...

[Status] To do

## Issue Description This page links to the HelpHub [staging](https://wp-helphub.com/) site. However `wp-helphub.com` currently redirects to a page stuffed with ads. Presumably the domain expired. ## URL of the Page...

[Status] To do

There have been a number of reports that embedding [Collections](https://www.waymark.dev/docs/collections/) using the Shortcode (i.e. [Waymark collection_id="1234"]) does not work and instead displays a grey/blank box. So far I have not...

bug
help wanted

Adds support for [ULIDs](https://github.com/ulid/spec) (Universally Unique Lexicographically Sortable Identifiers) by allowing `CHAR(26)` as primary key. This can currently be achieved using `VARCHAR(26)`, but this adds `CHAR` support. Before change: ```php...