I need a small web application that reads my existing Esri .GDB (fields include State, District, Sub-District, Village Name, PIN, etc.) and presents the data on an interactive map. From a single screen I must be able to: • choose a record either by selecting a PIN or a Village from a drop-down list or by typing into a Google-style search bar, • have the map zoom to that feature and instantly show its attributes, and • generate a printable report that looks and feels like the ones on landreport.in—PIN is the key detail that must appear. Standard mapping tools such as measure distance/area, pan, and rotate are required. The interface must also let me upload additional layers (KML, JSON, SHP) and, after editing or selecting a feature, download the result in any of those three formats. Deliverables – Source code for the web app (JavaScript + preferred mapping library) – Clear setup instructions so I can deploy on my own server – A sample report template replicating landreport.in’s style – Short user guide explaining dropdown management, search, measurement tools, and the upload/download workflow If anything in the workflow is unclear after you review www.landreport.in, let’s clarify it early so we hit the mark the first time.