Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
taulinger committed Jan 14, 2025
1 parent 46619c6 commit 637105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ImportVectorDataService.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { UnavailableGeoResourceError } from '../domain/errors';
/**
*
* @typedef {Object} ImportVectorDataOptions
* @property {string} [id] the ID of the created VectorGeoResource. If not set, id will be created. If the VectorGeoResource is imported from a URL, the URL will always be taken as the ID.
* @property {string} [id] the ID of the created VectorGeoResource. If not set, it will be created, or if the VectorGeoResource is imported from a URL, the URL will be taken as the ID.
* @property {string} [label] the label of the created VectorGeoResource
* @property {SourceType|VectorSourceType} [sourceType] the source type. Can be either a SourceType or a VectorSourceType instance. If not set it will be tried to detect it
*/
Expand Down

0 comments on commit 637105a

Please sign in to comment.