You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: J4JMapWinLibrary/docs/map-control.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,10 @@ There are two properties which define the mapping service the control uses:
58
58
59
59
|Property|Type|Comments|
60
60
|--------|----|--------|
61
-
|`MapProjection`|`string`|the name of the mapping projection to use|
61
+
|`MapProjectionTypes`|`List<string>`|fully qualified type names of custom map projection types (expands the assemblies `ProjectionFactory` searches for supported projection types)|
62
+
|`MapProjections`|`List<string>`|the list of available map projections|
63
+
|`MapProjection`|`string`|the name of the selected mapping projection|
64
+
|`MapStyles`|`List<string>`|the list of map styles available for the selected mapping projection (may be empty if the projection doesn't support styles)|
62
65
|`MapStyle`|`string`|the specific style of map projection to use|
63
66
64
67
If the map projection name is not recognized by `MapFactory` the control's projection is undefined and no imagery will display.
0 commit comments