We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the formatting is pretty difficult to read. See this example from http://opengrid.readthedocs.io/en/latest/OpenGrid%20API/#113-users
Might want to switch to a format like this API docs.
The text was updated successfully, but these errors were encountered:
Currently a code block (<code></code> ) is being used. Instead how about using '''json? Example provided below
<code></code>
[ { "id": "speed_camera_locations", "displayName": "Speed Camera Locations", "options": { "rendition": { "icon": "default", "color": "cyan", "fillColor": "#f03", "opacity": 80, "size": 10 }, "latLong": "latitude,longitude", "creationTimestamp": null, "defaultSort": null, "lat": "latitude", "long": "longitude" } ]
Sorry, something went wrong.
Just looked at the dev branch and it already has been updated to use ``` code fence
reve0716
No branches or pull requests
Some of the formatting is pretty difficult to read. See this example from http://opengrid.readthedocs.io/en/latest/OpenGrid%20API/#113-users
Might want to switch to a format like this API docs.
The text was updated successfully, but these errors were encountered: