GithubHelp home page GithubHelp logo

Comments (7)

skrishn avatar skrishn commented on August 15, 2024 1

@ashutoshverma-ct @sumitzarkar

The app works with a custom geolocator on https://sampleserver6.arcgisonline.com/arcgis/rest/services/Locators/SanDiego/GeocodeServer, and there are some properties/parameters different in the user's geocode server and from the one in sample server6. I requested the analyst to test with other geocode servers to identify the issue. I'll keep you posted.

cc @aparveen

from crowdsource-reporter.

aparveen avatar aparveen commented on August 15, 2024

cc @skrishn

from crowdsource-reporter.

ashutoshverma-ct avatar ashutoshverma-ct commented on August 15, 2024

@aparveen @skrishn

We checked the above geo-locator link, it is not accessible to us. So we checked the application and it is working without the geo-locator (screenshot attached)

We also tried with our local geo-locators (secured, removed) but were unable to reproduce the exact case, at our side, the service does not return results from the particular service.

image

from crowdsource-reporter.

sumitzarkar avatar sumitzarkar commented on August 15, 2024

@skrishn @aparveen

Any updates on this ticket

from crowdsource-reporter.

skrishn avatar skrishn commented on August 15, 2024

@sumitzarkar Please proceed with the solution you recommended. I don't want to wait any longer due to the shorter dev cycle we have.
cc @aparveen

from crowdsource-reporter.

sumitzarkar avatar sumitzarkar commented on August 15, 2024

@aparveen

Root Cause

Here are the details of this issue:

  • This issue is reproduced with the services which do not have singleLineAddresField name as 'SingleLine' and have Suggest capability. When the user clicks on the suggestion in the list this issue is reproduced.
  • Currently, we are only able to reproduce this issue with the service (https://gis.whud.org/arcgis/rest/services/Public/SingleHouse/GeocodeServer)
  • In this, we found that the singleLineAddressFieldName is different, it is 'Single Line Input'
 "singleLineAddressField": {
  "name": "Single Line Input",
  "type": "esriFieldTypeString",
  "alias": "Full Address",
  "required": false,
  "length": 150
 }
  • The application fetches the locations of selected suggestion candidates once the user clicks on them. Also, the application was assuming that the singleLineAddressField name should be 'SingleLine'

Solution

  • We have updated the code to fetch the address using the singleLineAddressFeild name defined in the service

from crowdsource-reporter.

aparveen avatar aparveen commented on August 15, 2024

Verified in QA

from crowdsource-reporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.