Skip to content

Commit

Permalink
Merge pull request #328 from Esri/neil9879/doc_update
Browse files Browse the repository at this point in the history
Added update to docs.
  • Loading branch information
anmacdonald committed Jan 30, 2020
2 parents 20a8365 + 070cd3b commit 0ea345d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ The compiled versions of the DSA app are made available for you to conveniently
## Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.

## Troubleshooting

### Military Symbols are not displaying after migrating to version 1.1.1.

DSA now requires additional `*.stylx` files in the `styles/arcade` subdirectory of your DSA resource data. The structure
should look like this:

* `DSA/ResourceData/styles/arcade/mil2525c.stylx`
* `DSA/ResourceData/styles/arcade/mil2525d.stylx`

To quickly obtain these additional `*.stylx` files, we provide these in the [demo data](http://www.arcgis.com/home/item.html?id=82ce2d85e21c4326bc072d441b636e5e).

## Contributing
Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).

Expand Down
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

- Updated to use version 100.7 of the ArcGIS Runtime SDK for Qt.
- QML namespaces updated from `Esri.*` to `Esri.ArcGISRuntime.OpenSourceApps.*`.
- Replaced deprecated use of enum `SurfacePlacement::Draped` with `SurfacePlacement::DrapedFlat`.
- Replaced deprecated use of enum `SurfacePlacement::Draped` with `SurfacePlacement::DrapedBillboarded`.
- Replaced ModelSceneSymbol with PictureMarkerSymbol for location tracking.
- Removed deprecated "ExampleApps" icon.
- Comprehensive [app documentation](/docs/index.md) from the ArcGIS for Developers site.
- Added Troubleshooting section to README.md.

## 1.1.0

Expand Down

0 comments on commit 0ea345d

Please sign in to comment.