WPIntell

Source evidence

Coordinates Issue

WPSSO Schema Organization and Place Manager · support · 2023-03-28T18:29:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
nrosskothen resolved
I am new to WPSSO, but I’m sure this is a bug. My Coordinates are: Place Latitude: 42.19399 Place Longitude: -71.18288 This results in this notice and the Longitude being nulled out – The value of option “place_longitude” must be blank or numeric – resetting this option to its default value. I assume it doesn’t like the “-” in the Longitude, but not using it is not an option as the coordinates without the negative are in Bostanlik District, Uzbekistan versus in Greater Boston. Please let me know if I am doing something incorrectly. Thank you. The page I need help with: [ log in to see the link] The https://www.php.net/manual/en/function.is-numeric.php check does not care if the number is negative or positive – they’re both numeric. 🙂 Make sure there is no leading or trailing space though, as a space is not numeric. I’ll add a trim() function to that check in the next release to remove spaces. js. Thank you JS Morisset! I’m an idiot and had an extra space from cut and paste. Thank you for your hard work on this. I am just starting on WPSSO and will review it once I have some experience.

Comments

2 shown
JS Morisset 2023-03-28T19:12:00+00:00

The https://www.php.net/manual/en/function.is-numeric.php check does not care if the number is negative or positive – they’re both numeric. 🙂 Make sure there is no leading or trailing space though, as a space is not numeric. I’ll add a trim() function to that check in the next release to remove spaces. js.

nrosskothen 2023-03-28T19:20:00+00:00

Thank you JS Morisset! I’m an idiot and had an extra space from cut and paste. Thank you for your hard work on this. I am just starting on WPSSO and will review it once I have some experience.