Hi Richard,The problem is with the initial extent that you have specified.If you see the mapservice for TIP Pointshttp://data.cmap.illinois.gov/ArcGIS/rest/services/Maps/TIP/MapServer/0XMin: 883495.453957755YMin: 1665586.62128334XMax: 1203770.39280292YMax: 2122601.04780384Spatial Reference: 3435Your initial extent in the code was xmin="-89.84"[LEFT]ymin="40.65"xmax="-86.34"ymax="42.97"This caused your map to be zoomed in so close that you did not see anything.[/LEFT]Change the initial extent to the max extent of your mapservices and you will see the base map. Find also works.like <esri:Extent id="mapExtent" xmin="856295.017688914" ymin="1586118.95073898" xmax="1231775.46394519" ymax="2153544.4523189" spatialReference="{new SpatialReference(3435)}"/> I looked up "01-97-0085" and it did return the results.
xmax="-86.34"
Change the initial extent to the max extent of your mapservices and you will see the base map. Find also works.
<esri:Extent id="mapExtent" xmin="856295.017688914" ymin="1586118.95073898" xmax="1231775.46394519" ymax="2153544.4523189" spatialReference="{new SpatialReference(3435)}"/>
I looked up "01-97-0085" and it did return the results.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.