Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String values for latitude and longitude in example 150 #471

Closed
evanp opened this issue Apr 22, 2018 · 1 comment
Closed

String values for latitude and longitude in example 150 #471

evanp opened this issue Apr 22, 2018 · 1 comment
Assignees

Comments

@evanp
Copy link
Collaborator

evanp commented Apr 22, 2018

Example 150 looks like this:

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Place",
  "name": "San Francisco, CA",
  "longitude": "122.4167",
  "latitude": "37.7833"
}

The latitude and longitude can only be float values; here, they are represented with strings.

@evanp evanp self-assigned this Apr 22, 2018
evanp added a commit that referenced this issue Apr 25, 2018
@evanp
Copy link
Collaborator Author

evanp commented Apr 25, 2018

This is a duplicate of #446

@evanp evanp closed this as completed Apr 25, 2018
evanp added a commit that referenced this issue May 9, 2018
Add correct lat/lon example; closes #471
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant