eSearch widget console error

2115
6
Jump to solution
01-26-2016 09:48 AM
RudoDuncan
New Contributor II

Robert Scheitlin, GISP

I was wondering if this error looked familiar to you. When doing my search everything worked fine but when I looked in my console there 997 errors. Do you have any suggestion on a fix for this?

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Rudo,

   Make sure that your config_Enhanced Search.json has this for the picturemarkersymbol:

"symbols": {

    "simplemarkersymbol": null,

    "picturemarkersymbol": {

      "url": "images/i_search.png",

      "height": "20",

      "width": "20",

      "type": "esriPMS",

      "angle": "0"

    },

View solution in original post

0 Kudos
6 Replies
RobertScheitlin__GISP
MVP Emeritus

Rudo,

   Never seen that one before. what are you doing when you get these errors?

0 Kudos
RudoDuncan
New Contributor II

If I query only by Start/End date I get this error when I look at the console.

When I add Radio and Beat with Start/End date I get this warning.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Rudo,

   The warning is normal (nothing to worry about). The errors look like they are coming from the graphic results of the search. Do you have null geometry in your data?

0 Kudos
RudoDuncan
New Contributor II

I think you're right, when I change the symbology (from defaults) it is suppose to show green and blue triangles based off of the call category(dispatched & self initiated) field in this layer.

But the results are as followed... Is this something that is easily fixed?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Rudo,

   Make sure that your config_Enhanced Search.json has this for the picturemarkersymbol:

"symbols": {

    "simplemarkersymbol": null,

    "picturemarkersymbol": {

      "url": "images/i_search.png",

      "height": "20",

      "width": "20",

      "type": "esriPMS",

      "angle": "0"

    },

0 Kudos
RudoDuncan
New Contributor II

OK, thanks again. I will download and test it.

0 Kudos