So on this web application I would like to present physical addresses for all the parcels and zones or zip codes. all my data is in shape file formate and in Geographical coordinate system. so how do I go about it????
I managed to add four layers for my study area in Blantyre (Malawi, Africa), in my Config.xml, which are showing in my LayerList Widget but I can�??t see them in my map? Can you look at my Config file and tell me where I�??m going wrong????
I think my main problem is how to use the URL???? do I need to upload my data on ArcGIServer or its also possible to link my data from my PC...???
Here is my Config file so far...
<?xml version="1.0" ?> <!-- //////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2010 ESRI // // All rights reserved under the copyright laws of the United States. // You may freely redistribute and use this software, with or // without modification, provided you include the original copyright // and use restrictions. See use restrictions in the file: // <install location>/License.txt // // Read more about ArcGIS Viewer for Flex 2.2 - http://links.esri.com/flexviewer // //////////////////////////////////////////////////////////////////////////////// --> <configuration> <title>LACOSUS</title> <subtitle>GIS SOLUTIONS Enterprise GIS System - Blantyre</subtitle> <logo>assets/images/logo1.png</logo> <style> <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> <alpha>0.8</alpha> </style>