-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheSearchWidget.xml
485 lines (484 loc) · 21.3 KB
/
eSearchWidget.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<?xml version="1.0" ?>
<!-- See Enhanced Search Widget XML Configuration.pdf for detailed explanation -->
<configuration>
<layers>
<layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Louisville Zoning</name>
<url>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_LandRecords_Louisville/MapServer/2</url>
<expressions>
<expression alias="Zoning Code" textsearchlabel="Search Zoning:" isValueRequired="true">
<values>
<value prompt="Zoning Code: " userlist="OR1,C2,OTF,all" isValueRequired="false" prepend="AND">ZONING_CODE = '[value]'</value>
<value prompt="Zoning Type:" userlist="OFFICE,RESIDENTIAL,all" isValueRequired="false">upper(ZONING_TYPE) = upper('[value]')</value>
<value prompt="Zoning Name: RES MULTI-FAMILY" isValueRequired="false">upper(ZONING_NAME) LIKE upper('%[value]%')</value>
</values>
</expression>
<expression alias="Zoning Type" textsearchlabel="Search Zoning Type:">
<values>
<value prompt="Example: RESIDENTIAL">upper(ZONING_TYPE) = upper('[value]')</value>
</values>
</expression>
<expression alias="Zoning Name" textsearchlabel="Search Zoning Name [ Example: RES MULTI-FAMILY ]:">
<values>
<value prompt="Example: RES MULTI-FAMILY">upper(ZONING_NAME) LIKE upper('%[value]%')</value>
</values>
</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select Zoning</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>ZONING_NAME</titlefield>
<fields all="true" />
<links/>
<zoomscale usegeometry="true" zoompercent="2"></zoomscale>
</layer>
<layer>
<definitionexpression></definitionexpression>
<enableexport>false</enableexport>
<name>Traffic Cameras</name>
<url>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer/2</url>
<expressions>
<expression alias="Traffic Camera Description" textsearchlabel="Search Traffic Cameras by Location...">
<values>
<value prompt="Example: I-71" userlist="I-71,I-64">upper(DESCRIPTION) LIKE upper('[value]%')</value>
</values>
</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select Traffic Cameras</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>DESCRIPTION</titlefield>
<fields all="false">
<field name="DESCRIPTION" alias="Description" gridfield="true" />
<field name="URL" alias="Show Image" hyperlinkgridfield="true"
hyperlinkaliastext="Get Traffic Image" visible="false" />
<field name="ONLINE" alias="Online" gridfield="true"
gridfieldonly="false" />
<field name="LAST_UPDATED" alias="Last Updated" gridfield="true"
gridfieldonly="false" dateformat="MM/DD/YYYY" useutc="true" />
</fields>
<links>
<link alias="View Traffic Photo">
<![CDATA[{URL}]]>
<icon><![CDATA[assets/images/i_camera.png]]></icon>
</link>
</links>
<zoomscale>5000</zoomscale>
<queryattachments>false</queryattachments>
</layer>
<layer>
<definitionexpression></definitionexpression>
<enableexport>false</enableexport>
<name>SanFransisco 311</name>
<url>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0</url>
<expressions>
<expression alias="Incident Status" textsearchlabel="Search by Incident Status:">
<values>
<value prompt="Example: New" field="status" usedomain="true">status = '[value]'</value>
</values>
</expression>
<expression alias="Request ID" textsearchlabel="Search by Request ID:">
<values>
<value prompt="Example: 508844">req_id = '[value]'</value>
</values>
</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select Incidents</graphicalsearchlabel>
<spatialsearchlayer>false</spatialsearchlayer>
<titlefield>req_id</titlefield>
<fields all="false">
<field name="req_id" gridfield="true" />
<field name="req_type" gridfield="true" />
<field name="req_date" gridfield="true" />
<field name="address" gridfield="true" />
<field name="district" gridfield="true" />
<field name="status" gridfield="true" />
<field name="objectid" visible="false" />
</fields>
<links></links>
<zoomscale usegeometry="true" zoompercent="1.6" />
<autoopendatagrid>false</autoopendatagrid>
<relates></relates>
<queryattachments>true</queryattachments>
</layer>
<!--<layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Road Centerlines</name>
<url>http://gislap134/ArcGIS/rest/services/Highway/MapServer/5</url>
<expressions>
<expression alias="Road Name and Zip" textsearchlabel="Search by Road Name and Left Zipcode and Right Zip:">
<values>
<value prompt="Example: ANDREW">RD_NAME = '[value]'</value>
<value prompt="Example: 36201">AND ZIP_L = [value]</value>
<value prompt="Example: 36201">AND ZIP_R = [value]</value>
</values>
</expression>
<expression alias="Road Surface" textsearchlabel="Search by Surface Type:">
<values>
<value prompt="Example: Asphalt" field="Surf_Type" usedomain="true">Surf_Type = [value]</value>
</values>
</expression>
<expression alias="Open SQL" textsearchlabel="Search by Typing Full SQL:">
<values>
<value prompt="Example: RD_NAME = 'ANDREW' AND ZIP_L = 36201">[value]</value>
</values>
</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select Roads</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>Name</titlefield>
<fields all="false">
<field name="Name" gridfield="true" sort="asc|1|string"/>
<field name="Classification" gridfield="true" />
<field name="Length_" numberformat="2|,|." />
<field name="Width" gridfield="true" />
<field name="L_F_ADD" gridfield="true" />
<field name="L_T_ADD" gridfield="true" />
<field name="R_F_ADD" gridfield="true" />
<field name="R_T_ADD" gridfield="true" />
<field name="PREFIX" gridfield="true" />
<field name="PRETYPE" gridfield="true" />
<field name="RD_NAME" gridfield="true" />
<field name="TYPE" gridfield="true" />
<field name="SUFFIX" gridfield="true" />
<field name="ZIP_L" gridfield="true" />
<field name="ZIP_R" gridfield="true" />
</fields>
<links>
<link alias="View Mon. Ref Sheet">
<![CDATA[http://surveyor.slco.org/gis/map/map_search/mrs_test.cfm?mrspoint={Name}&lat={ZIP_L}&long={ZIP_R}]]>
<icon><![CDATA[assets/images/w_link.png]]></icon>
</link>
</links>
<zoomscale usegeometry="true" zoompercent="1.6" />
<autoopendatagrid>true</autoopendatagrid>
<relates>
<relate id="0" label="ABIMS Bridge" enableexport="true" icon="assets/images/i_hydro.png">
<fields all="true" />
</relate>
<relate id="1" label="Average Daily Traffic" enableexport="true" icon="assets/images/i_flag.png">
<fields all="false">
<field name="Date_" dateformat="MM/DD/YYYY" sort="asc|1|date"/>
<field name="Road_Name" />
<field name="Road_ID" />
<field name="Location" />
<field name="ADT" sum="true" sumlabel="ADT Total Count: " sort="asc|2|numeric"/>
<field name="Percent_Tr" />
</fields>
</relate>
<relate id="2" label="Railroad Crossings" enableexport="true" icon="assets/images/i_folder.png">
<fields all="false">
<field name="Gate" />
<field name="Lights" />
<field name="Active" />
<field name="At_Grade" />
<field name="Clearance" />
<field name="Control_Mark" />
</fields>
</relate>
<relate id="3" label="Signs" enableexport="false" icon="assets/images/i_lego.png">
<fields all="false">
<field name="Type" />
<field name="Road_ID" />
<field name="Condition" />
<field name="P_Hyper" />
<field name="Image_" hyperlinkgridfield="true" hyperlinkgridicon="assets/images/i_lego.png"
hyperlinkaliastext="Get Sign Image" linkprefix="" linksuffix="" />
<field name="post" />
</fields>
</relate>
<relate id="4" label="Guardrails" enableexport="true" icon="assets/images/i_clock.png">
<fields all="false">
<field name="Type" />
<field name="ID" />
<field name="Date_P" dateformat="MM/DD/YYYY" />
<field name="Date_R" dateformat="MM/DD/YYYY" />
<field name="Type_end_a" />
<field name="Type_start_a" />
<field name="Comments" />
</fields>
</relate>
</relates>
<queryattachments>false</queryattachments>
</layer>
<layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Graphical Calhoun Parcels</name>
<url>http://gislap134/ArcGIS/rest/services/ParcelViewer/MapServer/67</url>
<expressions />
<graphicalsearchlabel>Use one of the graphical search tools to select a Parcel</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>Name</titlefield>
<fields all="true" />
<links />
<zoomscale usegeometry="true" zoompercent="1.6" />
<autoopendatagrid>true</autoopendatagrid>
<relates />
<queryattachments>false</queryattachments>
</layer>
<layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Calhoun Soils</name>
<url>http://gislap183/webgis/rest/services/Soils_join/MapServer/0</url>
<expressions>
<expression alias="soil type" textsearchlabel="Search by soil type:">
<values>
<value prompt="Example: AaA">Calhoun_Soils.MUSYM = '[value]'</value>
</values>
</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select a Parcel</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>Calhoun_Soils.MUSYM</titlefield>
<fields all="false">
<field name="Calhoun_Soils.MUSYM" />
<field name="mapunit.muname" gridfield="true"/>
<field name="mapunit.mukind" gridfield="true"/>
<field name="mapunit.mustatus" gridfield="true"/>
<field name="mapunit.muacres" gridfield="true" numberformat="0|,|."/>
</fields>
<links />
<zoomscale usegeometry="true" zoompercent="1.6" />
<autoopendatagrid>true</autoopendatagrid>
<relates />
<queryattachments>false</queryattachments>
</layer>
<layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Calhoun Parcels</name>
<url>http://gislap134/ArcGIS/rest/services/ParcelViewer/MapServer/67</url>
<expressions>
<expression alias="PPIN" textsearchlabel="Search by Parcel Id Number:">
<values>
<value prompt="Example: 1998">PPIN = '[value]'</value>
</values>
</expression>
<expression alias="Owner Name" textsearchlabel="Search by Owner Name:">
<values>
<value prompt="Example: POE">NAME LIKE '%[value]%'</value>
</values>
</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select a Parcel</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>Name</titlefield>
<fields all="false">
<field name="PPIN" gridfield="true" />
<field name="NAME" gridfield="true" sort="asc|1|string"/>
<field name="STREET_ADDRESS" gridfield="true" />
<field name="USE_CODE" gridfield="true" />
<field name="CALC_ACRES" gridfield="true" />
<field name="EXEMPTION_CODE1" gridfield="true" />
<field name="ADDRESS_1" gridfield="true" gridfieldonly="true" />
<field name="ADDRESS_3" gridfield="true" gridfieldonly="true" />
<field name="PRIOR_TAX_YEAR" gridfield="true" />
<field name="SALE_DATE" gridfield="true" dateformat="MM/DD/YYYY" useutc="true"/>
<field name="LAST_DEED_BOOK" gridfield="true"/>
<field name="LAST_DEED_PAGE" gridfield="true"/>
<field name="ZIPCODE_1" gridfield="true" gridfieldonly="true"/>
<field name="NEIGHBORHOOD" gridfield="true" gridfieldonly="true"/>
<field name="SUBDIVISION" gridfield="true"/>
<field name="SALE_PRICE" gridfield="true" currencyformat="$|2|,|." sum="true" sumlabel="Sales Price: "/>
<field name="TOTAL_TRUE" gridfield="true" currencyformat="$|2|,|." sort="dsc|2|numeric"/>
<field name="LAND_PRICE" gridfield="true" currencyformat="$|2|,|." />
<field name="IMPR_PRICE" gridfield="true" currencyformat="$|2|,|." />
<field name="ADJ_PRICE" gridfield="true" currencyformat="$|2|,|." />
<field name="OVER_COND" gridfield="true"/>
<field name="ADJUSTMENT PRICE" gridfield="true"/>
</fields>
<links />
<zoomscale usegeometry="true" zoompercent="1.6" />
<autoopendatagrid>true</autoopendatagrid>
<relates />
<queryattachments>false</queryattachments>
</layer>-->
</layers>
<tables><!-- This section is ONLY for tables (i.e. data that has no geometry)! -->
<table>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Sub Type</name>
<url>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/WaterTemplate/WaterDistributionAdministrativeReport/MapServer/6</url>
<expressions>
<expression alias="Replacement Score Greater Than" textsearchlabel="Search Replacement Score Greater Than:">
<values>
<value prompt="Example: 100">REPLSCORE > [value]</value>
</values>
</expression>
</expressions>
<titlefield>FACILITYID</titlefield>
<fields all="false">
<field name="FACILITYID"/>
<field name="FCLASS" alias="Feature Class" gridfield="true"/>
<field name="ASSETCOND" alias="Asset Condition" gridfield="true"/>
<field name="CONDDATE" alias="Condition Date" dateformat="MM/DD/YYYY" useutc="true" gridfield="true"/>
<field name="REPLSCORE" alias="Replacement Score" gridfield="true"/>
</fields>
<links>
<link alias="View Traffic Photo">
<![CDATA[{agree_with_incident}]]>
<icon><![CDATA[assets/images/i_camera.png]]></icon>
</link>
</links>
<relates/>
<queryattachments>false</queryattachments>
</table>
<table>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>SF Incidents</name>
<url>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/1</url>
<expressions>
<expression alias="Agree with incident 1" textsearchlabel="Search Incidents that are agreed to:">
<values>
<value prompt="Example: True" field="agree_with_incident" usedomain="true">agree_with_incident = [value]</value>
</values>
</expression>
<expression alias="Incident date" textsearchlabel="Search Incidents on or after date:">
<values>
<value prompt="Example: 2012/04/16">datetime >= '[value] 00:00:00'</value>
</values>
</expression>
</expressions>
<titlefield>sf_311_serviceoid</titlefield>
<fields all="false">
<field name="sf_311_serviceoid" alias="Incident OID"/>
<field name="agree_with_incident" alias="Website Link" hyperlinkgridfield="true"
hyperlinkaliastext="Go to Website"
linkprefix="http://someWebSite/aspx/web/details.aspx?p_entity="
linksuffix=".aspx"/>
<field name="cient_ip" alias="Client IP" gridfield="true"/>
<field name="datetime" alias="Date" dateformat="MM/DD/YYYY" useutc="true" gridfield="true"/>
<field name="notes" alias="Notes" gridfield="true"/>
</fields>
<links>
<link alias="View Traffic Photo">
<![CDATA[{agree_with_incident}]]>
<icon><![CDATA[assets/images/i_camera.png]]></icon>
</link>
</links>
<relates>
<relate id="1" label="Incident Priority Service Request" enableexport="true" icon="widgets/eSearch/assets/images/i_relate.png">
<fields all="true" />
</relate>
</relates>
<queryattachments>false</queryattachments>
</table>
</tables>
<spatialrelationships>
<!-- possible spatial relationships esriSpatialRelIntersects | esriSpatialRelContains
| esriSpatialRelCrosses | esriSpatialRelEnvelopeIntersects | esriSpatialRelIndexIntersects
| esriSpatialRelOverlaps | esriSpatialRelTouches | esriSpatialRelWithin currently
unavailable: esriSpatialRelRelation -->
<spatialrelationship>
<name>esriSpatialRelContains</name>
<label>entirely contained in</label>
</spatialrelationship>
<spatialrelationship>
<name>esriSpatialRelIntersects</name>
<label>interssected by</label>
</spatialrelationship>
<spatialrelationship>
<name>esriSpatialRelEnvelopeIntersects</name>
<label>intersected by envelop of</label>
</spatialrelationship>
</spatialrelationships>
<bufferunits>
<bufferunit>
<name>UNIT_FOOT</name>
<label>Feet</label>
</bufferunit>
<bufferunit>
<name>UNIT_STATUTE_MILE</name>
<label>Miles</label>
</bufferunit>
<bufferunit>
<name>UNIT_METER</name>
<label>Meters</label>
</bufferunit>
<bufferunit>
<name>UNIT_KILOMETER</name>
<label>Kilometers</label>
</bufferunit>
</bufferunits>
<keepgraphicalsearchenabled>true</keepgraphicalsearchenabled>
<autozoomtoresults>true</autozoomtoresults>
<enabledatagridinteractionwithwidget>true</enabledatagridinteractionwithwidget>
<toleranceforpointgraphicalselection>6</toleranceforpointgraphicalselection><!-- value is in screen pixels -->
<tolerancebydefault>false</tolerancebydefault>
<spatialreference>102003</spatialreference>
<zoomscale>2400</zoomscale>
<geometryservice>http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer</geometryservice>
<csvseparator>,</csvseparator>
<disablebuttons></disablebuttons><!--possible values one or more not all four search types comma separated text,graphic,spatial,grid,datagrid -->
<defaultselectionoption>textInput</defaultselectionoption><!--possible values only one graphicalInput or textInput or spatialInput -->
<enabledrawgraphicbutton>true</enabledrawgraphicbutton>
<enablebuffergraphicbutton>true</enablebuffergraphicbutton>
<selectedgraphicaltool></selectedgraphicaltool><!-- possible values are extent or polygon or mappoint or polyline or nothing -->
<multipartgraphicsearch>true</multipartgraphicsearch>
<floatorfixed>float</floatorfixed><!-- possible values are fixed and float -->
<relatetooltip>Show Relates</relatetooltip>
<relateicon>widgets/eSearch/assets/images/i_relate.png</relateicon>
<labels>
<includetextquery>include text query in selection criteria</includetextquery>
<includetextquerywarn>Must be the same search layer in both graphical and text search pages.</includetextquerywarn>
<buffergrapicprops>Buffer graphic properties</buffergrapicprops>
<bufferusergraphics>Buffer Graphic</bufferusergraphics>
<norelatesfound>No related features found for: </norelatesfound>
<norelatesfoundalerttitle>No Results</norelatesfoundalerttitle>
<addtolerance>Add search tolerance to point selection</addtolerance>
<existingdrawgraphicslabel>Use Existing eDraw Widget Graphics</existingdrawgraphicslabel>
<existingbuffergraphicslabel>Use Existing Point Buffer Widget Graphics</existingbuffergraphicslabel>
<graphicalsearchlabel>Graphical Search</graphicalsearchlabel>
<textsearchlabel>Text Search</textsearchlabel>
<resultslabel>Results</resultslabel>
<layerlabel>Search Layer:</layerlabel>
<layerfieldlabel>Search Layer Field:</layerfieldlabel>
<nolayerlabel>No search layer defined.</nolayerlabel>
<submitlabel>Search</submitlabel>
<pointlabel>Select by Point</pointlabel>
<linelabel>Select by Line</linelabel>
<rectanglelabel>Select by Rectangle</rectanglelabel>
<polygonlabel>Select by Polygon</polygonlabel>
<clearlabel>Clear</clearlabel>
<loadinglabel>Loading...</loadinglabel>
<selectionlabel>Features Selected:</selectionlabel>
<gridresultslabel>Show Results in Grid</gridresultslabel>
<csvdefaultname>Selected Records</csvdefaultname>
<relatescsvdefaultname>Related Records</relatescsvdefaultname>
<exportbtnlabel>Export...</exportbtnlabel>
<export2csvoptionlabel>Export to CSV...</export2csvoptionlabel>
<export2txtoptionlabel>Export to Txt...</export2txtoptionlabel>
<bufferlabel>apply a search distance:</bufferlabel>
<spatialsearchlabel>Spatial search</spatialsearchlabel>
<applybufferlabel>Apply buffer</applybufferlabel>
<searchlayerlabel>Search entities of:</searchlayerlabel>
<enablemultipartsearch>enable multi-part graphics</enablemultipartsearch>
<zoomalllabel>Zoom</zoomalllabel>
<zoomalltip>Zoom to all results</zoomalltip>
<bufferalpha>Fill opacity</bufferalpha>
<buffercolor>Fill color</buffercolor>
<nobuffercolor>No fill color</nobuffercolor>
<bufferoutlinecolor>Outline color</bufferoutlinecolor>
<nobufferoutlinecolor>No outline color</nobufferoutlinecolor>
<bufferoutlinewidth>Outline Width</bufferoutlinewidth>
<configbuffergra>Configure buffer graphic properties...</configbuffergra>
</labels>
<symbols>
<simplefillsymbol color="0xff0000" alpha="0.5">
<outline color="0xff0000" alpha="0.8" width="2" />
</simplefillsymbol>
<!-- You can have one or the other, either simplemarkersymbol or picturemarkersymbol
defined for your point results NOT BOTH. picturemarkersymbol will override
simplemarkersymbol if you do not have it commented out. -->
<!-- <simplemarkersymbol style="square" size="12" color="0xff0000" alpha="0.5"
xoffset="0" yoffset="0" angle="0"> <outline style="solid" color="0x000000"
alpha="1" width="1"/> </simplemarkersymbol> -->
<picturemarkersymbol url="assets/images/i_search.png" height="30" width="30" xoffset="0" yoffset="0" />
<simplelinesymbol color="0xff0000" alpha="0.8" width="2" />
</symbols>
</configuration>