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
* Fixed the harcoded location for example layer, instead using map.extent from an example layer to dynamically focus the map
* Added v1.3.0 API doc
* clone_item table formatting fix (to master)
<dt>A dictionary with a key of notAdded which contains the users that were not</dt>
2268
-
<dd>added to the group.</dd>
2269
-
</dl>
2270
-
</td>
2266
+
<trclass="field-odd field"><thclass="field-name">Returns:</th><tdclass="field-body">A dictionary which contains the users that were not added to the group.</td>
<thclass="head">Optional Envelope. Extent set for any cloned items. Default is None, extent will remain unchanged. Spatial reference of the envelope will be used for any cloned feature layers.</th>
3093
+
<trclass="row-even"><td>item_extent</td>
3094
+
<td>Optional Envelope. Extent set for any cloned items. Default is None,
3095
+
extent will remain unchanged. Spatial reference of the envelope will be
<thclass="head">Optional boolean. Indicating whether the basemap in any cloned web maps should be updated to the organizations default basemap. Default is False, basemap will not change.</th>
3098
+
<trclass="row-odd"><td>use_org_basemap</td>
3099
+
<td>Optional boolean. Indicating whether the basemap in any cloned web maps
3100
+
should be updated to the organizations default basemap. Default is False,
<thclass="head">Optional boolean. Indicating whether the data should be copied with any feature layer or feature collections. Default is True, data will be copied.</th>
3103
+
<trclass="row-even"><td>copy_data</td>
3104
+
<td>Optional boolean. Indicating whether the data should be copied with any
3105
+
feature layer or feature collections. Default is True, data will be copied.</td>
<thclass="head">Optional boolean. Indicating whether items that have already been cloned should be searched for in the GIS and reused rather than cloned again.</th>
3107
+
<trclass="row-odd"><td>search_existing_items</td>
3108
+
<td>Optional boolean. Indicating whether items that have already been cloned
3109
+
should be searched for in the GIS and reused rather than cloned again.</td>
<thclass="head">Optional dictionary. Can be used to associate an item in the source GIS to an item in the target GIS. The target item will be used rather than cloning the source item.</th>
3111
+
<trclass="row-even"><td>item_mapping</td>
3112
+
<td>Optional dictionary. Can be used to associate an item id in the source
3113
+
GIS (key) to an item id in the target GIS (value). The target item will
3114
+
be used rather than cloning the source item.</td>
3110
3115
</tr>
3111
-
</thead>
3112
-
<tbodyvalign="top">
3113
3116
<trclass="row-odd"><td>group_mapping</td>
3114
-
<td>Optional dictionary. Can be used to associate a group in the source GIS to a group in the target GIS. The target group will be used rather than cloning the source group.</td>
3117
+
<td>Optional dictionary. Can be used to associate a group id in the source
3118
+
GIS (key) to a group id in the target GIS (value). The target group will
3119
+
be used rather than cloning the source group.</td>
0 commit comments