Skip to content

Commit c3f9b7e

Browse files
authored
Updates to Readmes (#544)
Updates to readmes as per common designs
1 parent 06ff35d commit c3f9b7e

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

feature_layers/feature-layer-selection/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Click on a feature in the map. All features within a given tolerance (in pixels)
1919
3. Identify nearby features at the clicked location using `identifyLayerAsync(featureLayer, clickLocation, tolerance, returnPopupsOnly, maxResults)` on the map view.
2020
4. Select all identified features in the feature layer with `selectFeatures(features)`.
2121

22-
## About the data
23-
24-
This sample uses the [Gross Domestic Product, 1960-2016](https://www.arcgis.com/home/item.html?id=0c4b6b70a56b40b08c5b0420c570a6ac) feature service. Only the 2016 GDP values are shown.
25-
2622
## Relevant API
2723

2824
* Feature
2925
* FeatureLayer
3026
* ServiceFeatureTable
3127

28+
## About the data
29+
30+
This sample uses the [Gross Domestic Product, 1960-2016](https://www.arcgis.com/home/item.html?id=0c4b6b70a56b40b08c5b0420c570a6ac) feature service. Only the 2016 GDP values are shown.
31+
3232
## Tags
3333

3434
features, layers, select, selection, tolerance

feature_layers/feature-layer-shapefile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Shapefiles store location, shape and attributes of geospatial vector data. Shape
1010

1111
## How to use the sample
1212

13-
When the sample starts, a feature layer from a shapefile is added to the map. Pan and zoom to inspect the feature layer.
13+
Pan and zoom around the map. View the data loaded from the shapefile.
1414

1515
## How it works
1616

geometry/list-transformations-by-suitability/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ If the selected transformation is not usable (has missing grid files) then an er
2727
* GeometryEngine
2828
* TransformationCatalog
2929

30+
## Additional information
31+
32+
`DatumTransformation` has two subclasses, `GeographicTransformation` and `HorizontalVerticalTransformation`. `GeographicTransformation` is used to transform coordinates of geometries between spatial references that have two different geographic coordinate systems. `HorizontalVerticalTransformation` is used to transform coordinates of z-aware geometries between spatial references that have different geographic and/or vertical coordinate systems.
33+
3034
## About the data
3135

3236
The map starts out zoomed into the grounds of the Royal Observatory, Greenwich. The initial point is in the [British National Grid](https://epsg.io/27700) spatial reference, which was created by the United Kingdom Ordnance Survey. The spatial reference after projection is in [web mercator](https://epsg.io/3857).

portal/token-authentication/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Once you launch the sample, you will be challenged for an ArcGIS Online login to
3434

3535
## About the data
3636

37-
The Traffic web map uses public layers as well as the world traffic (premium content) layer. The world traffic service presents historical and near real-time traffic information for different regions in the world. The data is updated every 5 minutes. This map service requires an ArcGIS Online organizational subscription.
37+
The [Traffic web map](https://arcgisruntime.maps.arcgis.com/home/item.html?id=e5039444ef3c48b8a8fdc9227f9be7c1) uses public layers as well as the world traffic (premium content) layer. The world traffic service presents historical and near real-time traffic information for different regions in the world. The data is updated every 5 minutes. This map service requires an ArcGIS Online organizational subscription.
38+
39+
## Additional information
40+
41+
Please note: the username and password are case sensitive for token-based authentication. If the user doesn't have permission to access all the content within the portal item, partial or no content will be returned.
3842

3943
## Tags
4044

0 commit comments

Comments
 (0)