Closed GilbertLasnier closed 5 years ago
The Find Operation of the Esri REST API only supports MapServices.
Thanks for your fast anwser….
From: Tim McGee [mailto:notifications@github.com] Sent: 31-May-19 3:37 PM To: tmcgee/cmv-widgets Cc: Lasnier, Gilbert; Author Subject: Re: [tmcgee/cmv-widgets] How to configure find.js to be able to find in a featureServer? (#209)
The Find Operationhttps://developers.arcgis.com/rest/services-reference/find.htm of the Esri REST API only supports MapServices.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/tmcgee/cmv-widgets/issues/209?email_source=notifications&email_token=ABTYMA6WUPYHVHES7LJF4TDPYF46BA5CNFSM4HR4VV7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWWF32Q#issuecomment-497835498, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABTYMAZTWCXQTTH5GD4F263PYF46BANCNFSM4HR4VV7A.
Hello Tim I hope your go well! Its work with mapserver service: https://gis.icao.int/ArcGIS/rest/services/montreal/MapServer but it doesn't work with: https://services5.arcgis.com/DG8BiFFElpMESqG2/arcgis/rest/services/Map_of_Montreal_Interactive/FeatureServer/5?token=ljA7D5P1l5 etc Do you have any suggestion or the feature services is not supported? This my code from your latest CMV version... /eslint no-console: 0, no-alert: 0/ define([ 'dojo/i18n!./nls/main' ], function (i18n) {
});