This information is extremely helpful! Would you be willing to share your locator.js? I can't seem to get the placement of the code correct. Thanks!
Key: "taxParcelLayer", ServiceURL: "http://gisvision/ArcGIS/rest/services/TaxParcelQuery/MapServer/0", OutFields: "PARCELID, SITEADDRESS, CNVYNAME,OWNERNME1,LOWPARCELID", ParcelQuery: "UPPER(PARCELID) LIKE '%${0}%' OR UPPER(SITEADDRESS) LIKE '%${0}%' OR UPPER(CNVYNAME) LIKE '%${0}%' OR UPPER(OWNERNME1) LIKE '%${0}%' OR UPPER(OWNERNME2) LIKE '%${0}%'", LocateParcelQuery: "PARCELID = '${0}'", DisplayFields: ["PARCELID", "SITEADDRESS", "OWNERNME1", "LOWPARCELID"],
var tdOwnerId = document.createElement("td"); trHeader.appendChild(tdOwnerId); tdOwnerId.innerHTML = "Owner Name"; var td2 = document.createElement("td"); td2.innerHTML = ownerName;
...snip... ServiceURL: "http://yoursite/arcgis/rest/services/TaxParcelQuery/MapServer/0", OutFields: "PARCELID, OWNERNAME", ParcelQuery: "PARCELID LIKE '%${0}%' OR OWNERNAME LIKE '%${0}%'", LocateParcelQuery: "PARCELID = '${0}'", DisplayFields: ["PARCELID", "OWNERNAME"], UseColor: true, ...snip...
ParcelQuery: "UPPER(PARCELID) LIKE '%${0}%' OR UPPER(SITEADDRESS) LIKE '%${0}%' OR UPPER(CNVYNAME) LIKE '%${0}% OR UPPER(OWNERNAME) LIKE '%${0}%'",
if (reportType == 'PropertyMap') { var visibleBasemapUrl; if (map._layers.parcelMap.visible == true) visibleBasemapUrl = map._layers.parcelMap.url else visibleBasemapUrl = map._layers.imageryMap.url .......... "baseMap": { "title": "Shared Imagery Basemap", "baseMapLayers": [ { "url": visibleBasemapUrl
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.