GoToXY Plugin for QGIS
=======================

A user-friendly QGIS plugin for navigating to specific coordinates and adding point markers.

Features
--------
- Navigate to specific X,Y coordinates
- Add point markers at specified locations
- Support for multiple coordinate reference systems:
  * WGS84 (EPSG:4326) - Geographic coordinates
  * Web Mercator (EPSG:3857) - Projected coordinates
  * Project CRS - Uses the current project's coordinate system
- Coordinate history tracking (last 10 locations)
- Layer-based CRS selection
- Intuitive and organized user interface
- Input validation and error handling
- Coordinate transformation between different CRS

Installation
------------
1. Download the plugin zip file
2. In QGIS, go to Plugins > Manage and Install Plugins
3. Click "Install from ZIP" and select the downloaded file
4. Enable the plugin in the plugin list

Usage
-----
1. Click the "Go To XY" button in the toolbar or access it from the Plugins menu
2. Enter your X and Y coordinates in the respective fields
3. Select the appropriate coordinate reference system (CRS)
4. Choose an action:
   - "Zoom to Location": Navigate the map to the specified coordinates
   - "Add Point": Create a point marker at the coordinates
5. Use the coordinate history to quickly return to previous locations

Coordinate Reference Systems
---------------------------
- EPSG:4326 (WGS84): Use for latitude/longitude coordinates (e.g., 34.0522, -118.2437)
- EPSG:3857 (Web Mercator): Use for projected coordinates in meters
- Project CRS: Automatically uses your current project's coordinate system

Tips
----
- Double-click on items in the coordinate history to quickly navigate back
- Select a layer to automatically use its coordinate reference system
- The plugin remembers your last 10 coordinate entries
- All coordinates are automatically transformed to match your project's CRS

Requirements
------------
- QGIS 3.0 or higher
- PyQt5

Author
------
rawan (rawan-na@hotmail.com)

License
-------
GNU General Public License v2.0

Version History
---------------
1.0 - Complete redesign with improved interface and functionality
0.1 - Initial release
