├── README.md ├── SipaaFramework.dll ├── Siticone.Desktop.UI.dll ├── System.Data.SQLite.EF6.dll ├── System.Data.SQLite.Linq.dll ├── System.Data.SQLite.dll ├── System.Data.SQLite.xml ├── System.Data.SqlClient.dll ├── System.Data.SqlClient.xml ├── System.IO.Compression.ZipFile.dll ├── System.Security.Principal.Windows.dll ├── System.Security.Principal.Windows.xml ├── UUID.xml ├── Vector Rat.exe ├── Vector Rat.pdb ├── Vip.Notification.dll ├── WiLBiT.dll ├── WinMM.Net.dll ├── WinMM.Net.rar ├── World.xml ├── images ├── vector-rat.jpg └── vector-rat.webp └── settings.xml /README.md: -------------------------------------------------------------------------------- 1 | # ⚙️ Vector-Rat 2 | 3 | **Vector-Rat** is a powerful, efficient, and flexible remote access tool (RAT) built for professionals who need reliable control over remote devices. With robust performance and a user-friendly interface, it supports remote control, file management, and system monitoring—all in real time. 4 | 5 | > 🚀 **Now Available in One Click** — No need to install Python or dependencies manually! 6 | 7 | ![Vector-Rat Demo](images/vector-rat.webp) 8 | 9 | --- 10 | 11 | ## 🌟 Key Features 12 | 13 | - 🖥️ **Remote Access** – Seamlessly control remote machines. 14 | - 📁 **File Management** – Upload/download files with ease. 15 | - 📊 **System Monitoring** – View system usage, running processes, and more. 16 | - ⚡ **Real-Time Interaction** – Execute terminal commands instantly. 17 | - 🧩 **Cross-Platform** – Supports Windows, macOS, and Linux. 18 | - 🔒 **Secure Communication** – Encrypted client-server interactions for maximum privacy. 19 | 20 | --- 21 | 22 | ## ⬇️ Quick Start Guide 23 | 24 | ### ✅ Step 1: Download All Files 25 | 26 | > 📥 Go to the **[Releases](#)** section and download 27 | > **`Vector-Rat-allFiles.rar`** 28 | 29 | > ⚠️ **Important**: Extract the `.rar` file using WinRAR or 7-Zip. 30 | 31 | ### ✅ Step 2: Run the Program 32 | 33 | - Navigate to the extracted folder. 34 | - Run: 35 | - `server.exe` to start the **server** 36 | - `client.exe` to start the **client** 37 | - Make sure your firewall allows the chosen port. 38 | - Connect the client to the server using correct IP and port settings. 39 | 40 | --- 41 | 42 | ## ⚙️ Configuration 43 | 44 | All settings can be adjusted in the included `config` file, including: 45 | 46 | - **Server IP Address** 47 | - **Port Number** 48 | - **Encryption Toggle** 49 | 50 | --- 51 | 52 | ## 🚨 Warning 53 | 54 | > ⚠️ **This tool is intended strictly for educational and authorized use only.** 55 | > Misuse of Vector-Rat for unauthorized access or malicious activity may violate laws and result in criminal charges. 56 | > Use responsibly and with consent. 57 | 58 | --- 59 | 60 | ## 🤝 Contributing 61 | 62 | Want to improve Vector-Rat? Follow these steps: 63 | 64 | 1. Fork the repository. 65 | 2. Create a new branch: 66 | ```bash 67 | git checkout -b your-feature 68 | ``` 69 | 3. Push your changes and create a Pull Request. 70 | 71 | We appreciate clean code, meaningful commits, and added tests when possible! 72 | 73 | --- 74 | 75 | ## 📄 License 76 | 77 | Licensed under the **MIT License** – See [LICENSE](LICENSE) for full terms. 78 | 79 | --- 80 | 81 | ## 🙏 Acknowledgements 82 | 83 | - 🔐 Thanks to [OpenSSL](https://www.openssl.org/) for powerful encryption. 84 | - 💡 Inspired by the open-source community. 85 | 86 | --- 87 | 88 | 💬 **Questions?** [Open an issue](#) on GitHub and we’ll be glad to help! 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /SipaaFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/SipaaFramework.dll -------------------------------------------------------------------------------- /Siticone.Desktop.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/Siticone.Desktop.UI.dll -------------------------------------------------------------------------------- /System.Data.SQLite.EF6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/System.Data.SQLite.EF6.dll -------------------------------------------------------------------------------- /System.Data.SQLite.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/System.Data.SQLite.Linq.dll -------------------------------------------------------------------------------- /System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/System.Data.SQLite.dll -------------------------------------------------------------------------------- /System.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/System.Data.SqlClient.dll -------------------------------------------------------------------------------- /System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /System.Security.Principal.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/System.Security.Principal.Windows.dll -------------------------------------------------------------------------------- /System.Security.Principal.Windows.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | System.Security.Principal.Windows 5 | 6 | 7 | 8 | Provides a safe handle to a Windows thread or process access token. For more information, see Access Tokens. 9 | 10 | 11 | Initializes a new instance of the class. 12 | An object that represents the pre-existing handle to use. Using returns an invalid handle. 13 | 14 | 15 | Returns an invalid handle by instantiating a object with . 16 | Returns a object. 17 | 18 | 19 | Gets a value that indicates whether the handle is invalid. 20 | 21 | if the handle is not valid; otherwise, . 22 | 23 | 24 | Represents an exception for a principal whose identity could not be mapped to a known identity. 25 | 26 | 27 | Initializes a new instance of the class. 28 | 29 | 30 | Initializes a new instance of the class by using the specified error message. 31 | The error message that explains the reason for the exception. 32 | 33 | 34 | Initializes a new instance of the class by using the specified error message and inner exception. 35 | The error message that explains the reason for the exception. 36 | The exception that is the cause of the current exception. If is not null, the current exception is raised in a block that handles the inner exception. 37 | 38 | 39 | Gets serialization information with the data needed to create an instance of this object. 40 | The object that holds the serialized object data about the exception being thrown. 41 | The object that contains contextual information about the source or destination. 42 | 43 | 44 | Represents the collection of unmapped identities for an exception. 45 | The collection of unmapped identities. 46 | 47 | 48 | Represents an identity and is the base class for the and classes. This class does not provide a public constructor, and therefore cannot be inherited. 49 | 50 | 51 | Returns a value that indicates whether the specified object equals this instance of the class. 52 | An object to compare with this instance, or a null reference. 53 | 54 | if is an object with the same underlying type and value as this instance; otherwise, . 55 | 56 | 57 | Serves as a hash function for . is suitable for use in hashing algorithms and data structures like a hash table. 58 | The hash code for this object. 59 | 60 | 61 | Returns a value that indicates whether the specified type is a valid translation type for the class. 62 | The type being queried for validity to serve as a conversion from . The following target types are valid: 63 | 64 | 65 | 66 | if is a valid translation type for the class; otherwise, . 67 | 68 | 69 | Compares two objects to determine whether they are equal. They are considered equal if they have the same canonical name representation as the one returned by the property or if they are both . 70 | The left operand to use for the equality comparison. This parameter can be . 71 | The right operand to use for the equality comparison. This parameter can be . 72 | 73 | if and are equal; otherwise, . 74 | 75 | 76 | Compares two objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the property or if one of the objects is and the other is not. 77 | The left operand to use for the inequality comparison. This parameter can be . 78 | The right operand to use for the inequality comparison. This parameter can be . 79 | 80 | if and are not equal; otherwise, . 81 | 82 | 83 | Returns the string representation of the identity represented by the object. 84 | The identity in string format. 85 | 86 | 87 | Translates the account name represented by the object into another -derived type. 88 | The target type for the conversion from . 89 | The converted identity. 90 | 91 | 92 | Gets the string value of the identity represented by the object. 93 | The string value of the identity represented by the object. 94 | 95 | 96 | Represents a collection of objects and provides a means of converting sets of -derived objects to -derived types. 97 | 98 | 99 | Initializes a new instance of the class with zero items in the collection. 100 | 101 | 102 | Initializes a new instance of the class by using the specified initial size. 103 | The initial number of items in the collection. The value of is a hint only; it is not necessarily the maximum number of items created. 104 | 105 | 106 | Adds an object to the collection. 107 | The object to add to the collection. 108 | 109 | is . 110 | 111 | 112 | Clears all objects from the collection. 113 | 114 | 115 | Indicates whether the collection contains the specified object. 116 | The object to check for. 117 | 118 | is . 119 | 120 | if the collection contains the specified object. 121 | 122 | 123 | Copies the collection to an array, starting at the specified index. 124 | An array object to which the collection is to be copied. 125 | The zero-based index in where the collection is to be copied. 126 | 127 | 128 | Gets an enumerator that can be used to iterate through the collection. 129 | An enumerator for the collection. 130 | 131 | 132 | Removes the specified object from the collection. 133 | The object to remove. 134 | 135 | is . 136 | 137 | if the specified object was removed from the collection. 138 | 139 | 140 | Gets an enumerator that can be used to iterate through the collection. 141 | An enumerator for the collection. 142 | 143 | 144 | Converts the objects in the collection to the specified type. Calling this method is the same as calling with the second parameter set to , which means that exceptions will not be thrown for items that fail conversion. 145 | The type to which items in the collection are being converted. 146 | A collection that represents the converted contents of the original collection. 147 | 148 | 149 | Converts the objects in the collection to the specified type and uses the specified fault tolerance to handle or ignore errors associated with a type not having a conversion mapping. 150 | The type to which items in the collection are being converted. 151 | A Boolean value that determines how conversion errors are handled. 152 | 153 | If is , conversion errors due to a mapping not being found for the translation result in a failed conversion and exceptions being thrown. 154 | 155 | If is , types that failed to convert due to a mapping not being found for the translation are copied without being converted into the collection being returned. 156 | A collection that represents the converted contents of the original collection. 157 | 158 | 159 | Gets the number of items in the collection. 160 | The number of objects in the collection. 161 | 162 | 163 | Gets or sets the node at the specified index of the collection. 164 | The zero-based index in the collection. 165 | The at the specified index in the collection. If is greater than or equal to the number of nodes in the collection, the return value is . 166 | 167 | 168 | Gets a value indicating whether the is read-only. 169 | 170 | if the is read-only; otherwise, . 171 | 172 | 173 | Represents a user or group account. 174 | 175 | 176 | Initializes a new instance of the class by using the specified name. 177 | The name used to create the object. This parameter cannot be or an empty string. 178 | 179 | is . 180 | 181 | is an empty string. 182 | 183 | -or- 184 | 185 | is too long. 186 | 187 | 188 | Initializes a new instance of the class by using the specified domain name and account name. 189 | The name of the domain. This parameter can be or an empty string. Domain names that are null values are treated like an empty string. 190 | The name of the account. This parameter cannot be or an empty string. 191 | 192 | is . 193 | 194 | is an empty string. 195 | 196 | -or- 197 | 198 | is too long. 199 | 200 | -or- 201 | 202 | is too long. 203 | 204 | 205 | Returns a value that indicates whether this object is equal to a specified object. 206 | An object to compare with this object, or . 207 | 208 | if is an object with the same underlying type and value as this object; otherwise, . 209 | 210 | 211 | Serves as a hash function for the current object. The method is suitable for hashing algorithms and data structures like a hash table. 212 | A hash value for the current object. 213 | 214 | 215 | Returns a value that indicates whether the specified type is a valid translation type for the class. 216 | The type being queried for validity to serve as a conversion from . The following target types are valid: 217 | 218 | - 219 | 220 | - 221 | 222 | if is a valid translation type for the class; otherwise . 223 | 224 | 225 | Compares two objects to determine whether they are equal. They are considered equal if they have the same canonical name representation as the one returned by the property or if they are both . 226 | The left operand to use for the equality comparison. This parameter can be . 227 | The right operand to use for the equality comparison. This parameter can be . 228 | 229 | if and are equal; otherwise . 230 | 231 | 232 | Compares two objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the property or if one of the objects is and the other is not. 233 | The left operand to use for the inequality comparison. This parameter can be . 234 | The right operand to use for the inequality comparison. This parameter can be . 235 | 236 | if and are not equal; otherwise . 237 | 238 | 239 | Returns the account name, in Domain \ Account format, for the account represented by the object. 240 | The account name, in Domain \ Account format. 241 | 242 | 243 | Translates the account name represented by the object into another -derived type. 244 | The target type for the conversion from . The target type must be a type that is considered valid by the method. 245 | 246 | is . 247 | 248 | is not an type. 249 | Some or all identity references could not be translated. 250 | The source account name is too long. 251 | 252 | -or- 253 | 254 | A Win32 error code was returned. 255 | The converted identity. 256 | 257 | 258 | Returns a string representation of this object. 259 | The string representation of this object. 260 | 261 | 262 | Represents a security identifier (SID) and provides marshaling and comparison operations for SIDs. 263 | 264 | 265 | Returns the maximum size, in bytes, of the binary representation of the security identifier. 266 | 267 | 268 | Returns the minimum size, in bytes, of the binary representation of the security identifier. 269 | 270 | 271 | Initializes a new instance of the class by using a specified binary representation of a security identifier (SID). 272 | The byte array that represents the SID. 273 | The byte offset to use as the starting index in . 274 | 275 | 276 | Initializes a new instance of the class by using an integer that represents the binary form of a security identifier (SID). 277 | An integer that represents the binary form of a SID. 278 | 279 | 280 | Initializes a new instance of the class by using the specified well known security identifier (SID) type and domain SID. 281 | One of the enumeration values. This value must not be . 282 | The domain SID. This value is required for the following values. This parameter is ignored for any other values. 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 | Initializes a new instance of the class by using the specified security identifier (SID) in Security Descriptor Definition Language (SDDL) format. 312 | SDDL string for the SID used to create the object. 313 | 314 | 315 | Compares the current object with the specified object. 316 | The object to compare with the current object. 317 | A signed number indicating the relative values of this instance and . 318 | 319 | Return Value Description Less than zero This instance is less than . Zero This instance is equal to . Greater than zero This instance is greater than . 320 | 321 | 322 | Returns a value that indicates whether this object is equal to a specified object. 323 | An object to compare with this object, or . 324 | 325 | if is an object with the same underlying type and value as this object; otherwise, . 326 | 327 | 328 | Indicates whether the specified object is equal to the current object. 329 | The object to compare with the current object. 330 | 331 | if the value of is equal to the value of the current object. 332 | 333 | 334 | Copies the binary representation of the specified security identifier (SID) represented by the class to a byte array. 335 | The byte array to receive the copied SID. 336 | The byte offset to use as the starting index in . 337 | 338 | 339 | Serves as a hash function for the current object. The method is suitable for hashing algorithms and data structures like a hash table. 340 | A hash value for the current object. 341 | 342 | 343 | Returns a value that indicates whether the security identifier (SID) represented by this object is a valid Windows account SID. 344 | 345 | if the SID represented by this object is a valid Windows account SID; otherwise, . 346 | 347 | 348 | Returns a value that indicates whether the security identifier (SID) represented by this object is from the same domain as the specified SID. 349 | The SID to compare with this object. 350 | 351 | if the SID represented by this object is in the same domain as the SID; otherwise, . 352 | 353 | 354 | Returns a value that indicates whether the specified type is a valid translation type for the class. 355 | The type being queried for validity to serve as a conversion from . The following target types are valid: 356 | 357 | - 358 | 359 | - 360 | 361 | if is a valid translation type for the class; otherwise, . 362 | 363 | 364 | Returns a value that indicates whether the object matches the specified well known security identifier (SID) type. 365 | A value to compare with the object. 366 | 367 | if is the SID type for the object; otherwise, . 368 | 369 | 370 | Compares two objects to determine whether they are equal. They are considered equal if they have the same canonical representation as the one returned by the property or if they are both . 371 | The left operand to use for the equality comparison. This parameter can be . 372 | The right operand to use for the equality comparison. This parameter can be . 373 | 374 | if and are equal; otherwise, . 375 | 376 | 377 | Compares two objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the property or if one of the objects is and the other is not. 378 | The left operand to use for the inequality comparison. This parameter can be . 379 | The right operand to use for the inequality comparison. This parameter can be . 380 | 381 | if and are not equal; otherwise, . 382 | 383 | 384 | Returns the security identifier (SID), in Security Descriptor Definition Language (SDDL) format, for the account represented by the object. An example of the SDDL format is S-1-5-9. 385 | The SID, in SDDL format, for the account represented by the object. 386 | 387 | 388 | Translates the account name represented by the object into another -derived type. 389 | The target type for the conversion from . The target type must be a type that is considered valid by the method. 390 | 391 | is . 392 | 393 | is not an type. 394 | Some or all identity references could not be translated. 395 | A Win32 error code was returned. 396 | The converted identity. 397 | 398 | 399 | Returns the account domain security identifier (SID) portion from the SID represented by the object if the SID represents a Windows account SID. If the SID does not represent a Windows account SID, this property returns . 400 | The account domain SID portion from the SID represented by the object if the SID represents a Windows account SID; otherwise, it returns . 401 | 402 | 403 | Returns the length, in bytes, of the security identifier (SID) represented by the object. 404 | The length, in bytes, of the SID represented by the object. 405 | 406 | 407 | Returns an uppercase Security Descriptor Definition Language (SDDL) string for the security identifier (SID) represented by this object. 408 | An uppercase SDDL string for the SID represented by the object. 409 | 410 | 411 | Defines the privileges of the user account associated with the access token. 412 | 413 | 414 | The user can change the default owner, primary group, or discretionary access control list (DACL) of the token. 415 | 416 | 417 | The user can change the attributes of the groups in the token. 418 | 419 | 420 | The user can enable or disable privileges in the token. 421 | 422 | 423 | The user can adjust the session identifier of the token. 424 | 425 | 426 | The user has all possible access to the token. 427 | 428 | 429 | The user can attach a primary token to a process. 430 | 431 | 432 | The user can duplicate the token. 433 | 434 | 435 | The user can impersonate a client. 436 | 437 | 438 | The maximum value that can be assigned for the enumeration. 439 | 440 | 441 | The user can query the token. 442 | 443 | 444 | The user can query the source of the token. 445 | 446 | 447 | The user has standard read rights and the privilege for the token. 448 | 449 | 450 | The user has standard write rights and the , and privileges for the token. 451 | 452 | 453 | Defines a set of commonly used security identifiers (SIDs). 454 | 455 | 456 | Indicates a SID that matches the account administrators group. 457 | 458 | 459 | Indicates a SID that matches the certificate administrators group. 460 | 461 | 462 | Indicates a SID that matches the account computer group. 463 | 464 | 465 | Indicates a SID that matches the account controller group. 466 | 467 | 468 | Indicates a SID that matches the account domain administrator group. 469 | 470 | 471 | Indicates a SID that matches the account domain guests group. 472 | 473 | 474 | Indicates a SID that matches the account domain users group. 475 | 476 | 477 | Indicates a SID that matches the enterprise administrators group. 478 | 479 | 480 | Indicates a SID that matches the account guest group. 481 | 482 | 483 | Indicates a SID that matches the account Kerberos target group. 484 | 485 | 486 | Indicates a SID that matches the policy administrators group. 487 | 488 | 489 | Indicates a SID that matches the RAS and IAS server account. 490 | 491 | 492 | Indicates a SID that matches the schema administrators group. 493 | 494 | 495 | Indicates a SID for the anonymous account. 496 | 497 | 498 | Indicates a SID for an authenticated user. 499 | 500 | 501 | Indicates a SID for a batch process. This SID is added to the process of a token when it logs on as a batch job. 502 | 503 | 504 | Indicates a SID that matches the account operators account. 505 | 506 | 507 | Indicates a SID that matches the administrator account. 508 | 509 | 510 | Indicates a SID that matches the Windows Authorization Access group. 511 | 512 | 513 | Indicates a SID that matches the backup operators group. 514 | 515 | 516 | Indicates a SID that matches the domain account. 517 | 518 | 519 | Indicates a SID that matches the guest account. 520 | 521 | 522 | Indicates a SID that allows a user to create incoming forest trusts. It is added to the token of users who are a member of the Incoming Forest Trust Builders built-in group in the root domain of the forest. 523 | 524 | 525 | Indicates a SID that matches the network operators group. 526 | 527 | 528 | Indicates a SID that matches the group of users that have remote access to monitor the computer. 529 | 530 | 531 | Indicates a SID that matches the group of users that have remote access to schedule logging of performance counters on this computer. 532 | 533 | 534 | Indicates a SID that matches the power users group. 535 | 536 | 537 | Indicates a SID that matches pre-Windows 2000 compatible accounts. 538 | 539 | 540 | Indicates a SID that matches the print operators group. 541 | 542 | 543 | Indicates a SID that matches remote desktop users. 544 | 545 | 546 | Indicates a SID that matches the replicator account. 547 | 548 | 549 | Indicates a SID that matches the system operators group. 550 | 551 | 552 | Indicates a SID that matches built-in user accounts. 553 | 554 | 555 | Indicates a creator group server SID. 556 | 557 | 558 | Indicates a SID that matches the creator group of an object. 559 | 560 | 561 | Indicates a creator owner server SID. 562 | 563 | 564 | Indicates a SID that matches the owner or creator of an object. 565 | 566 | 567 | Indicates a SID for a dial-up account. 568 | 569 | 570 | Indicates a SID present when the Microsoft Digest authentication package authenticated the client. 571 | 572 | 573 | Indicates a SID for an enterprise controller. 574 | 575 | 576 | Indicates a SID for an interactive account. This SID is added to the process of a token when it logs on interactively. 577 | 578 | 579 | Indicates a SID that matches a local service. 580 | 581 | 582 | Indicates a local SID. 583 | 584 | 585 | Indicates a SID that matches the local system. 586 | 587 | 588 | Indicates a SID that matches logon IDs. 589 | 590 | 591 | Indicates the maximum defined SID in the enumeration. 592 | 593 | 594 | Indicates a SID that matches a network service. 595 | 596 | 597 | Indicates a SID for a network account. This SID is added to the process of a token when it logs on across a network. 598 | 599 | 600 | Indicates a SID for the Windows NT authority. 601 | 602 | 603 | Indicates a SID present when the Microsoft NTLM authentication package authenticated the client. 604 | 605 | 606 | Indicates a null SID. 607 | 608 | 609 | Indicates a SID present when the user authenticated across a forest with the selective authentication option enabled. If this SID is present, then cannot be present. 610 | 611 | 612 | Indicates a proxy SID. 613 | 614 | 615 | Indicates a SID that matches remote logons. 616 | 617 | 618 | Indicates a SID for restricted code. 619 | 620 | 621 | Indicates a SID present when the Secure Channel (SSL/TLS) authentication package authenticated the client. 622 | 623 | 624 | Indicates a SID for self. 625 | 626 | 627 | Indicates a SID for a service. This SID is added to the process of a token when it logs on as a service. 628 | 629 | 630 | Indicates a SID that matches a terminal server account. 631 | 632 | 633 | Indicates a SID present when the user authenticated from within the forest or across a trust that does not have the selective authentication option enabled. If this SID is present, then cannot be present. 634 | 635 | 636 | Indicates a SID that matches an account read-only controllers group. 637 | 638 | 639 | Indicates a SID that matches the application package authority. 640 | 641 | 642 | Indicates a SID that applies to all app containers. 643 | 644 | 645 | Indicates a SID that matches the built-in DCOM certification services access group. 646 | 647 | 648 | Indicates a SID that allows a user to use cryptographic operations. It is added to the token of users who are a member of the CryptoOperators built-in group. 649 | 650 | 651 | Indicates a SID that matches the distributed COM user group. 652 | 653 | 654 | Indicates a SID that matches an event log readers group. 655 | 656 | 657 | Indicates a SID that matches the Internet built-in user group. 658 | 659 | 660 | Indicates a SID is present in a server that can issue Terminal Server licenses. 661 | 662 | 663 | Indicates a SID that matches a cacheable principals group. 664 | 665 | 666 | Indicates a SID for documents library capability for app containers. 667 | 668 | 669 | Indicates a SID for Windows credentials capability for app containers. 670 | 671 | 672 | Indicates a SID of Internet client and server capability for app containers. 673 | 674 | 675 | Indicates a SID of Internet client capability for app containers. 676 | 677 | 678 | Indicates a SID for music library capability for app containers. 679 | 680 | 681 | Indicates a SID for pictures library capability for app containers. 682 | 683 | 684 | Indicates a SID of private network client and server capability for app containers. 685 | 686 | 687 | Indicates a SID for removable storage capability for app containers. 688 | 689 | 690 | Indicates a SID for shared user certificates capability for app containers. 691 | 692 | 693 | Indicates a SID for videos library capability for app containers. 694 | 695 | 696 | Indicates a SID that matches a console logon group. 697 | 698 | 699 | Indicates a SID that matches a creator and owner rights group. 700 | 701 | 702 | Indicates a SID that matches an enterprise wide read-only controllers group. 703 | 704 | 705 | Indicates a SID that matches a high level of trust label. 706 | 707 | 708 | Indicates a SID that matches the Internet user group. 709 | 710 | 711 | Indicates a SID that matches a local logon group. 712 | 713 | 714 | Indicates a SID that matches an low level of trust label. 715 | 716 | 717 | Indicates a SID that matches an medium level of trust label. 718 | 719 | 720 | Indicates a SID that matches the medium plus integrity label. 721 | 722 | 723 | Indicates a SID that matches a read-only enterprise domain controller. 724 | 725 | 726 | Indicates a SID that matches a non-cacheable principals group. 727 | 728 | 729 | Indicates a SID that matches a system label. 730 | 731 | 732 | Indicates a SID that matches a certificate for the given organization. 733 | 734 | 735 | Indicates a SID that matches an untrusted label. 736 | 737 | 738 | Indicates a SID that matches a write restricted code group. 739 | 740 | 741 | Indicates a SID that matches everyone. 742 | 743 | 744 | Specifies the type of Windows account used. 745 | 746 | 747 | An anonymous account. 748 | 749 | 750 | A Windows guest account. 751 | 752 | 753 | A standard user account. 754 | 755 | 756 | A Windows system account. 757 | 758 | 759 | Specifies common roles to be used with . 760 | 761 | 762 | Account operators manage the user accounts on a computer or domain. 763 | 764 | 765 | Administrators have complete and unrestricted access to the computer or domain. 766 | 767 | 768 | Backup operators can override security restrictions for the sole purpose of backing up or restoring files. 769 | 770 | 771 | Guests are more restricted than users. 772 | 773 | 774 | Power users possess most administrative permissions with some restrictions. Thus, power users can run legacy applications, in addition to certified applications. 775 | 776 | 777 | Print operators can take control of a printer. 778 | 779 | 780 | Replicators support file replication in a domain. 781 | 782 | 783 | System operators manage a particular computer. 784 | 785 | 786 | Users are prevented from making accidental or intentional system-wide changes. Thus, users can run certified applications, but not most legacy applications. 787 | 788 | 789 | Represents a Windows user. 790 | 791 | 792 | Identifies the name of the default issuer. 793 | 794 | 795 | Initializes a new instance of the class for the user represented by the specified Windows account token. 796 | The account token for the user on whose behalf the code is running. 797 | 798 | is 0. 799 | 800 | -or- 801 | 802 | is duplicated and invalid for impersonation. 803 | The caller does not have the correct permissions. 804 | 805 | -or- 806 | 807 | A Win32 error occurred. 808 | 809 | 810 | Initializes a new instance of the class for the user represented by the specified Windows account token and the specified authentication type. 811 | The account token for the user on whose behalf the code is running. 812 | (Informational use only.) The type of authentication used to identify the user. 813 | 814 | is 0. 815 | 816 | -or- 817 | 818 | is duplicated and invalid for impersonation. 819 | The caller does not have the correct permissions. 820 | 821 | -or- 822 | 823 | A Win32 error occurred. 824 | 825 | 826 | Initializes a new instance of the class for the user represented by the specified Windows account token, the specified authentication type, and the specified Windows account type. 827 | The account token for the user on whose behalf the code is running. 828 | (Informational use only.) The type of authentication used to identify the user. 829 | One of the enumeration values. 830 | 831 | is 0. 832 | 833 | -or- 834 | 835 | is duplicated and invalid for impersonation. 836 | The caller does not have the correct permissions. 837 | 838 | -or- 839 | 840 | A Win32 error occurred. 841 | 842 | 843 | Initializes a new instance of the class for the user represented by the specified Windows account token, the specified authentication type, the specified Windows account type, and the specified authentication status. 844 | The account token for the user on whose behalf the code is running. 845 | (Informational use only.) The type of authentication used to identify the user. 846 | One of the enumeration values. 847 | 848 | to indicate that the user is authenticated; otherwise, . 849 | 850 | is 0. 851 | 852 | -or- 853 | 854 | is duplicated and invalid for impersonation. 855 | The caller does not have the correct permissions. 856 | 857 | -or- 858 | 859 | A Win32 error occurred. 860 | 861 | 862 | Initializes a new instance of the class for the user represented by information in a stream. 863 | The object containing the account information for the user. 864 | An object that indicates the stream characteristics. 865 | A cannot be serialized across processes. 866 | The caller does not have the correct permissions. 867 | 868 | -or- 869 | 870 | A Win32 error occurred. 871 | 872 | 873 | Initializes a new instance of the class by using the specified object. 874 | The object from which to construct the new instance of . 875 | 876 | 877 | Initializes a new instance of the class for the user represented by the specified User Principal Name (UPN). 878 | The UPN for the user on whose behalf the code is running. 879 | Windows returned the Windows NT status code STATUS_ACCESS_DENIED. 880 | There is insufficient memory available. 881 | The caller does not have the correct permissions. 882 | 883 | -or- 884 | 885 | The computer is not attached to a Windows 2003 or later domain. 886 | 887 | -or- 888 | 889 | The computer is not running Windows 2003 or later. 890 | 891 | -or- 892 | 893 | The user is not a member of the domain the computer is attached to. 894 | 895 | 896 | Creates a new object that is a copy of the current instance. 897 | A copy of the current instance. 898 | 899 | 900 | Releases all resources used by the . 901 | 902 | 903 | Releases the unmanaged resources used by the and optionally releases the managed resources. 904 | 905 | to release both managed and unmanaged resources; to release only unmanaged resources. 906 | 907 | 908 | Returns a object that you can use as a sentinel value in your code to represent an anonymous user. The property value does not represent the built-in anonymous identity used by the Windows operating system. 909 | An object that represents an anonymous user. 910 | 911 | 912 | Returns a object that represents the current Windows user. 913 | The caller does not have the correct permissions. 914 | An object that represents the current user. 915 | 916 | 917 | Returns a object that represents the Windows identity for either the thread or the process, depending on the value of the parameter. 918 | 919 | to return the only if the thread is currently impersonating; to return the of the thread if it is impersonating or the of the process if the thread is not currently impersonating. 920 | An object that represents a Windows user. 921 | 922 | 923 | Returns a object that represents the current Windows user, using the specified desired token access level. 924 | A bitwise combination of the enumeration values. 925 | An object that represents the current user. 926 | 927 | 928 | Runs the specified action as the impersonated Windows identity. Instead of using an impersonated method call and running your function in , you can use and provide your function directly as a parameter. 929 | The SafeAccessTokenHandle of the impersonated Windows identity. 930 | The System.Action to run. 931 | 932 | 933 | Runs the specified function as the impersonated Windows identity. Instead of using an impersonated method call and running your function in , you can use and provide your function directly as a parameter. 934 | The SafeAccessTokenHandle of the impersonated Windows identity. 935 | The System.Func to run. 936 | The type of object used by and returned by the function. 937 | The result of the function. 938 | 939 | 940 | Runs the specified asynchronous action as the impersonated Windows identity. 941 | The handle of the impersonated Windows identity. 942 | The function to run. 943 | A task that represents the asynchronous operation of the provided . 944 | 945 | 946 | Runs the specified asynchronous action as the impersonated Windows identity. 947 | The handle of the impersonated Windows identity. 948 | The function to run. 949 | The type of the object to return. 950 | A task that represents the asynchronous operation of . 951 | 952 | 953 | Implements the interface and is called back by the deserialization event when deserialization is complete. 954 | The source of the deserialization event. 955 | 956 | 957 | Sets the object with the logical context information needed to recreate an instance of this execution context. 958 | An object containing the information required to serialize the . 959 | An object containing the source and destination of the serialized stream associated with the . 960 | 961 | 962 | Gets this for this instance. 963 | Returns a . 964 | 965 | 966 | Gets the type of authentication used to identify the user. 967 | Windows returned the Windows NT status code STATUS_ACCESS_DENIED. 968 | There is insufficient memory available. 969 | The caller does not have the correct permissions. 970 | 971 | -or- 972 | 973 | The computer is not attached to a Windows 2003 or later domain. 974 | 975 | -or- 976 | 977 | The computer is not running Windows 2003 or later. 978 | 979 | -or- 980 | 981 | The user is not a member of the domain the computer is attached to. 982 | The type of authentication used to identify the user. 983 | 984 | 985 | Gets all claims for the user represented by this Windows identity. 986 | A collection of claims for this object. 987 | 988 | 989 | Gets claims that have the property key. 990 | A collection of claims that have the property key. 991 | 992 | 993 | Gets the groups the current Windows user belongs to. 994 | An object representing the groups the current Windows user belongs to. 995 | 996 | 997 | Gets the impersonation level for the user. 998 | One of the enumeration values that specifies the impersonation level. 999 | 1000 | 1001 | Gets a value that indicates whether the user account is identified as an anonymous account by the system. 1002 | 1003 | if the user account is an anonymous account; otherwise, . 1004 | 1005 | 1006 | Gets a value indicating whether the user has been authenticated by Windows. 1007 | 1008 | if the user was authenticated; otherwise, . 1009 | 1010 | 1011 | Gets a value indicating whether the user account is identified as a account by the system. 1012 | 1013 | if the user account is a account; otherwise, . 1014 | 1015 | 1016 | Gets a value indicating whether the user account is identified as a account by the system. 1017 | 1018 | if the user account is a account; otherwise, . 1019 | 1020 | 1021 | Gets the user's Windows logon name. 1022 | The Windows logon name of the user on whose behalf the code is being run. 1023 | 1024 | 1025 | Gets the security identifier (SID) for the token owner. 1026 | An object for the token owner. 1027 | 1028 | 1029 | Gets the Windows account token for the user. 1030 | The handle of the access token associated with the current execution thread. 1031 | 1032 | 1033 | Gets the security identifier (SID) for the user. 1034 | An object for the user. 1035 | 1036 | 1037 | Gets claims that have the property key. 1038 | A collection of claims that have the property key. 1039 | 1040 | 1041 | Enables code to check the Windows group membership of a Windows user. 1042 | 1043 | 1044 | Initializes a new instance of the class by using the specified object. 1045 | The object from which to construct the new instance of . 1046 | 1047 | is . 1048 | 1049 | 1050 | Determines whether the current principal belongs to the Windows user group with the specified relative identifier (RID). 1051 | The RID of the Windows user group in which to check for the principal's membership status. 1052 | 1053 | if the current principal is a member of the specified Windows user group, that is, in a particular role; otherwise, . 1054 | 1055 | 1056 | Determines whether the current principal belongs to the Windows user group with the specified security identifier (SID). 1057 | A that uniquely identifies a Windows user group. 1058 | 1059 | is . 1060 | Windows returned a Win32 error. 1061 | 1062 | if the current principal is a member of the specified Windows user group; otherwise, . 1063 | 1064 | 1065 | Determines whether the current principal belongs to the Windows user group with the specified . 1066 | One of the values. 1067 | 1068 | is not a valid value. 1069 | 1070 | if the current principal is a member of the specified Windows user group; otherwise, . 1071 | 1072 | 1073 | Determines whether the current principal belongs to the Windows user group with the specified name. 1074 | The name of the Windows user group for which to check membership. 1075 | 1076 | if the current principal is a member of the specified Windows user group; otherwise, . 1077 | 1078 | 1079 | Gets all Windows device claims from this principal. 1080 | A collection of all Windows device claims from this principal. 1081 | 1082 | 1083 | Gets the identity of the current principal. 1084 | The object of the current principal. 1085 | 1086 | 1087 | Gets all Windows user claims from this principal. 1088 | A collection of all Windows user claims from this principal. 1089 | 1090 | 1091 | -------------------------------------------------------------------------------- /UUID.xml: -------------------------------------------------------------------------------- 1 | 97350a136e818be9,hello 2 | EagleSpy,EagleSpy 3 | -------------------------------------------------------------------------------- /Vector Rat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/Vector Rat.exe -------------------------------------------------------------------------------- /Vector Rat.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/Vector Rat.pdb -------------------------------------------------------------------------------- /Vip.Notification.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/Vip.Notification.dll -------------------------------------------------------------------------------- /WiLBiT.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/WiLBiT.dll -------------------------------------------------------------------------------- /WinMM.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/WinMM.Net.dll -------------------------------------------------------------------------------- /WinMM.Net.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/WinMM.Net.rar -------------------------------------------------------------------------------- /World.xml: -------------------------------------------------------------------------------- 1 |  2 | 9 | 10 | 2592 11 | 4008 12 | 13 | 14 | AF 15 | Afghanistan 16 | M2685,1419L2696,1424L2705,1422L2707,1416L2716,1414L2722,1409L2725,1398L2734,1396L2736,1391L2741,1394L2744,1395L2750,1395L2759,1398L2762,1400L2770,1395L2774,1398L2778,1391L2784,1392L2786,1390L2787,1384L2792,1379L2798,1382L2797,1387L2800,1387L2799,1399L2804,1404L2807,1401L2812,1399L2819,1393L2827,1394L2838,1394L2840,1398L2834,1400L2828,1402L2815,1404L2804,1407L2797,1413L2800,1419L2801,1425L2795,1431L2796,1436L2793,1441L2782,1441L2787,1450L2780,1453L2775,1461L2775,1469L2771,1472L2767,1471L2758,1473L2757,1477L2749,1477L2743,1484L2742,1495L2728,1500L2720,1499L2718,1502L2711,1500L2700,1502L2681,1496L2691,1484L2691,1476L2682,1473L2681,1465L2678,1455L2682,1447L2678,1445L2681,1436L2685,1419Z 17 | 18 | 19 | AO 20 | Angola 21 | M2185,1909L2188,1918L2191,1924L2194,1928L2198,1934L2206,1933L2209,1931L2215,1933L2217,1930L2220,1924L2227,1923L2227,1921L2233,1921L2232,1925L2246,1925L2246,1932L2248,1937L2246,1943L2247,1950L2251,1955L2250,1968L2253,1967L2258,1967L2265,1966L2270,1966L2271,1970L2270,1975L2272,1981L2270,1985L2271,1989L2248,1989L2247,2025L2255,2035L2262,2042L2242,2047L2215,2045L2207,2040L2162,2040L2160,2041L2154,2036L2146,2035L2140,2037L2134,2039L2133,2032L2135,2022L2139,2011L2139,2006L2143,1996L2146,1991L2152,1984L2156,1979L2157,1970L2156,1964L2153,1960L2150,1953L2147,1946L2148,1944L2151,1940L2148,1929L2145,1921L2140,1914L2141,1912L2146,1910L2149,1911L2153,1909L2185,1909ZM2142,1907L2139,1908L2136,1900L2141,1895L2144,1893L2148,1897L2144,1899L2143,1902L2142,1907Z 22 | 23 | 24 | AL 25 | Albania 26 | M2233,1330L2232,1335L2233,1341L2238,1345L2238,1349L2234,1351L2233,1356L2228,1363L2226,1362L2226,1358L2220,1354L2219,1347L2220,1337L2221,1332L2219,1330L2219,1325L2223,1317L2224,1320L2227,1319L2230,1323L2232,1324L2233,1330Z 27 | 28 | 29 | AE 30 | United Arab Emirates 31 | M2578,1566L2580,1565L2580,1568L2589,1566L2598,1567L2605,1567L2613,1559L2621,1551L2628,1543L2630,1547L2632,1557L2626,1557L2625,1565L2627,1567L2622,1569L2622,1574L2619,1579L2618,1584L2616,1587L2583,1581L2578,1568L2578,1566Z 32 | 33 | 34 | AR 35 | Argentina 36 | M1275,2584L1264,2585L1258,2578L1252,2578L1240,2578L1240,2535L1244,2544L1250,2558L1264,2569L1280,2574L1275,2584ZM1281,2096L1287,2105L1291,2095L1304,2095L1306,2098L1326,2118L1336,2120L1349,2129L1361,2133L1362,2139L1351,2158L1362,2161L1375,2163L1384,2161L1394,2151L1396,2141L1401,2138L1407,2145L1407,2155L1397,2162L1390,2167L1377,2180L1362,2197L1359,2207L1357,2221L1357,2234L1354,2237L1353,2246L1353,2253L1367,2264L1365,2274L1372,2280L1372,2286L1361,2304L1344,2312L1322,2315L1310,2314L1312,2322L1310,2333L1312,2340L1305,2346L1294,2348L1283,2342L1279,2346L1280,2361L1288,2365L1294,2361L1297,2368L1287,2373L1278,2383L1277,2398L1274,2407L1263,2407L1255,2415L1251,2427L1262,2439L1273,2442L1269,2457L1256,2466L1249,2486L1239,2493L1234,2501L1238,2520L1245,2530L1240,2529L1230,2526L1203,2524L1199,2514L1199,2500L1191,2501L1187,2495L1186,2477L1195,2469L1199,2459L1197,2450L1203,2436L1207,2415L1206,2406L1211,2403L1210,2397L1205,2394L1208,2387L1203,2381L1201,2364L1205,2361L1203,2343L1206,2328L1209,2315L1215,2310L1212,2296L1212,2283L1220,2274L1220,2263L1227,2249L1227,2237L1224,2235L1219,2212L1225,2199L1224,2186L1228,2175L1236,2163L1243,2155L1240,2150L1242,2146L1242,2126L1254,2119L1258,2107L1257,2104L1266,2093L1281,2096Z 37 | 38 | 39 | AM 40 | Armenia 41 | M2489,1341L2504,1339L2507,1343L2511,1345L2509,1349L2515,1354L2511,1359L2516,1363L2521,1365L2521,1375L2517,1375L2513,1367L2513,1365L2508,1365L2505,1361L2502,1361L2498,1357L2490,1354L2491,1346L2489,1341Z 42 | 43 | 44 | -99 45 | Fr. S. Antarctic Lands 46 | M2771,2465L2778,2470L2789,2472L2789,2476L2786,2483L2769,2485L2769,2475L2770,2468L2771,2465Z 47 | 48 | 49 | AU 50 | Australia 51 | M3622,2342L3633,2347L3639,2345L3648,2342L3654,2343L3655,2361L3651,2366L3650,2378L3646,2374L3639,2385L3636,2384L3630,2383L3623,2370L3621,2360L3615,2347L3615,2341L3622,2342ZM3602,1999L3606,2008L3613,2003L3617,2008L3622,2013L3621,2018L3623,2028L3625,2033L3628,2035L3631,2045L3630,2051L3633,2059L3645,2065L3653,2071L3661,2076L3659,2079L3666,2086L3670,2099L3674,2096L3679,2102L3682,2100L3684,2113L3691,2120L3697,2125L3705,2135L3708,2145L3709,2152L3708,2159L3713,2170L3713,2181L3711,2187L3708,2199L3708,2206L3706,2215L3701,2227L3693,2234L3689,2244L3685,2251L3681,2263L3677,2269L3674,2280L3673,2289L3674,2294L3667,2299L3655,2299L3644,2305L3639,2310L3633,2317L3623,2310L3617,2308L3618,2300L3612,2303L3602,2313L3593,2309L3586,2307L3580,2306L3569,2302L3562,2293L3560,2283L3557,2276L3552,2270L3541,2269L3545,2262L3542,2252L3537,2261L3527,2264L3533,2256L3534,2248L3539,2242L3538,2232L3529,2243L3522,2248L3518,2259L3509,2253L3509,2246L3502,2236L3496,2231L3498,2228L3484,2220L3476,2220L3466,2214L3446,2215L3431,2220L3419,2224L3408,2223L3396,2230L3387,2233L3384,2240L3380,2245L3371,2246L3364,2247L3354,2244L3346,2246L3338,2246L3332,2254L3329,2253L3323,2257L3318,2261L3309,2261L3302,2261L3290,2252L3284,2249L3284,2242L3290,2240L3292,2237L3291,2232L3293,2223L3292,2215L3286,2202L3284,2195L3284,2187L3280,2179L3280,2175L3275,2170L3273,2160L3267,2150L3265,2145L3270,2151L3267,2139L3272,2143L3275,2147L3275,2141L3270,2131L3269,2128L3266,2124L3267,2117L3270,2114L3271,2108L3270,2101L3274,2092L3275,2101L3280,2093L3289,2089L3294,2084L3303,2079L3308,2079L3311,2080L3320,2076L3327,2074L3328,2072L3331,2071L3337,2071L3349,2067L3355,2062L3358,2056L3365,2050L3365,2045L3365,2039L3373,2029L3378,2039L3383,2037L3379,2031L3382,2026L3387,2028L3388,2019L3394,2014L3397,2009L3403,2007L3403,2004L3408,2005L3408,2002L3413,2001L3418,1999L3426,2004L3433,2011L3440,2011L3447,2012L3444,2006L3450,1997L3455,1994L3453,1991L3458,1985L3465,1981L3470,1982L3480,1980L3479,1974L3471,1970L3477,1969L3485,1971L3490,1976L3500,1979L3503,1978L3510,1981L3516,1978L3521,1979L3523,1977L3528,1982L3525,1989L3521,1993L3517,1994L3519,1998L3515,2004L3511,2009L3512,2013L3521,2019L3530,2023L3535,2027L3543,2034L3546,2034L3552,2037L3554,2040L3565,2044L3572,2040L3574,2034L3576,2029L3578,2022L3581,2013L3580,2008L3580,2004L3579,1998L3581,1989L3583,1987L3581,1983L3584,1977L3586,1971L3586,1968L3590,1963L3593,1969L3594,1976L3597,1977L3597,1982L3601,1988L3602,1994L3602,1999Z 52 | 53 | 54 | AT 55 | Austria 56 | M2193,1231L2192,1238L2186,1238L2188,1242L2184,1252L2182,1255L2172,1255L2167,1259L2157,1258L2142,1253L2139,1248L2128,1251L2127,1254L2120,1251L2114,1251L2109,1248L2111,1244L2111,1241L2114,1240L2120,1245L2121,1240L2131,1241L2139,1238L2144,1239L2148,1242L2149,1239L2147,1228L2151,1226L2155,1218L2163,1224L2170,1217L2174,1216L2182,1221L2187,1220L2193,1223L2192,1225L2193,1231Z 57 | 58 | 59 | AZ 60 | Azerbaijan 61 | M2505,1361L2508,1365L2513,1365L2513,1367L2517,1375L2510,1373L2504,1367L2502,1361L2505,1361ZM2531,1339L2536,1340L2538,1337L2545,1331L2550,1338L2556,1349L2561,1350L2565,1354L2556,1355L2554,1366L2552,1371L2548,1374L2548,1381L2545,1382L2538,1375L2542,1368L2539,1363L2535,1364L2521,1375L2521,1365L2516,1363L2511,1359L2515,1354L2509,1349L2511,1345L2507,1343L2504,1339L2507,1337L2515,1341L2521,1342L2523,1340L2517,1332L2520,1330L2523,1330L2531,1339Z 62 | 63 | 64 | BI 65 | Burundi 66 | M2330,1894L2330,1881L2327,1875L2334,1876L2337,1870L2343,1871L2344,1875L2346,1878L2346,1881L2343,1884L2339,1889L2335,1893L2330,1894Z 67 | 68 | 69 | BE 70 | Belgium 71 | M2041,1176L2049,1177L2059,1173L2066,1181L2072,1185L2071,1197L2068,1198L2067,1207L2057,1199L2051,1201L2044,1193L2039,1186L2033,1185L2032,1179L2041,1176Z 72 | 73 | 74 | BJ 75 | Benin 76 | M2034,1774L2025,1775L2022,1768L2022,1742L2020,1739L2020,1734L2016,1730L2012,1727L2014,1721L2018,1719L2020,1714L2025,1713L2028,1710L2031,1707L2035,1707L2044,1713L2044,1717L2046,1724L2044,1728L2045,1731L2040,1738L2036,1742L2034,1749L2034,1756L2034,1774Z 77 | 78 | 79 | BF 80 | Burkina Faso 81 | M1972,1736L1965,1733L1959,1734L1956,1736L1951,1734L1949,1730L1944,1728L1943,1721L1946,1716L1946,1713L1954,1703L1956,1695L1959,1692L1965,1694L1969,1692L1971,1689L1979,1684L1981,1680L1992,1675L1998,1674L2001,1676L2008,1676L2007,1681L2009,1687L2015,1694L2015,1700L2028,1702L2028,1710L2025,1713L2020,1714L2018,1719L2014,1721L2004,1720L1999,1720L1995,1721L1990,1721L1971,1721L1971,1727L1972,1736Z 82 | 83 | 84 | BD 85 | Bangladesh 86 | M3035,1592L3035,1601L3031,1599L3032,1609L3029,1602L3028,1596L3026,1590L3021,1583L3011,1583L3012,1588L3009,1595L3004,1592L3002,1594L2999,1593L2995,1592L2993,1582L2989,1573L2991,1566L2984,1562L2987,1558L2994,1553L2986,1547L2990,1538L2998,1544L3004,1544L3005,1553L3015,1555L3026,1554L3032,1557L3027,1567L3022,1568L3019,1575L3025,1581L3026,1573L3030,1573L3035,1592Z 87 | 88 | 89 | BG 90 | Bulgaria 91 | M2256,1294L2259,1300L2263,1299L2272,1301L2288,1302L2294,1298L2307,1295L2315,1300L2322,1302L2316,1308L2312,1319L2315,1328L2306,1326L2294,1330L2294,1338L2284,1339L2276,1334L2267,1338L2259,1338L2258,1328L2253,1323L2255,1321L2254,1319L2255,1314L2260,1309L2254,1303L2253,1297L2256,1294Z 92 | 93 | 94 | BS 95 | Bahamas 96 | M1141,1571L1138,1572L1135,1565L1131,1561L1133,1554L1137,1554L1141,1564L1141,1571ZM1137,1537L1125,1539L1125,1534L1130,1533L1137,1533L1137,1537ZM1147,1537L1145,1545L1143,1544L1143,1537L1138,1532L1138,1531L1147,1537Z 97 | 98 | 99 | BA 100 | Bosnia and Herz. 101 | M2215,1284L2219,1284L2217,1291L2222,1297L2220,1304L2218,1305L2216,1306L2212,1310L2210,1318L2201,1312L2196,1306L2192,1302L2187,1297L2185,1292L2179,1285L2181,1278L2185,1282L2188,1278L2193,1278L2203,1281L2210,1280L2215,1284Z 102 | 103 | 104 | BY 105 | Belarus 106 | M2265,1128L2276,1129L2288,1121L2291,1111L2300,1104L2299,1096L2305,1092L2317,1085L2329,1090L2331,1095L2337,1092L2347,1097L2349,1106L2346,1111L2353,1124L2358,1127L2357,1131L2364,1134L2368,1139L2363,1143L2354,1142L2352,1144L2355,1150L2358,1162L2348,1163L2345,1167L2344,1176L2339,1174L2329,1175L2326,1171L2322,1174L2318,1172L2309,1171L2297,1167L2286,1165L2277,1166L2271,1171L2266,1171L2265,1163L2262,1155L2269,1151L2269,1144L2266,1137L2265,1128Z 107 | 108 | 109 | BZ 110 | Belize 111 | M1011,1642L1011,1641L1013,1640L1015,1641L1019,1634L1021,1634L1021,1636L1023,1636L1023,1639L1021,1644L1022,1646L1021,1650L1021,1651L1020,1657L1018,1660L1016,1661L1014,1665L1010,1665L1011,1652L1011,1642Z 112 | 113 | 114 | BO 115 | Bolivia 116 | M1304,2095L1291,2095L1287,2105L1281,2096L1266,2093L1257,2104L1249,2106L1244,2089L1238,2076L1242,2064L1236,2059L1235,2051L1229,2043L1236,2030L1231,2020L1234,2017L1232,2012L1236,2006L1236,1997L1237,1989L1239,1985L1230,1967L1238,1967L1244,1967L1246,1964L1256,1959L1262,1955L1276,1953L1275,1962L1277,1966L1276,1973L1288,1984L1300,1986L1305,1990L1312,1992L1317,1995L1324,1995L1330,1999L1331,2005L1333,2009L1333,2014L1330,2014L1334,2027L1355,2028L1354,2034L1355,2039L1361,2042L1364,2050L1362,2059L1359,2064L1360,2071L1356,2073L1356,2070L1346,2064L1335,2063L1316,2067L1311,2077L1310,2084L1306,2098L1304,2095Z 117 | 118 | 119 | BR 120 | Brazil 121 | M1362,2197L1377,2180L1390,2167L1397,2162L1407,2155L1407,2145L1401,2138L1396,2141L1398,2133L1399,2126L1399,2119L1395,2117L1391,2119L1387,2119L1386,2114L1385,2103L1383,2099L1375,2096L1371,2098L1359,2096L1360,2080L1356,2073L1360,2071L1359,2064L1362,2059L1364,2050L1361,2042L1355,2039L1354,2034L1355,2028L1334,2027L1330,2014L1333,2014L1333,2009L1331,2005L1330,1999L1324,1995L1317,1995L1312,1992L1305,1990L1300,1986L1288,1984L1276,1973L1277,1966L1275,1962L1276,1953L1262,1955L1256,1959L1246,1964L1244,1967L1238,1967L1230,1967L1223,1968L1218,1967L1219,1950L1210,1957L1200,1956L1196,1950L1189,1950L1191,1945L1185,1938L1180,1928L1183,1926L1183,1921L1190,1918L1189,1912L1192,1908L1192,1903L1205,1895L1214,1893L1216,1891L1226,1892L1231,1861L1231,1856L1229,1850L1224,1846L1224,1838L1231,1836L1233,1837L1233,1833L1227,1832L1227,1825L1248,1825L1252,1821L1255,1825L1257,1831L1259,1830L1265,1836L1274,1835L1276,1832L1285,1829L1289,1827L1290,1823L1298,1819L1298,1817L1288,1816L1287,1809L1287,1802L1282,1799L1284,1798L1293,1799L1301,1802L1305,1799L1313,1797L1325,1793L1329,1789L1328,1786L1333,1785L1336,1788L1335,1793L1338,1795L1341,1800L1338,1804L1336,1813L1339,1819L1340,1824L1347,1829L1352,1830L1353,1828L1357,1827L1362,1825L1365,1822L1372,1823L1374,1823L1380,1824L1381,1821L1380,1819L1381,1816L1385,1817L1390,1816L1397,1818L1402,1820L1405,1817L1408,1818L1409,1821L1414,1820L1419,1816L1422,1808L1429,1798L1432,1797L1435,1803L1441,1823L1447,1825L1448,1832L1439,1841L1443,1845L1463,1846L1463,1858L1471,1850L1485,1854L1504,1861L1509,1868L1507,1874L1520,1870L1542,1876L1559,1876L1575,1885L1589,1898L1598,1901L1607,1901L1612,1905L1615,1919L1617,1926L1613,1944L1607,1952L1591,1968L1584,1980L1576,1990L1573,1990L1570,1999L1571,2020L1568,2038L1567,2046L1563,2051L1561,2066L1550,2082L1548,2094L1539,2099L1536,2107L1524,2107L1507,2111L1499,2117L1486,2120L1473,2130L1464,2142L1462,2152L1464,2158L1462,2171L1460,2177L1452,2184L1439,2207L1430,2217L1422,2223L1417,2236L1410,2244L1407,2236L1411,2230L1405,2221L1396,2214L1385,2205L1381,2206L1369,2196L1362,2197Z 122 | 123 | 124 | BN 125 | Brunei 126 | M3275,1793L3279,1789L3289,1783L3288,1789L3288,1796L3282,1795L3280,1799L3275,1793Z 127 | 128 | 129 | BT 130 | Bhutan 131 | M3025,1522L3029,1526L3028,1534L3019,1534L3010,1533L3003,1535L2993,1530L2992,1528L3000,1518L3006,1515L3014,1518L3020,1518L3025,1522Z 132 | 133 | 134 | BW 135 | Botswana 136 | M2289,2054L2292,2056L2295,2063L2308,2076L2312,2077L2312,2081L2316,2089L2324,2091L2331,2096L2316,2105L2306,2114L2302,2122L2299,2127L2293,2128L2291,2134L2289,2137L2282,2140L2273,2140L2268,2136L2263,2135L2258,2138L2255,2144L2250,2147L2244,2153L2236,2154L2234,2150L2235,2142L2228,2130L2225,2129L2225,2093L2236,2093L2237,2051L2245,2050L2262,2046L2266,2051L2273,2046L2277,2046L2283,2044L2285,2045L2289,2054Z 137 | 138 | 139 | CF 140 | Central African Rep. 141 | M2174,1761L2183,1760L2185,1757L2187,1757L2190,1760L2204,1756L2208,1751L2214,1747L2213,1743L2216,1742L2227,1743L2238,1738L2246,1726L2251,1721L2258,1719L2260,1724L2266,1731L2266,1736L2264,1740L2265,1744L2269,1747L2277,1752L2283,1756L2283,1760L2291,1766L2296,1771L2298,1778L2307,1782L2308,1786L2305,1787L2298,1786L2289,1785L2285,1786L2283,1789L2280,1789L2275,1787L2263,1792L2258,1791L2256,1792L2253,1799L2245,1797L2237,1796L2230,1792L2220,1788L2215,1791L2210,1797L2209,1805L2202,1804L2194,1802L2188,1808L2182,1819L2181,1815L2180,1810L2175,1807L2171,1801L2170,1797L2165,1791L2166,1788L2165,1783L2166,1774L2168,1772L2174,1761Z 142 | 143 | 144 | CA 145 | Canada 146 | M1295,1257L1303,1259L1313,1259L1308,1265L1304,1266L1290,1259L1287,1254L1291,1249L1295,1257ZM1316,1215L1310,1215L1296,1210L1286,1201L1289,1200L1304,1204L1315,1211L1316,1215ZM629,1225L623,1227L605,1219L602,1213L592,1207L590,1202L578,1199L574,1190L575,1186L587,1190L593,1192L604,1194L608,1200L613,1208L624,1215L629,1225ZM1379,1187L1372,1202L1379,1197L1386,1200L1382,1206L1392,1211L1397,1207L1408,1212L1405,1225L1413,1222L1414,1231L1418,1241L1413,1255L1408,1256L1401,1253L1403,1239L1400,1237L1387,1252L1380,1251L1388,1243L1378,1239L1366,1240L1344,1240L1342,1235L1349,1229L1344,1224L1354,1214L1365,1187L1372,1177L1382,1170L1387,1171L1385,1176L1379,1187ZM521,1124L526,1126L537,1125L534,1146L543,1161L539,1161L532,1152L528,1144L523,1138L521,1130L521,1124ZM1121,954L1117,967L1112,965L1109,958L1110,956L1114,949L1119,949L1121,954ZM1092,941L1079,954L1071,954L1069,947L1077,936L1092,936L1092,941ZM1056,865L1058,877L1064,873L1070,880L1082,889L1095,897L1096,909L1104,907L1112,916L1102,924L1085,918L1079,906L1068,920L1052,933L1048,918L1033,920L1042,908L1044,888L1048,863L1056,865ZM1159,824L1147,825L1144,811L1149,795L1159,791L1168,799L1168,811L1166,815L1159,824ZM939,765L932,776L917,767L908,770L893,756L903,746L910,732L922,742L929,747L932,753L939,765ZM996,753L996,785L1011,761L1024,781L1021,803L1031,823L1043,801L1051,775L1052,741L1068,743L1084,748L1099,764L1100,779L1091,795L1099,811L1098,825L1076,845L1060,849L1049,841L1046,855L1035,877L1032,889L1019,906L1003,908L994,919L993,935L980,938L967,957L955,984L950,1001L950,1027L966,1031L971,1050L976,1066L992,1062L1013,1071L1024,1079L1032,1088L1046,1093L1057,1102L1076,1103L1088,1105L1086,1121L1090,1140L1098,1161L1114,1178L1123,1172L1129,1154L1123,1124L1115,1114L1133,1105L1146,1091L1152,1077L1151,1064L1143,1046L1130,1030L1143,1007L1138,987L1134,950L1142,945L1161,951L1173,954L1182,947L1192,955L1206,969L1209,978L1229,980L1229,999L1232,1027L1243,1030L1251,1043L1267,1031L1277,1007L1285,996L1293,1016L1308,1044L1320,1069L1316,1081L1331,1092L1341,1104L1358,1109L1366,1115L1370,1131L1379,1133L1383,1141L1384,1161L1376,1168L1368,1174L1349,1181L1335,1195L1317,1198L1293,1194L1276,1194L1265,1195L1255,1208L1241,1215L1225,1237L1212,1253L1222,1250L1240,1228L1263,1214L1280,1212L1289,1221L1279,1232L1282,1250L1286,1262L1301,1270L1319,1268L1330,1250L1331,1261L1338,1267L1324,1278L1300,1287L1289,1293L1276,1304L1268,1303L1267,1290L1287,1277L1269,1278L1256,1280L1249,1271L1249,1249L1244,1244L1237,1247L1233,1242L1225,1255L1221,1267L1217,1274L1212,1277L1209,1278L1208,1282L1187,1282L1170,1282L1165,1285L1154,1296L1152,1297L1149,1303L1138,1303L1127,1303L1122,1306L1124,1309L1125,1313L1125,1315L1110,1322L1099,1325L1086,1333L1083,1333L1079,1330L1078,1328L1078,1327L1081,1321L1086,1313L1089,1304L1087,1290L1085,1276L1073,1269L1075,1266L1073,1264L1070,1264L1068,1261L1067,1258L1065,1259L1062,1259L1063,1257L1060,1256L1059,1251L1050,1246L1041,1241L1030,1234L1020,1228L1010,1233L1006,1233L993,1229L984,1231L973,1226L961,1223L954,1222L950,1219L948,1210L944,1210L944,1216L921,1216L883,1216L845,1216L812,1216L779,1216L746,1216L712,1216L701,1216L668,1216L636,1216L635,1216L613,1199L605,1192L585,1185L579,1169L581,1158L566,1150L564,1135L551,1121L551,1111L557,1102L557,1090L538,1077L526,1054L519,1038L509,1029L502,1020L496,1009L484,1016L474,1028L464,1014L456,1004L445,998L434,997L434,856L434,746L455,754L473,769L484,772L494,759L507,749L524,753L541,739L559,731L567,744L575,737L577,721L585,725L604,754L619,732L620,756L634,751L638,742L652,744L669,757L695,768L710,774L721,772L736,787L720,802L740,808L770,805L780,800L792,817L804,802L792,790L800,779L813,778L822,775L831,782L842,799L855,796L874,810L892,805L908,806L907,787L916,782L934,792L934,820L941,796L950,797L955,767L943,747L930,734L931,697L944,671L959,677L970,693L985,731L975,747L996,753ZM733,627L727,645L752,633L768,652L780,633L790,645L799,681L805,666L797,628L807,622L818,629L830,644L837,679L841,704L860,721L880,736L878,750L860,753L867,765L864,776L843,772L824,763L811,765L790,776L762,780L742,783L736,769L721,760L711,764L698,738L705,735L722,729L738,731L752,725L731,717L707,720L691,719L685,707L711,693L694,693L675,684L684,657L692,643L721,619L733,627ZM840,615L831,641L813,614L817,608L832,607L840,615ZM1154,628L1155,638L1143,637L1131,636L1119,641L1116,639L1103,619L1104,605L1109,602L1135,606L1154,628ZM1040,625L1049,649L1059,618L1087,602L1107,642L1105,666L1127,656L1137,641L1162,660L1177,677L1179,692L1200,684L1211,706L1238,720L1248,733L1258,763L1238,777L1264,797L1282,804L1298,830L1315,832L1312,852L1292,883L1279,872L1261,845L1247,849L1245,865L1257,880L1272,892L1277,899L1284,924L1280,942L1266,935L1238,915L1254,937L1265,951L1267,960L1237,950L1213,936L1200,924L1204,917L1187,904L1171,891L1171,899L1139,903L1129,894L1137,875L1158,874L1180,871L1177,861L1181,848L1195,820L1192,807L1188,797L1171,782L1148,772L1155,764L1143,744L1134,743L1125,732L1119,741L1099,745L1058,738L1035,728L1017,723L1007,712L1019,696L1003,696L1000,660L1008,627L1020,611L1048,600L1040,625ZM887,599L900,607L920,602L923,613L912,632L929,648L927,681L909,694L898,691L890,678L863,650L863,638L886,643L873,618L887,599ZM966,640L954,668L942,666L935,634L935,615L941,598L952,587L975,588L996,598L980,633L966,640ZM663,690L633,707L628,692L602,673L607,658L614,631L624,605L613,580L651,574L667,582L695,585L706,596L718,613L704,623L677,650L663,675L663,690ZM962,551L956,568L939,565L926,554L932,534L948,522L958,538L962,551ZM907,472L916,494L916,518L911,551L893,555L881,548L881,522L863,526L862,490L874,492L891,476L906,478L907,472ZM799,497L804,513L813,506L825,508L827,530L820,550L783,557L754,575L738,576L736,563L759,544L709,549L693,541L709,497L719,484L750,500L770,527L790,530L774,486L784,469L795,474L799,497ZM950,454L962,469L984,469L994,485L991,503L1004,513L1011,524L1026,526L1042,530L1060,520L1083,516L1101,519L1113,536L1115,554L1108,565L1092,574L1077,569L1045,576L1022,576L1004,571L975,558L971,534L970,512L959,491L936,486L923,471L927,450L950,454ZM710,426L709,464L700,481L690,484L669,504L651,511L636,501L636,501L655,465L678,433L695,433L710,426ZM959,432L954,434L933,430L930,416L953,417L960,426L959,432ZM777,423L756,438L740,421L749,404L765,399L781,407L777,423ZM783,374L769,385L751,385L751,377L763,360L769,362L783,374ZM937,404L921,415L911,403L907,382L906,359L920,361L927,365L940,384L937,404ZM890,389L894,412L876,406L858,388L833,386L844,370L830,356L829,333L851,341L881,363L890,389ZM1035,311L1048,331L1033,349L1013,391L993,395L970,388L958,365L958,344L967,329L947,329L934,309L927,280L935,250L943,229L954,224L949,208L975,204L989,242L1008,256L1026,269L1035,311ZM1241,52L1271,59L1295,71L1315,95L1315,117L1288,153L1261,169L1251,186L1275,185L1249,230L1230,249L1211,303L1188,313L1181,326L1148,332L1163,339L1155,350L1164,378L1154,397L1137,412L1131,433L1116,448L1117,459L1136,457L1137,469L1107,498L1078,485L1045,492L1029,487L1008,484L1006,461L1027,450L1021,412L1028,409L1058,431L1043,397L1025,387L1034,365L1053,351L1056,331L1041,307L1036,274L1066,276L1075,284L1093,259L1068,252L1029,256L1009,233L1000,204L987,182L984,155L1001,140L1014,138L1036,124L1052,93L1066,97L1078,121L1086,74L1101,60L1121,50L1155,46L1161,56L1193,40L1217,46L1241,52Z 147 | 148 | 149 | CH 150 | Switzerland 151 | M2111,1241L2111,1244L2109,1248L2114,1251L2120,1251L2119,1258L2114,1261L2106,1259L2104,1265L2098,1266L2096,1263L2090,1269L2085,1269L2080,1266L2076,1259L2071,1261L2071,1254L2079,1245L2079,1241L2084,1242L2087,1239L2096,1240L2099,1236L2111,1241Z 152 | 153 | 154 | CL 155 | Chile 156 | M1240,2535L1240,2578L1252,2578L1258,2578L1255,2586L1245,2592L1240,2591L1233,2590L1225,2584L1213,2581L1199,2570L1188,2560L1173,2539L1182,2543L1197,2555L1212,2562L1218,2554L1222,2541L1232,2533L1240,2535ZM1244,2089L1249,2106L1257,2104L1258,2107L1254,2119L1242,2126L1242,2146L1240,2150L1243,2155L1236,2163L1228,2175L1224,2186L1225,2199L1219,2212L1224,2235L1227,2237L1227,2249L1220,2263L1220,2274L1212,2283L1212,2296L1215,2310L1209,2315L1206,2328L1203,2343L1205,2361L1201,2364L1203,2381L1208,2387L1205,2394L1210,2397L1211,2403L1206,2406L1207,2415L1203,2436L1197,2450L1199,2459L1195,2469L1186,2477L1187,2495L1191,2501L1199,2500L1199,2514L1203,2524L1230,2526L1240,2529L1231,2529L1225,2534L1215,2540L1213,2558L1209,2558L1196,2552L1183,2539L1183,2539L1169,2529L1166,2517L1169,2507L1164,2495L1162,2466L1167,2450L1179,2437L1162,2432L1172,2418L1176,2392L1188,2397L1194,2366L1187,2362L1183,2381L1176,2378L1180,2357L1184,2330L1189,2320L1185,2306L1185,2290L1189,2289L1196,2267L1204,2246L1209,2226L1206,2206L1209,2195L1208,2180L1214,2164L1216,2140L1220,2115L1223,2088L1223,2068L1220,2052L1226,2049L1229,2043L1235,2051L1236,2059L1242,2064L1238,2076L1244,2089Z 157 | 158 | 159 | CN 160 | China 161 | M3232,1632L3222,1638L3213,1634L3213,1624L3218,1619L3231,1615L3237,1616L3240,1620L3235,1625L3232,1632ZM3425,1203L3444,1209L3457,1221L3462,1237L3479,1237L3488,1230L3507,1225L3501,1240L3497,1246L3493,1264L3485,1279L3472,1277L3462,1282L3465,1296L3464,1314L3458,1314L3458,1322L3451,1313L3446,1321L3429,1328L3431,1336L3421,1335L3416,1330L3408,1341L3396,1349L3387,1358L3372,1363L3363,1369L3351,1373L3357,1366L3355,1361L3364,1351L3358,1343L3348,1349L3336,1359L3329,1368L3318,1369L3312,1375L3318,1385L3327,1387L3327,1394L3336,1398L3349,1388L3359,1393L3366,1394L3368,1401L3352,1405L3347,1412L3336,1419L3330,1429L3342,1436L3346,1449L3353,1461L3361,1472L3361,1481L3354,1485L3356,1492L3363,1496L3361,1506L3358,1516L3352,1517L3344,1531L3335,1547L3325,1562L3309,1573L3294,1583L3281,1585L3274,1590L3271,1586L3264,1592L3249,1598L3237,1600L3233,1612L3227,1613L3224,1605L3227,1600L3212,1596L3207,1598L3195,1595L3190,1590L3192,1583L3182,1581L3176,1576L3167,1583L3156,1584L3147,1584L3141,1587L3135,1589L3137,1603L3131,1602L3130,1599L3130,1594L3122,1598L3117,1596L3108,1591L3112,1581L3105,1579L3102,1568L3090,1570L3092,1555L3102,1545L3103,1535L3102,1525L3097,1522L3094,1515L3087,1516L3075,1514L3079,1508L3074,1501L3066,1506L3056,1503L3044,1511L3033,1520L3025,1522L3020,1518L3014,1518L3006,1515L3000,1518L2992,1528L2991,1518L2985,1521L2972,1519L2959,1516L2950,1511L2941,1508L2938,1502L2931,1500L2920,1492L2911,1488L2907,1491L2891,1482L2880,1474L2877,1459L2885,1461L2886,1454L2881,1448L2882,1437L2870,1421L2852,1415L2849,1405L2840,1398L2838,1394L2837,1386L2837,1381L2830,1377L2827,1379L2824,1365L2827,1362L2826,1359L2836,1352L2844,1349L2856,1351L2860,1342L2874,1340L2878,1334L2896,1326L2897,1322L2896,1314L2904,1310L2894,1283L2916,1277L2922,1273L2930,1244L2952,1250L2958,1242L2959,1226L2968,1224L2976,1213L2981,1211L2984,1223L2993,1232L3009,1238L3016,1251L3012,1270L3016,1277L3029,1280L3044,1282L3058,1292L3065,1294L3070,1308L3076,1317L3089,1316L3112,1320L3126,1318L3137,1320L3154,1329L3167,1329L3172,1334L3185,1326L3203,1321L3220,1320L3233,1315L3241,1306L3249,1301L3247,1296L3243,1290L3249,1280L3255,1282L3267,1285L3278,1276L3295,1270L3303,1260L3311,1255L3327,1253L3336,1255L3337,1249L3327,1237L3318,1232L3309,1238L3298,1236L3292,1238L3289,1231L3297,1214L3303,1201L3316,1208L3332,1197L3332,1189L3342,1170L3348,1164L3348,1154L3342,1150L3351,1141L3365,1138L3379,1137L3396,1143L3406,1149L3413,1168L3417,1175L3421,1186L3425,1203Z 162 | 163 | 164 | CI 165 | Ivory Coast 166 | M1972,1788L1967,1788L1959,1786L1952,1786L1939,1788L1931,1791L1920,1796L1918,1795L1919,1786L1920,1785L1919,1780L1915,1776L1911,1775L1908,1772L1910,1767L1909,1761L1910,1758L1912,1758L1912,1753L1911,1751L1912,1749L1917,1748L1914,1739L1911,1734L1912,1730L1914,1730L1916,1729L1919,1730L1927,1730L1930,1727L1931,1727L1935,1726L1936,1731L1939,1729L1944,1728L1949,1730L1951,1734L1956,1736L1959,1734L1965,1733L1972,1736L1975,1752L1971,1761L1968,1774L1972,1784L1972,1788Z 167 | 168 | 169 | CM 170 | Cameroon 171 | M2149,1819L2148,1818L2141,1819L2135,1818L2129,1819L2111,1818L2113,1810L2108,1802L2103,1800L2101,1795L2098,1794L2098,1791L2101,1783L2107,1772L2110,1772L2116,1765L2121,1765L2127,1770L2135,1766L2136,1761L2138,1757L2140,1751L2146,1746L2148,1739L2150,1736L2152,1730L2155,1723L2164,1714L2165,1710L2166,1708L2162,1704L2162,1700L2165,1699L2170,1707L2170,1714L2170,1722L2176,1732L2170,1732L2167,1733L2162,1732L2159,1737L2166,1744L2171,1746L2172,1750L2176,1758L2174,1761L2168,1772L2166,1774L2165,1783L2166,1788L2165,1791L2170,1797L2171,1801L2175,1807L2180,1810L2181,1815L2182,1819L2181,1825L2172,1822L2163,1819L2149,1819Z 172 | 173 | 174 | ZR 175 | Dem. Rep. Congo 176 | M2347,1805L2346,1818L2351,1819L2347,1823L2343,1826L2339,1832L2336,1837L2336,1846L2333,1850L2333,1859L2330,1862L2329,1869L2328,1869L2327,1875L2330,1881L2330,1894L2332,1904L2331,1910L2333,1917L2340,1923L2346,1937L2342,1936L2327,1938L2324,1939L2320,1946L2323,1951L2321,1965L2320,1976L2323,1978L2330,1983L2333,1980L2334,1993L2326,1993L2321,1986L2317,1982L2309,1980L2306,1974L2299,1978L2290,1976L2287,1971L2280,1970L2274,1970L2274,1967L2270,1966L2265,1966L2258,1967L2253,1967L2250,1968L2251,1955L2247,1950L2246,1943L2248,1937L2246,1932L2246,1925L2232,1925L2233,1921L2227,1921L2227,1923L2220,1924L2217,1930L2215,1933L2209,1931L2206,1933L2198,1934L2194,1928L2191,1924L2188,1918L2185,1909L2153,1909L2149,1911L2146,1910L2141,1912L2139,1908L2142,1907L2143,1902L2144,1899L2148,1897L2151,1898L2155,1894L2161,1894L2162,1897L2166,1899L2173,1892L2179,1887L2182,1883L2182,1874L2186,1863L2191,1857L2199,1852L2200,1849L2200,1844L2202,1841L2202,1834L2203,1824L2205,1818L2209,1812L2209,1805L2210,1797L2215,1791L2220,1788L2230,1792L2237,1796L2245,1797L2253,1799L2256,1792L2258,1791L2263,1792L2275,1787L2280,1789L2283,1789L2285,1786L2289,1785L2298,1786L2305,1787L2308,1786L2315,1795L2320,1796L2323,1794L2328,1795L2335,1793L2337,1797L2347,1805Z 177 | 178 | 179 | CG 180 | Congo 181 | M2148,1897L2144,1893L2141,1895L2136,1900L2127,1888L2136,1882L2132,1875L2135,1872L2143,1870L2144,1866L2150,1871L2160,1871L2163,1866L2164,1859L2163,1850L2158,1843L2163,1831L2160,1828L2152,1829L2149,1823L2149,1819L2163,1819L2172,1822L2181,1825L2182,1819L2188,1808L2194,1802L2202,1804L2209,1805L2209,1812L2205,1818L2203,1824L2202,1834L2202,1841L2200,1844L2200,1849L2199,1852L2191,1857L2186,1863L2182,1874L2182,1883L2179,1887L2173,1892L2166,1899L2162,1897L2161,1894L2155,1894L2151,1898L2148,1897Z 182 | 183 | 184 | CO 185 | Colombia 186 | M1165,1846L1160,1843L1154,1839L1151,1841L1142,1839L1139,1835L1137,1835L1126,1828L1124,1825L1129,1824L1128,1819L1131,1815L1136,1814L1141,1807L1145,1801L1141,1798L1143,1792L1141,1782L1143,1779L1141,1769L1137,1763L1138,1758L1142,1759L1144,1755L1141,1749L1143,1747L1148,1747L1157,1739L1161,1738L1161,1735L1164,1725L1170,1720L1177,1719L1178,1717L1187,1718L1195,1712L1200,1710L1205,1704L1209,1705L1212,1708L1210,1712L1203,1714L1200,1719L1195,1723L1192,1727L1191,1735L1188,1742L1193,1742L1195,1747L1197,1750L1198,1754L1197,1759L1197,1761L1200,1762L1203,1766L1217,1765L1223,1766L1231,1776L1236,1775L1244,1775L1250,1774L1254,1776L1252,1782L1250,1786L1249,1794L1251,1801L1254,1804L1255,1807L1249,1812L1253,1815L1256,1819L1259,1830L1257,1831L1255,1825L1252,1821L1248,1825L1227,1825L1227,1832L1233,1833L1233,1837L1231,1836L1224,1838L1224,1846L1229,1850L1231,1856L1231,1861L1226,1892L1220,1886L1217,1886L1224,1874L1215,1869L1209,1870L1205,1868L1199,1871L1190,1870L1184,1858L1179,1855L1175,1850L1168,1844L1165,1846Z 187 | 188 | 189 | CR 190 | Costa Rica 191 | M1080,1752L1074,1749L1072,1747L1073,1745L1073,1743L1070,1740L1065,1738L1061,1736L1061,1733L1058,1731L1059,1734L1056,1737L1054,1734L1050,1733L1049,1730L1049,1727L1050,1723L1047,1722L1050,1720L1051,1718L1059,1721L1061,1720L1065,1721L1067,1723L1070,1724L1073,1721L1075,1727L1080,1732L1085,1737L1081,1738L1081,1742L1083,1744L1081,1745L1082,1747L1081,1750L1080,1752Z 192 | 193 | 194 | CU 195 | Cuba 196 | M1088,1578L1098,1579L1106,1579L1117,1583L1121,1588L1132,1587L1136,1589L1145,1597L1152,1602L1156,1602L1162,1604L1161,1608L1170,1608L1178,1613L1177,1616L1169,1617L1162,1618L1154,1617L1138,1618L1146,1612L1141,1609L1134,1608L1130,1604L1127,1598L1121,1598L1111,1595L1107,1592L1093,1590L1089,1588L1093,1585L1082,1584L1074,1591L1070,1591L1068,1594L1063,1595L1058,1594L1064,1590L1066,1586L1071,1583L1077,1581L1085,1580L1088,1578Z 197 | 198 | 199 | -991 200 | N. Cyprus 201 | M2368,1426L2369,1425L2371,1422L2379,1422L2389,1418L2381,1424L2382,1427L2381,1426L2379,1427L2377,1427L2376,1427L2376,1426L2375,1425L2373,1425L2370,1426L2368,1426Z 202 | 203 | 204 | CY 205 | Cyprus 206 | M2382,1427L2382,1428L2371,1433L2365,1432L2363,1426L2368,1426L2370,1426L2373,1425L2375,1425L2376,1426L2376,1427L2377,1427L2379,1427L2381,1426L2382,1427Z 207 | 208 | 209 | CZ 210 | Czech Rep. 211 | M2193,1223L2187,1220L2182,1221L2174,1216L2170,1217L2163,1224L2155,1218L2149,1211L2143,1207L2142,1200L2140,1195L2148,1191L2152,1186L2160,1183L2163,1180L2166,1182L2171,1180L2176,1186L2185,1187L2184,1192L2190,1195L2192,1191L2199,1193L2200,1198L2208,1199L2214,1208L2210,1208L2209,1211L2206,1212L2205,1216L2203,1216L2203,1218L2199,1220L2194,1219L2193,1223Z 212 | 213 | 214 | DE 215 | Germany 216 | M2114,1108L2114,1115L2126,1120L2126,1127L2137,1123L2143,1118L2156,1125L2161,1131L2164,1141L2160,1146L2164,1152L2167,1162L2166,1168L2171,1180L2166,1182L2163,1180L2160,1183L2152,1186L2148,1191L2140,1195L2142,1200L2143,1207L2149,1211L2155,1218L2151,1226L2147,1228L2149,1239L2148,1242L2144,1239L2139,1238L2131,1241L2121,1240L2120,1245L2114,1240L2111,1241L2099,1236L2096,1240L2087,1239L2088,1228L2094,1216L2078,1213L2073,1208L2073,1201L2071,1197L2072,1185L2070,1167L2077,1167L2080,1160L2083,1143L2081,1137L2083,1133L2092,1132L2094,1136L2102,1126L2099,1119L2099,1108L2107,1111L2114,1108Z 217 | 218 | 219 | DJ 220 | Djibouti 221 | M2483,1701L2486,1705L2486,1710L2479,1712L2484,1715L2480,1721L2477,1719L2475,1720L2469,1720L2468,1717L2468,1713L2471,1708L2475,1703L2480,1704L2483,1701Z 222 | 223 | 224 | DK 225 | Denmark 226 | M2145,1096L2138,1112L2127,1101L2125,1092L2141,1086L2145,1096ZM2125,1079L2123,1086L2119,1084L2111,1098L2114,1108L2107,1111L2099,1108L2094,1098L2094,1077L2096,1072L2099,1066L2109,1064L2113,1059L2122,1053L2121,1063L2118,1070L2119,1076L2125,1079Z 227 | 228 | 229 | DO 230 | Dominican Rep. 231 | M1205,1620L1207,1618L1216,1618L1222,1621L1225,1621L1227,1625L1233,1625L1233,1628L1238,1629L1243,1633L1239,1638L1234,1635L1229,1636L1225,1635L1223,1637L1219,1638L1217,1635L1213,1637L1209,1645L1206,1643L1205,1640L1206,1636L1203,1633L1206,1631L1206,1626L1205,1620Z 232 | 233 | 234 | DZ 235 | Algeria 236 | M2137,1575L2099,1598L2067,1621L2051,1627L2039,1628L2039,1620L2034,1618L2027,1615L2024,1609L1986,1583L1949,1557L1907,1527L1907,1524L1907,1523L1907,1508L1925,1499L1936,1497L1945,1493L1950,1487L1963,1482L1963,1472L1970,1471L1975,1466L1989,1464L1991,1459L1988,1456L1984,1442L1984,1434L1980,1425L1990,1418L2002,1415L2009,1410L2020,1405L2039,1403L2057,1402L2063,1404L2073,1398L2085,1398L2090,1402L2097,1401L2095,1408L2097,1421L2094,1432L2088,1440L2088,1450L2098,1458L2098,1461L2105,1466L2109,1490L2113,1501L2114,1507L2112,1517L2112,1523L2111,1530L2112,1538L2107,1543L2114,1552L2114,1557L2118,1564L2124,1562L2132,1567L2137,1575Z 237 | 238 | 239 | EC 240 | Ecuador 241 | M1110,1882L1116,1873L1113,1869L1109,1874L1102,1869L1105,1866L1103,1856L1107,1854L1109,1847L1113,1840L1112,1835L1118,1833L1126,1828L1137,1835L1139,1835L1142,1839L1151,1841L1154,1839L1160,1843L1165,1846L1166,1854L1163,1861L1151,1873L1137,1877L1130,1887L1128,1895L1122,1899L1117,1893L1113,1892L1108,1893L1108,1889L1111,1886L1110,1882Z 242 | 243 | 244 | EG 245 | Egypt 246 | M2393,1500L2389,1505L2387,1515L2384,1521L2381,1523L2378,1519L2373,1514L2365,1495L2364,1497L2368,1510L2375,1523L2383,1542L2388,1549L2391,1556L2401,1569L2399,1572L2399,1579L2412,1590L2414,1593L2370,1593L2327,1593L2282,1593L2282,1548L2282,1503L2279,1493L2282,1485L2280,1479L2284,1473L2299,1473L2309,1476L2320,1480L2326,1482L2334,1478L2339,1474L2349,1473L2356,1475L2360,1481L2362,1477L2371,1480L2380,1481L2385,1478L2393,1500Z 247 | 248 | 249 | ER 250 | Eritrea 251 | M2475,1703L2471,1699L2467,1693L2462,1689L2459,1685L2449,1680L2442,1680L2439,1678L2432,1681L2426,1675L2422,1684L2409,1682L2408,1677L2413,1660L2414,1652L2417,1649L2426,1647L2431,1640L2438,1654L2441,1664L2447,1670L2462,1681L2468,1687L2474,1694L2478,1698L2483,1701L2480,1704L2475,1703Z 252 | 253 | 254 | ES 255 | Spain 256 | M1903,1330L1904,1319L1899,1312L1915,1301L1929,1304L1944,1304L1955,1306L1965,1306L1983,1306L1987,1312L2008,1319L2012,1316L2024,1323L2037,1321L2038,1329L2027,1339L2013,1342L2012,1347L2005,1355L2001,1367L2005,1375L1999,1382L1996,1391L1988,1394L1980,1404L1966,1405L1955,1404L1948,1409L1944,1415L1938,1413L1934,1409L1931,1401L1921,1399L1920,1394L1924,1389L1926,1385L1922,1381L1925,1371L1920,1363L1925,1361L1926,1355L1927,1352L1927,1341L1933,1337L1930,1329L1923,1329L1921,1331L1915,1331L1912,1324L1907,1326L1903,1330Z 257 | 258 | 259 | EE 260 | Estonia 261 | M2274,1051L2276,1039L2272,1042L2265,1034L2264,1022L2278,1016L2292,1012L2304,1016L2315,1015L2317,1019L2309,1032L2312,1051L2308,1058L2298,1058L2289,1050L2284,1048L2274,1051Z 262 | 263 | 264 | ET 265 | Ethiopia 266 | M2426,1675L2432,1681L2439,1678L2442,1680L2449,1680L2459,1685L2462,1689L2467,1693L2471,1699L2475,1703L2471,1708L2468,1713L2468,1717L2469,1720L2475,1720L2477,1719L2480,1721L2478,1725L2482,1732L2486,1737L2490,1741L2526,1755L2536,1754L2504,1788L2490,1789L2480,1796L2473,1797L2470,1800L2462,1800L2458,1796L2447,1801L2444,1806L2437,1805L2434,1804L2432,1804L2428,1804L2414,1794L2406,1794L2402,1791L2402,1784L2397,1782L2390,1770L2385,1768L2383,1763L2377,1758L2371,1757L2374,1751L2380,1750L2382,1747L2382,1737L2385,1725L2390,1722L2391,1717L2396,1708L2403,1703L2408,1691L2409,1682L2422,1684L2426,1675Z 267 | 268 | 269 | FI 270 | Finland 271 | M2322,767L2320,788L2337,808L2327,830L2340,861L2333,884L2343,904L2338,920L2355,937L2350,949L2340,963L2316,993L2296,994L2276,1003L2258,1007L2252,995L2241,988L2244,965L2238,943L2243,929L2254,913L2279,886L2286,880L2285,869L2270,856L2266,845L2266,801L2248,781L2234,765L2240,757L2253,774L2267,772L2279,780L2290,766L2295,743L2312,732L2327,745L2322,767Z 272 | 273 | 274 | FJ 275 | Fiji 276 | M3989,2040L3993,2043L3991,2049L3984,2051L3978,2050L3977,2044L3982,2040L3987,2042L3989,2040ZM4000,2034L3993,2036L3992,2032L3997,2029L4001,2029L4008,2025L4008,2031L4000,2034ZM1,2030L0,2031L0,2025L2,2025L1,2030Z 277 | 278 | 279 | -992 280 | Falkland Is. 281 | M1322,2521L1336,2510L1345,2515L1352,2508L1361,2516L1358,2522L1343,2527L1338,2521L1328,2529L1322,2521Z 282 | 283 | 284 | FR 285 | France 286 | M1419,1816L1414,1820L1409,1821L1408,1818L1405,1817L1402,1820L1397,1818L1400,1813L1401,1808L1402,1803L1398,1797L1397,1789L1403,1780L1407,1781L1415,1784L1427,1793L1429,1798L1422,1808L1419,1816ZM2110,1325L2106,1337L2101,1334L2099,1324L2101,1318L2108,1312L2110,1325ZM2044,1193L2051,1201L2057,1199L2067,1207L2069,1209L2073,1208L2078,1213L2094,1216L2088,1228L2087,1239L2084,1242L2079,1241L2079,1245L2071,1254L2071,1261L2076,1259L2080,1266L2079,1270L2083,1276L2079,1281L2082,1293L2088,1295L2087,1302L2076,1311L2054,1307L2038,1312L2037,1321L2024,1323L2012,1316L2008,1319L1987,1312L1983,1306L1988,1297L1990,1266L1979,1249L1971,1240L1954,1234L1953,1222L1967,1218L1986,1222L1982,1203L1993,1210L2019,1197L2022,1183L2032,1179L2033,1185L2039,1186L2044,1193Z 287 | 288 | 289 | GA 290 | Gabon 291 | M2127,1888L2116,1877L2108,1868L2102,1856L2102,1853L2104,1849L2107,1841L2109,1833L2113,1832L2129,1832L2129,1819L2135,1818L2141,1819L2148,1818L2149,1819L2149,1823L2152,1829L2160,1828L2163,1831L2158,1843L2163,1850L2164,1859L2163,1866L2160,1871L2150,1871L2144,1866L2143,1870L2135,1872L2132,1875L2136,1882L2127,1888Z 292 | 293 | 294 | GB 295 | United Kingdom 296 | M1941,1116L1935,1129L1926,1125L1919,1126L1922,1115L1919,1105L1929,1104L1941,1116ZM1970,1034L1958,1056L1970,1054L1982,1054L1979,1070L1969,1089L1981,1090L1981,1092L1991,1115L1999,1118L2006,1140L2009,1147L2022,1150L2021,1162L2015,1167L2020,1177L2010,1186L1995,1186L1976,1191L1971,1187L1963,1195L1953,1193L1945,1200L1939,1196L1956,1178L1966,1174L1966,1174L1948,1171L1945,1164L1957,1158L1951,1149L1953,1136L1969,1138L1969,1138L1971,1127L1964,1115L1963,1115L1950,1112L1947,1106L1951,1098L1948,1092L1942,1102L1941,1083L1935,1072L1939,1051L1948,1034L1957,1035L1970,1034Z 297 | 298 | 299 | GE 300 | Georgia 301 | M2466,1335L2468,1328L2465,1318L2459,1312L2453,1311L2449,1306L2450,1304L2459,1307L2476,1309L2491,1317L2493,1319L2500,1317L2510,1320L2513,1326L2520,1330L2517,1332L2523,1340L2521,1342L2515,1341L2507,1337L2504,1339L2489,1341L2478,1334L2466,1335Z 302 | 303 | 304 | GH 305 | Ghana 306 | M2016,1778L1998,1784L1992,1788L1982,1791L1972,1788L1972,1784L1968,1774L1971,1761L1975,1752L1972,1736L1971,1727L1971,1721L1990,1721L1995,1721L1999,1720L2004,1720L2003,1724L2008,1730L2008,1738L2009,1747L2012,1751L2009,1761L2010,1767L2013,1774L2016,1778Z 307 | 308 | 309 | GN 310 | Guinea 311 | M1910,1758L1907,1758L1904,1762L1901,1762L1899,1760L1900,1755L1895,1748L1892,1750L1890,1750L1887,1751L1887,1746L1885,1744L1886,1740L1883,1735L1880,1731L1871,1731L1868,1734L1865,1734L1864,1736L1862,1739L1856,1744L1851,1738L1847,1733L1844,1732L1841,1730L1840,1725L1839,1722L1835,1720L1840,1715L1844,1715L1847,1713L1849,1713L1851,1711L1850,1708L1851,1706L1851,1703L1857,1703L1865,1705L1867,1705L1868,1704L1874,1705L1876,1704L1876,1708L1878,1708L1881,1707L1883,1707L1886,1710L1891,1711L1894,1709L1897,1707L1900,1705L1902,1706L1905,1708L1906,1711L1911,1716L1908,1719L1908,1723L1910,1722L1912,1723L1911,1726L1914,1730L1912,1730L1911,1734L1914,1739L1917,1748L1912,1749L1911,1751L1912,1753L1912,1758L1910,1758Z 312 | 313 | 314 | GM 315 | Gambia 316 | M1816,1696L1818,1691L1830,1691L1832,1688L1836,1688L1840,1691L1844,1691L1847,1689L1850,1692L1845,1695L1840,1694L1835,1692L1831,1695L1829,1695L1826,1696L1816,1696Z 317 | 318 | 319 | GW 320 | Guinea-Bissau 321 | M1835,1720L1829,1715L1825,1715L1822,1711L1822,1710L1819,1707L1818,1705L1824,1703L1828,1703L1831,1702L1851,1703L1851,1706L1850,1708L1851,1711L1849,1713L1847,1713L1844,1715L1840,1715L1835,1720Z 322 | 323 | 324 | GQ 325 | Eq. Guinea 326 | M2109,1833L2107,1831L2111,1818L2129,1819L2129,1832L2113,1832L2109,1833Z 327 | 328 | 329 | GR 330 | Greece 331 | M2268,1418L2274,1422L2282,1422L2291,1423L2290,1425L2296,1423L2295,1427L2279,1429L2279,1426L2266,1424L2268,1418ZM2300,1334L2296,1344L2294,1345L2287,1345L2281,1343L2268,1347L2275,1355L2270,1358L2264,1358L2258,1350L2256,1354L2258,1362L2264,1369L2259,1372L2266,1379L2271,1383L2271,1391L2261,1387L2264,1394L2257,1396L2262,1408L2254,1408L2245,1402L2241,1391L2239,1382L2235,1375L2229,1367L2228,1363L2233,1356L2234,1351L2238,1349L2238,1345L2245,1344L2249,1340L2255,1341L2257,1338L2259,1338L2267,1338L2276,1334L2284,1339L2294,1338L2294,1330L2300,1334Z 332 | 333 | 334 | GL 335 | Greenland 336 | M1483,95L1521,41L1560,45L1574,9L1613,0L1702,12L1772,86L1751,119L1709,123L1649,131L1654,145L1694,136L1727,164L1749,140L1758,168L1746,212L1774,184L1828,154L1862,169L1868,201L1822,252L1816,267L1781,279L1806,282L1793,327L1784,365L1785,426L1798,459L1781,461L1762,477L1783,502L1786,540L1774,544L1788,580L1763,583L1776,600L1773,614L1757,620L1741,620L1755,645L1756,662L1733,647L1728,657L1743,666L1757,687L1762,715L1742,721L1733,709L1719,689L1723,712L1710,730L1740,731L1755,733L1725,761L1695,785L1662,795L1650,796L1638,807L1623,837L1599,857L1591,858L1577,865L1561,871L1551,887L1551,905L1545,922L1527,942L1532,960L1527,980L1521,1002L1505,1003L1489,985L1466,985L1456,972L1448,949L1429,918L1423,902L1422,878L1406,853L1410,833L1403,823L1414,788L1431,777L1435,764L1437,739L1425,751L1419,755L1409,760L1395,750L1394,727L1399,710L1409,709L1432,718L1413,697L1403,685L1391,690L1382,681L1395,647L1388,633L1379,606L1366,563L1351,546L1352,528L1322,501L1298,498L1268,500L1241,503L1228,488L1209,458L1238,442L1261,440L1213,426L1188,405L1189,383L1231,356L1272,328L1277,305L1247,282L1256,256L1295,207L1311,199L1306,165L1333,144L1367,132L1401,131L1413,156L1443,111L1469,142L1485,148L1508,174L1482,131L1483,95Z 337 | 338 | 339 | GT 340 | Guatemala 341 | M1001,1689L995,1687L988,1687L983,1685L977,1680L977,1677L979,1674L977,1672L982,1663L997,1663L997,1659L995,1658L994,1655L990,1653L986,1649L991,1649L991,1642L1001,1642L1011,1642L1011,1652L1010,1665L1014,1665L1017,1667L1018,1665L1022,1667L1017,1671L1011,1674L1011,1676L1011,1679L1009,1682L1006,1682L1007,1684L1005,1685L1001,1688L1001,1689Z 342 | 343 | 344 | GY 345 | Guyana 346 | M1339,1750L1346,1755L1353,1762L1353,1768L1357,1768L1363,1773L1368,1777L1366,1787L1359,1790L1360,1793L1358,1799L1363,1807L1366,1807L1368,1813L1374,1823L1372,1823L1365,1822L1362,1825L1357,1827L1353,1828L1352,1830L1347,1829L1340,1824L1339,1819L1336,1813L1338,1804L1341,1800L1338,1795L1335,1793L1336,1788L1333,1785L1328,1786L1320,1777L1323,1774L1323,1769L1330,1767L1333,1765L1329,1761L1330,1757L1339,1750Z 347 | 348 | 349 | HN 350 | Honduras 351 | M1032,1698L1030,1694L1026,1693L1027,1689L1026,1688L1023,1687L1019,1688L1018,1687L1015,1685L1012,1683L1009,1682L1011,1679L1011,1676L1011,1674L1017,1671L1022,1667L1023,1667L1025,1665L1028,1665L1029,1666L1031,1665L1036,1666L1041,1666L1045,1665L1046,1663L1050,1664L1053,1665L1056,1664L1058,1663L1063,1665L1065,1665L1068,1667L1071,1670L1075,1672L1078,1675L1074,1675L1073,1676L1069,1678L1066,1678L1064,1679L1061,1679L1060,1677L1058,1677L1057,1680L1056,1680L1056,1682L1052,1686L1050,1687L1049,1688L1045,1686L1043,1689L1041,1689L1038,1689L1038,1695L1037,1695L1035,1698L1032,1698Z 352 | 353 | 354 | HR 355 | Croatia 356 | M2213,1267L2216,1273L2220,1278L2215,1284L2210,1280L2203,1281L2193,1278L2188,1278L2185,1282L2181,1278L2179,1285L2185,1292L2187,1297L2192,1302L2196,1306L2201,1312L2210,1318L2209,1321L2199,1315L2192,1309L2182,1305L2173,1294L2175,1292L2170,1286L2170,1280L2162,1278L2159,1285L2156,1280L2156,1274L2156,1274L2164,1274L2166,1272L2170,1274L2174,1275L2174,1270L2178,1268L2179,1262L2188,1258L2192,1260L2200,1267L2209,1270L2213,1267Z 357 | 358 | 359 | HT 360 | Haiti 361 | M1189,1618L1196,1618L1205,1620L1206,1626L1206,1631L1203,1633L1206,1636L1205,1640L1198,1638L1193,1638L1186,1638L1181,1640L1175,1636L1176,1632L1186,1634L1195,1635L1199,1632L1193,1627L1194,1623L1186,1621L1189,1618Z 362 | 363 | 364 | HU 365 | Hungary 366 | M2184,1252L2188,1242L2186,1238L2192,1238L2193,1231L2198,1235L2203,1237L2212,1235L2213,1232L2217,1231L2223,1229L2224,1230L2229,1228L2232,1224L2235,1223L2247,1228L2250,1226L2256,1231L2257,1235L2250,1239L2244,1250L2238,1261L2229,1264L2222,1263L2213,1267L2209,1270L2200,1267L2192,1260L2188,1258L2186,1252L2184,1252Z 367 | 368 | 369 | ID 370 | Indonesia 371 | M3348,1958L3343,1959L3328,1951L3338,1949L3344,1952L3348,1955L3348,1958ZM3389,1957L3379,1960L3378,1958L3379,1955L3384,1948L3395,1943L3396,1945L3396,1949L3389,1957ZM3316,1934L3320,1937L3327,1936L3330,1941L3317,1943L3309,1945L3303,1945L3307,1938L3313,1938L3316,1934ZM3372,1934L3370,1941L3354,1944L3339,1942L3339,1938L3348,1936L3355,1939L3362,1938L3372,1934ZM3213,1919L3234,1921L3237,1916L3257,1921L3261,1929L3278,1931L3292,1937L3279,1942L3267,1937L3257,1937L3245,1937L3235,1935L3222,1930L3214,1929L3209,1931L3189,1926L3187,1921L3177,1920L3184,1910L3198,1910L3207,1915L3211,1915L3213,1919ZM3503,1913L3498,1921L3497,1912L3499,1908L3501,1905L3504,1908L3503,1913ZM3420,1882L3416,1886L3408,1884L3406,1879L3418,1879L3420,1882ZM3456,1878L3460,1887L3451,1882L3442,1881L3435,1882L3428,1882L3430,1876L3444,1875L3456,1878ZM3497,1857L3500,1875L3512,1881L3521,1870L3534,1863L3544,1863L3553,1867L3561,1871L3573,1873L3574,1909L3574,1946L3564,1937L3553,1934L3550,1937L3536,1938L3540,1929L3547,1926L3545,1913L3539,1904L3518,1895L3508,1894L3492,1883L3488,1889L3484,1890L3482,1886L3482,1881L3473,1875L3485,1871L3493,1871L3492,1869L3476,1868L3471,1862L3461,1860L3457,1854L3472,1852L3477,1848L3495,1853L3497,1857ZM3398,1828L3389,1839L3381,1841L3370,1839L3351,1840L3342,1841L3340,1850L3350,1860L3356,1854L3377,1851L3376,1856L3371,1854L3366,1861L3356,1865L3367,1879L3365,1883L3375,1896L3375,1903L3369,1907L3364,1903L3370,1894L3359,1898L3356,1895L3358,1891L3350,1884L3350,1873L3343,1876L3344,1890L3344,1905L3337,1907L3333,1904L3336,1894L3334,1883L3329,1883L3326,1875L3330,1868L3332,1859L3338,1842L3340,1838L3349,1829L3358,1833L3372,1834L3385,1834L3396,1826L3398,1828ZM3436,1831L3436,1841L3430,1840L3428,1847L3433,1853L3430,1854L3425,1847L3422,1833L3424,1824L3428,1820L3429,1826L3435,1827L3436,1831ZM3316,1823L3328,1834L3315,1835L3312,1843L3312,1853L3301,1860L3301,1872L3297,1889L3295,1885L3282,1890L3278,1883L3270,1882L3265,1879L3251,1883L3247,1877L3240,1878L3231,1877L3229,1862L3224,1858L3218,1849L3217,1839L3218,1829L3225,1822L3226,1829L3234,1835L3241,1833L3248,1834L3255,1828L3260,1827L3271,1830L3280,1828L3285,1812L3290,1809L3294,1796L3306,1796L3316,1798L3310,1808L3318,1818L3316,1823ZM3182,1909L3169,1909L3160,1900L3146,1891L3141,1884L3133,1875L3127,1867L3119,1851L3109,1842L3105,1832L3101,1824L3091,1817L3086,1807L3077,1801L3066,1788L3065,1783L3072,1783L3089,1785L3099,1796L3107,1804L3114,1808L3124,1820L3135,1821L3145,1828L3151,1838L3160,1843L3155,1852L3162,1856L3166,1856L3167,1864L3171,1870L3180,1871L3185,1878L3182,1892L3182,1909Z 372 | 373 | 374 | IN 375 | India 376 | M2870,1421L2882,1437L2881,1448L2886,1454L2885,1461L2877,1459L2880,1474L2891,1482L2907,1491L2900,1497L2895,1509L2906,1514L2917,1520L2931,1527L2946,1529L2953,1535L2961,1536L2975,1539L2984,1539L2985,1534L2984,1526L2985,1521L2991,1518L2992,1528L2993,1530L3003,1535L3010,1533L3019,1534L3028,1534L3029,1526L3025,1522L3033,1520L3044,1511L3056,1503L3066,1506L3074,1501L3079,1508L3075,1514L3087,1516L3088,1520L3084,1523L3085,1530L3077,1528L3063,1537L3063,1544L3057,1554L3056,1560L3051,1570L3043,1568L3042,1580L3040,1584L3041,1589L3035,1592L3030,1573L3026,1573L3025,1581L3019,1575L3022,1568L3027,1567L3032,1557L3026,1554L3015,1555L3005,1553L3004,1544L2998,1544L2990,1538L2986,1547L2994,1553L2987,1558L2984,1562L2991,1566L2989,1573L2993,1582L2995,1592L2993,1596L2986,1596L2972,1599L2973,1608L2967,1615L2951,1623L2938,1637L2930,1644L2919,1652L2919,1657L2913,1660L2903,1664L2898,1665L2895,1673L2897,1688L2897,1698L2893,1709L2893,1728L2887,1728L2882,1737L2885,1741L2875,1744L2871,1752L2867,1755L2856,1744L2851,1729L2847,1717L2843,1712L2837,1701L2834,1687L2832,1679L2822,1663L2818,1641L2814,1626L2814,1612L2812,1600L2796,1608L2788,1606L2774,1592L2779,1587L2776,1583L2763,1572L2770,1564L2795,1564L2792,1554L2786,1547L2785,1538L2778,1532L2790,1519L2803,1520L2814,1507L2821,1494L2832,1481L2832,1472L2842,1464L2833,1457L2829,1448L2825,1437L2830,1431L2847,1434L2859,1432L2870,1421Z 377 | 378 | 379 | IE 380 | Ireland 381 | M1935,1129L1937,1143L1928,1159L1908,1170L1893,1167L1902,1148L1896,1129L1911,1114L1919,1105L1922,1115L1919,1126L1926,1125L1935,1129Z 382 | 383 | 384 | IR 385 | Iran 386 | M2604,1397L2614,1394L2622,1386L2629,1387L2634,1384L2642,1385L2654,1393L2663,1394L2676,1407L2684,1407L2685,1419L2681,1436L2678,1445L2682,1447L2678,1455L2681,1465L2682,1473L2691,1476L2691,1484L2681,1496L2687,1502L2691,1510L2702,1516L2702,1527L2708,1529L2709,1535L2693,1541L2688,1555L2667,1552L2655,1549L2643,1547L2638,1532L2633,1530L2624,1532L2613,1538L2599,1534L2588,1524L2577,1521L2570,1509L2562,1492L2556,1494L2549,1489L2544,1494L2538,1488L2538,1481L2535,1481L2536,1471L2531,1461L2517,1454L2509,1441L2512,1431L2518,1426L2517,1418L2509,1414L2502,1398L2496,1386L2498,1382L2495,1366L2502,1361L2504,1367L2510,1373L2517,1375L2521,1375L2535,1364L2539,1363L2542,1368L2538,1375L2545,1382L2548,1381L2551,1392L2562,1395L2570,1402L2586,1404L2603,1400L2604,1397Z 387 | 388 | 389 | IQ 390 | Iraq 391 | M2509,1414L2517,1418L2518,1426L2512,1431L2509,1441L2517,1454L2531,1461L2536,1471L2535,1481L2538,1481L2538,1488L2544,1494L2538,1494L2530,1493L2522,1505L2501,1504L2470,1478L2453,1469L2440,1465L2436,1449L2460,1435L2464,1419L2463,1409L2469,1405L2475,1397L2480,1395L2493,1396L2497,1400L2502,1398L2509,1414Z 392 | 393 | 394 | IS 395 | Iceland 396 | M1842,844L1840,861L1852,880L1838,900L1806,917L1796,922L1781,918L1750,910L1761,899L1737,886L1757,881L1756,873L1733,867L1740,849L1757,845L1775,863L1792,849L1806,856L1824,842L1842,844Z 397 | 398 | 399 | IL 400 | Israel 401 | M2401,1458L2399,1462L2395,1461L2393,1469L2396,1471L2393,1473L2393,1476L2398,1474L2398,1479L2393,1500L2385,1478L2388,1473L2388,1473L2391,1467L2393,1457L2394,1453L2395,1453L2398,1453L2400,1451L2403,1451L2403,1456L2401,1458L2401,1458Z 402 | 403 | 404 | IT 405 | Italy 406 | M2177,1383L2173,1394L2174,1398L2172,1405L2163,1400L2158,1398L2142,1391L2144,1384L2157,1385L2168,1384L2177,1383ZM2106,1340L2113,1350L2111,1369L2106,1368L2102,1373L2098,1369L2097,1352L2095,1343L2101,1344L2106,1340ZM2142,1253L2157,1258L2156,1266L2159,1272L2150,1270L2141,1276L2142,1283L2140,1288L2144,1296L2154,1304L2160,1316L2172,1328L2181,1328L2184,1332L2181,1335L2191,1340L2199,1344L2208,1352L2209,1355L2207,1360L2201,1353L2192,1351L2187,1360L2195,1366L2194,1373L2189,1374L2183,1386L2178,1387L2178,1383L2181,1375L2183,1372L2179,1364L2175,1357L2171,1355L2167,1348L2160,1346L2155,1340L2147,1339L2139,1332L2128,1322L2121,1314L2117,1299L2112,1297L2103,1292L2098,1294L2091,1301L2087,1302L2088,1295L2082,1293L2079,1281L2083,1276L2079,1270L2080,1266L2085,1269L2090,1269L2096,1263L2098,1266L2104,1265L2106,1259L2114,1261L2119,1258L2120,1251L2127,1254L2128,1251L2139,1248L2142,1253Z 407 | 408 | 409 | JM 410 | Jamaica 411 | M1140,1634L1148,1635L1154,1638L1156,1641L1148,1642L1144,1644L1138,1642L1132,1637L1133,1635L1138,1634L1140,1634Z 412 | 413 | 414 | JO 415 | Jordan 416 | M2399,1462L2401,1458L2414,1463L2436,1449L2440,1465L2438,1467L2416,1474L2427,1487L2423,1489L2421,1493L2413,1495L2410,1500L2405,1504L2393,1502L2393,1500L2398,1479L2398,1474L2399,1470L2399,1462Z 417 | 418 | 419 | JP 420 | Japan 421 | M3503,1439L3504,1444L3498,1452L3493,1447L3487,1450L3484,1458L3477,1454L3477,1448L3483,1440L3490,1442L3494,1436L3503,1439ZM3573,1398L3569,1409L3571,1416L3565,1426L3551,1432L3531,1433L3515,1448L3508,1443L3507,1433L3488,1436L3475,1442L3462,1443L3473,1452L3466,1475L3459,1480L3453,1475L3456,1463L3449,1459L3444,1450L3455,1446L3461,1438L3472,1431L3480,1422L3502,1417L3514,1420L3526,1396L3533,1402L3550,1388L3556,1383L3563,1365L3561,1349L3566,1340L3577,1337L3584,1357L3583,1369L3573,1383L3573,1398ZM3606,1295L3614,1298L3621,1291L3624,1309L3607,1313L3598,1328L3580,1318L3574,1334L3562,1334L3560,1319L3566,1308L3578,1307L3581,1285L3584,1273L3597,1289L3606,1295Z 422 | 423 | 424 | KZ 425 | Kazakhstan 426 | M2794,1324L2787,1327L2773,1337L2768,1347L2764,1348L2761,1341L2746,1340L2744,1328L2739,1328L2740,1313L2726,1302L2707,1303L2694,1305L2683,1291L2674,1285L2657,1274L2655,1272L2626,1282L2627,1338L2621,1339L2613,1327L2606,1323L2593,1326L2588,1331L2588,1327L2590,1321L2588,1316L2575,1311L2570,1297L2564,1293L2564,1288L2575,1289L2575,1278L2584,1275L2594,1278L2596,1262L2594,1252L2583,1253L2574,1249L2561,1256L2550,1259L2545,1257L2546,1248L2539,1237L2530,1238L2521,1227L2527,1214L2524,1210L2533,1191L2545,1201L2546,1189L2569,1169L2586,1169L2611,1181L2624,1188L2636,1181L2653,1181L2668,1190L2671,1185L2687,1185L2689,1177L2671,1165L2682,1156L2680,1151L2691,1146L2683,1133L2688,1127L2729,1120L2735,1115L2763,1108L2773,1100L2793,1104L2796,1124L2808,1120L2822,1126L2821,1136L2832,1135L2860,1117L2856,1123L2870,1138L2895,1184L2901,1175L2916,1185L2932,1180L2938,1184L2943,1194L2951,1197L2956,1205L2970,1202L2976,1213L2968,1224L2959,1226L2958,1242L2952,1250L2930,1244L2922,1273L2916,1277L2894,1283L2904,1310L2896,1314L2897,1322L2890,1320L2885,1315L2868,1313L2850,1313L2846,1315L2830,1308L2824,1311L2822,1320L2804,1315L2796,1317L2794,1324Z 427 | 428 | 429 | KE 430 | Kenya 431 | M2460,1853L2467,1863L2459,1867L2456,1872L2452,1873L2450,1880L2447,1885L2445,1892L2440,1896L2424,1885L2423,1878L2383,1856L2381,1854L2381,1843L2384,1838L2390,1831L2394,1823L2389,1810L2388,1804L2382,1796L2389,1790L2397,1782L2402,1784L2402,1791L2406,1794L2414,1794L2428,1804L2432,1804L2434,1804L2437,1805L2444,1806L2447,1801L2458,1796L2462,1800L2470,1800L2460,1813L2460,1853Z 432 | 433 | 434 | KG 435 | Kyrgyzstan 436 | M2794,1324L2796,1317L2804,1315L2822,1320L2824,1311L2830,1308L2846,1315L2850,1313L2868,1313L2885,1315L2890,1320L2897,1322L2896,1326L2878,1334L2874,1340L2860,1342L2856,1351L2844,1349L2836,1352L2826,1359L2827,1362L2824,1365L2803,1368L2789,1363L2777,1364L2778,1356L2790,1358L2794,1354L2803,1355L2817,1345L2804,1337L2796,1340L2788,1335L2797,1325L2794,1324Z 437 | 438 | 439 | KH 440 | Cambodia 441 | M3156,1725L3151,1719L3146,1707L3143,1693L3150,1684L3165,1682L3175,1683L3184,1688L3189,1680L3199,1684L3202,1692L3200,1705L3182,1714L3187,1721L3175,1722L3165,1726L3156,1725Z 442 | 443 | 444 | KR 445 | Korea 446 | M3433,1377L3442,1394L3445,1403L3445,1419L3441,1426L3431,1429L3422,1435L3412,1436L3411,1428L3413,1418L3408,1404L3416,1401L3408,1389L3409,1388L3414,1389L3418,1382L3426,1382L3431,1381L3433,1377Z 447 | 448 | 449 | KV 450 | Kosovo 451 | M2235,1327L2234,1330L2233,1330L2232,1324L2230,1323L2227,1319L2229,1315L2232,1314L2233,1309L2235,1309L2237,1311L2239,1312L2241,1314L2242,1315L2245,1318L2246,1317L2245,1321L2244,1323L2244,1324L2241,1325L2235,1327Z 452 | 453 | 454 | KW 455 | Kuwait 456 | M2538,1494L2540,1499L2539,1502L2543,1512L2535,1512L2532,1506L2522,1505L2530,1493L2538,1494Z 457 | 458 | 459 | LA 460 | Lao PDR 461 | M3175,1683L3179,1678L3179,1668L3170,1658L3169,1647L3161,1637L3153,1636L3150,1641L3144,1641L3140,1639L3129,1646L3128,1635L3131,1623L3124,1622L3123,1615L3118,1612L3121,1607L3130,1599L3131,1602L3137,1603L3135,1589L3141,1587L3148,1597L3153,1607L3166,1608L3171,1618L3164,1621L3160,1625L3174,1632L3183,1646L3190,1656L3198,1664L3201,1673L3199,1684L3189,1680L3184,1688L3175,1683Z 462 | 463 | 464 | LB 465 | Lebanon 466 | M2403,1451L2400,1451L2398,1453L2395,1453L2399,1442L2404,1433L2404,1432L2409,1433L2411,1438L2405,1443L2403,1451Z 467 | 468 | 469 | LR 470 | Liberia 471 | M1918,1795L1915,1795L1904,1790L1893,1781L1884,1775L1876,1768L1879,1765L1880,1761L1885,1755L1890,1750L1892,1750L1895,1748L1900,1755L1899,1760L1901,1762L1904,1762L1907,1758L1910,1758L1909,1761L1910,1767L1908,1772L1911,1775L1915,1776L1919,1780L1920,1785L1919,1786L1918,1795Z 472 | 473 | 474 | LY 475 | Libya 476 | M2169,1582L2161,1587L2155,1580L2137,1575L2132,1567L2124,1562L2118,1564L2114,1557L2114,1552L2107,1543L2112,1538L2111,1530L2112,1523L2112,1517L2114,1507L2113,1501L2109,1490L2115,1487L2116,1481L2115,1476L2122,1471L2126,1466L2131,1463L2132,1452L2145,1457L2149,1456L2159,1458L2173,1464L2179,1476L2189,1478L2204,1484L2216,1490L2222,1487L2227,1481L2224,1471L2228,1464L2236,1458L2244,1456L2259,1459L2262,1465L2267,1465L2270,1467L2281,1469L2284,1473L2280,1479L2282,1485L2279,1493L2282,1503L2282,1548L2282,1593L2282,1617L2269,1617L2269,1622L2225,1599L2180,1576L2169,1582Z 477 | 478 | 479 | LK 480 | Sri Lanka 481 | M2914,1760L2913,1772L2908,1775L2898,1777L2893,1768L2891,1752L2896,1734L2904,1740L2909,1748L2914,1760Z 482 | 483 | 484 | LS 485 | Lesotho 486 | M2326,2181L2330,2185L2327,2191L2325,2195L2319,2197L2317,2201L2313,2203L2304,2193L2310,2185L2316,2180L2321,2177L2326,2181Z 487 | 488 | 489 | LT 490 | Lithuania 491 | M2257,1121L2256,1116L2257,1110L2252,1107L2241,1104L2238,1087L2251,1081L2270,1083L2280,1081L2282,1085L2288,1086L2299,1096L2300,1104L2291,1111L2288,1121L2276,1129L2265,1128L2263,1123L2257,1121Z 492 | 493 | 494 | LU 495 | Luxembourg 496 | M2071,1197L2073,1201L2073,1208L2069,1209L2067,1207L2068,1198L2071,1197Z 497 | 498 | 499 | LV 500 | Latvia 501 | M2238,1087L2239,1072L2244,1059L2254,1052L2263,1068L2272,1067L2274,1051L2284,1048L2289,1050L2298,1058L2308,1058L2313,1063L2314,1073L2317,1085L2305,1092L2299,1096L2288,1086L2282,1085L2280,1081L2270,1083L2251,1081L2238,1087Z 502 | 503 | 504 | MA 505 | Morocco 506 | M1946,1417L1953,1423L1963,1422L1975,1425L1980,1425L1984,1434L1984,1442L1988,1456L1991,1459L1989,1464L1975,1466L1970,1471L1963,1472L1963,1482L1950,1487L1945,1493L1936,1497L1925,1499L1907,1508L1907,1523L1906,1523L1906,1523L1906,1530L1899,1530L1895,1533L1890,1533L1886,1532L1877,1533L1873,1543L1870,1544L1865,1559L1849,1572L1845,1589L1841,1594L1840,1599L1814,1600L1814,1600L1815,1594L1819,1591L1823,1585L1822,1580L1826,1572L1832,1564L1836,1562L1839,1555L1839,1548L1843,1541L1850,1536L1857,1523L1858,1523L1863,1518L1874,1517L1882,1508L1888,1505L1897,1494L1894,1478L1899,1467L1900,1460L1907,1451L1919,1445L1927,1439L1934,1425L1938,1417L1946,1417Z 507 | 508 | 509 | MD 510 | Moldova 511 | M2300,1229L2303,1227L2310,1225L2318,1231L2323,1231L2328,1236L2327,1241L2331,1244L2333,1251L2337,1255L2336,1257L2338,1259L2335,1260L2328,1260L2327,1257L2325,1259L2326,1262L2323,1267L2321,1272L2318,1274L2316,1267L2317,1260L2317,1253L2310,1243L2307,1236L2303,1231L2300,1229Z 512 | 513 | 514 | MG 515 | Madagascar 516 | M2555,1984L2558,1989L2561,1996L2563,2010L2566,2015L2565,2021L2563,2024L2559,2018L2557,2021L2559,2030L2558,2034L2555,2037L2554,2047L2550,2061L2544,2077L2537,2100L2533,2117L2528,2131L2519,2134L2509,2139L2503,2136L2494,2131L2491,2125L2490,2114L2486,2104L2485,2096L2487,2087L2492,2085L2492,2081L2498,2072L2499,2064L2496,2059L2494,2051L2493,2041L2497,2034L2499,2027L2504,2026L2510,2024L2514,2022L2519,2022L2526,2015L2535,2008L2538,2002L2537,1997L2541,1999L2547,1991L2548,1984L2551,1979L2555,1984Z 517 | 518 | 519 | MX 520 | Mexico 521 | M922,1546L918,1556L916,1565L915,1581L914,1587L916,1594L920,1600L922,1609L929,1618L932,1625L936,1630L948,1633L953,1638L962,1635L971,1634L979,1632L986,1630L993,1625L996,1618L997,1608L999,1605L1006,1602L1018,1599L1028,1599L1035,1598L1037,1601L1037,1606L1031,1614L1028,1621L1030,1623L1029,1628L1026,1637L1023,1634L1021,1634L1019,1634L1015,1641L1013,1640L1011,1641L1011,1642L1001,1642L991,1642L991,1649L986,1649L990,1653L994,1655L995,1658L997,1659L997,1663L982,1663L977,1672L979,1674L977,1677L977,1680L964,1668L959,1664L950,1661L943,1662L934,1666L929,1667L921,1664L913,1662L902,1657L894,1655L881,1650L872,1644L869,1641L863,1640L852,1637L847,1631L835,1625L829,1617L827,1611L830,1610L829,1607L832,1604L832,1600L828,1594L827,1589L823,1583L814,1571L802,1562L797,1554L787,1549L785,1546L787,1538L781,1536L775,1529L772,1521L766,1520L760,1513L754,1507L754,1503L748,1493L744,1483L744,1478L736,1473L732,1474L726,1470L724,1475L726,1482L727,1491L731,1497L739,1505L741,1508L743,1509L744,1514L746,1514L748,1522L752,1525L754,1529L761,1536L765,1547L768,1553L771,1558L772,1565L777,1565L782,1571L786,1576L786,1578L781,1583L779,1583L776,1575L769,1568L761,1563L755,1559L755,1550L754,1544L748,1540L741,1534L739,1536L736,1533L730,1530L723,1522L724,1521L728,1522L732,1517L733,1512L724,1503L718,1499L714,1491L710,1483L704,1472L700,1460L713,1459L727,1458L726,1461L742,1467L768,1476L790,1476L799,1476L799,1471L818,1471L822,1475L828,1479L834,1485L838,1492L841,1499L847,1503L856,1507L863,1497L872,1496L880,1501L885,1510L889,1518L896,1525L898,1533L901,1539L910,1543L918,1546L922,1546Z 522 | 523 | 524 | MK 525 | Macedonia 526 | M2233,1330L2234,1330L2235,1327L2241,1325L2244,1324L2248,1323L2253,1323L2258,1328L2259,1338L2257,1338L2255,1341L2249,1340L2245,1344L2238,1345L2233,1341L2232,1335L2233,1330Z 527 | 528 | 529 | ML 530 | Mali 531 | M1868,1679L1872,1677L1874,1670L1877,1670L1885,1673L1891,1671L1896,1672L1897,1669L1942,1669L1945,1661L1943,1660L1937,1609L1932,1557L1949,1557L1986,1583L2024,1609L2027,1615L2034,1618L2039,1620L2039,1628L2051,1627L2051,1653L2045,1661L2044,1668L2034,1670L2019,1671L2015,1675L2008,1676L2001,1676L1998,1674L1992,1675L1981,1680L1979,1684L1971,1689L1969,1692L1965,1694L1959,1692L1956,1695L1954,1703L1946,1713L1946,1716L1943,1721L1944,1728L1939,1729L1936,1731L1935,1726L1931,1727L1930,1727L1927,1730L1919,1730L1916,1729L1914,1730L1911,1726L1912,1723L1910,1722L1908,1723L1908,1719L1911,1716L1906,1711L1905,1708L1902,1706L1900,1705L1897,1707L1894,1709L1891,1711L1886,1710L1883,1707L1881,1707L1878,1708L1876,1708L1876,1704L1876,1701L1875,1696L1871,1693L1869,1686L1868,1679Z 532 | 533 | 534 | MM 535 | Myanmar 536 | M3112,1614L3105,1619L3098,1620L3092,1633L3088,1635L3093,1645L3100,1654L3105,1661L3101,1671L3097,1674L3099,1679L3107,1688L3108,1695L3108,1700L3112,1710L3106,1721L3101,1733L3100,1724L3103,1716L3099,1709L3100,1696L3096,1691L3092,1677L3090,1662L3085,1653L3078,1658L3065,1667L3059,1666L3052,1663L3056,1649L3054,1638L3045,1624L3046,1620L3040,1618L3032,1609L3031,1599L3035,1601L3035,1592L3041,1589L3040,1584L3042,1580L3043,1568L3051,1570L3056,1560L3057,1554L3063,1544L3063,1537L3077,1528L3085,1530L3084,1523L3088,1520L3087,1516L3094,1515L3097,1522L3102,1525L3103,1535L3102,1545L3092,1555L3090,1570L3102,1568L3105,1579L3112,1581L3108,1591L3117,1596L3122,1598L3130,1594L3130,1599L3121,1607L3118,1612L3112,1614Z 537 | 538 | 539 | ME 540 | Montenegro 541 | M2224,1320L2223,1317L2219,1325L2219,1330L2217,1328L2214,1324L2209,1321L2210,1318L2212,1310L2216,1306L2218,1305L2221,1307L2222,1309L2226,1311L2230,1314L2229,1315L2227,1319L2224,1320Z 542 | 543 | 544 | MN 545 | Mongolia 546 | M2981,1211L2992,1208L3014,1193L3031,1185L3040,1191L3052,1191L3059,1199L3070,1200L3086,1204L3097,1192L3093,1182L3104,1163L3117,1170L3127,1173L3140,1177L3142,1190L3158,1198L3168,1194L3182,1192L3194,1194L3205,1203L3211,1212L3222,1211L3236,1214L3246,1210L3261,1207L3277,1195L3284,1197L3289,1203L3303,1201L3297,1214L3289,1231L3292,1238L3298,1236L3309,1238L3318,1232L3327,1237L3337,1249L3336,1255L3327,1253L3311,1255L3303,1260L3295,1270L3278,1276L3267,1285L3255,1282L3249,1280L3243,1290L3247,1296L3249,1301L3241,1306L3233,1315L3220,1320L3203,1321L3185,1326L3172,1334L3167,1329L3154,1329L3137,1320L3126,1318L3112,1320L3089,1316L3076,1317L3070,1308L3065,1294L3058,1292L3044,1282L3029,1280L3016,1277L3012,1270L3016,1251L3009,1238L2993,1232L2984,1223L2981,1211Z 547 | 548 | 549 | MZ 550 | Mozambique 551 | M2388,1973L2397,1972L2410,1975L2413,1974L2421,1974L2425,1970L2432,1970L2444,1966L2453,1959L2454,1964L2454,1976L2455,1986L2456,2004L2458,2009L2454,2017L2450,2025L2443,2033L2433,2037L2420,2043L2408,2055L2403,2057L2396,2066L2391,2069L2390,2077L2395,2086L2398,2093L2398,2097L2400,2096L2399,2108L2398,2114L2400,2116L2398,2121L2394,2125L2385,2129L2371,2136L2366,2140L2367,2146L2370,2146L2369,2153L2361,2153L2360,2147L2358,2142L2357,2137L2359,2124L2356,2115L2351,2098L2363,2084L2366,2076L2367,2075L2369,2068L2367,2064L2367,2055L2369,2047L2369,2033L2364,2029L2358,2028L2356,2025L2351,2023L2341,2023L2341,2019L2340,2010L2373,2001L2380,2006L2383,2005L2387,2008L2388,2013L2386,2018L2386,2026L2394,2034L2397,2026L2402,2023L2401,2008L2396,2000L2392,1996L2388,1996L2385,1982L2388,1973Z 552 | 553 | 554 | MR 555 | Mauritania 556 | M1868,1679L1861,1671L1854,1663L1847,1660L1841,1656L1835,1657L1830,1659L1824,1658L1820,1662L1820,1656L1823,1650L1824,1639L1823,1627L1821,1621L1823,1615L1820,1610L1814,1605L1816,1601L1860,1601L1858,1583L1860,1577L1871,1576L1871,1545L1907,1545L1907,1527L1949,1557L1932,1557L1937,1609L1943,1660L1945,1661L1942,1669L1897,1669L1896,1672L1891,1671L1885,1673L1877,1670L1874,1670L1872,1677L1868,1679Z 557 | 558 | 559 | MW 560 | Malawi 561 | M2388,1973L2385,1982L2388,1996L2392,1996L2396,2000L2401,2008L2402,2023L2397,2026L2394,2034L2386,2026L2386,2018L2388,2013L2387,2008L2383,2005L2380,2006L2373,2001L2368,1998L2371,1987L2375,1983L2372,1974L2375,1965L2377,1962L2374,1952L2368,1947L2379,1949L2382,1952L2385,1958L2388,1973Z 562 | 563 | 564 | MY 565 | Malaysia 566 | M3129,1775L3130,1780L3137,1779L3141,1774L3143,1775L3150,1782L3155,1790L3155,1797L3154,1802L3155,1806L3156,1813L3160,1816L3164,1826L3164,1829L3156,1830L3146,1822L3132,1813L3131,1807L3125,1800L3123,1791L3119,1785L3120,1776L3118,1772L3120,1770L3129,1775ZM3324,1794L3316,1798L3306,1796L3294,1796L3290,1809L3285,1812L3280,1828L3271,1830L3260,1827L3255,1828L3248,1834L3241,1833L3234,1835L3226,1829L3225,1822L3233,1825L3241,1823L3244,1814L3248,1812L3262,1809L3270,1800L3275,1793L3280,1799L3282,1795L3288,1796L3288,1789L3289,1783L3298,1775L3303,1767L3308,1767L3313,1772L3314,1777L3321,1780L3330,1784L3330,1788L3322,1788L3324,1794Z 567 | 568 | 569 | NA 570 | Namibia 571 | M2186,2176L2177,2166L2173,2157L2171,2145L2168,2136L2164,2117L2164,2103L2162,2096L2158,2091L2152,2082L2147,2067L2144,2060L2135,2048L2134,2039L2140,2037L2146,2035L2154,2036L2160,2041L2162,2040L2207,2040L2215,2045L2242,2047L2262,2042L2271,2039L2279,2040L2283,2043L2283,2044L2277,2046L2273,2046L2266,2051L2262,2046L2245,2050L2237,2051L2236,2093L2225,2093L2225,2129L2225,2175L2215,2181L2209,2182L2202,2180L2197,2179L2195,2173L2191,2170L2186,2176Z 572 | 573 | 574 | NC 575 | New Caledonia 576 | M3849,2084L3858,2091L3864,2097L3860,2100L3854,2097L3846,2091L3839,2085L3831,2076L3830,2072L3835,2073L3841,2077L3846,2081L3849,2084Z 577 | 578 | 579 | NE 580 | Niger 581 | M2028,1710L2028,1702L2015,1700L2015,1694L2009,1687L2007,1681L2008,1676L2015,1675L2019,1671L2034,1670L2044,1668L2045,1661L2051,1653L2051,1627L2067,1621L2099,1598L2137,1575L2155,1580L2161,1587L2169,1582L2172,1601L2176,1604L2176,1608L2181,1612L2178,1617L2174,1641L2173,1656L2159,1667L2154,1682L2159,1686L2159,1694L2166,1694L2165,1699L2162,1700L2162,1704L2160,1704L2152,1692L2149,1691L2141,1697L2132,1694L2126,1693L2123,1695L2116,1695L2110,1700L2104,1700L2091,1694L2085,1697L2080,1697L2076,1692L2064,1688L2052,1689L2049,1692L2048,1698L2045,1703L2044,1713L2035,1707L2031,1707L2028,1710Z 582 | 583 | 584 | NG 585 | Nigeria 586 | M2098,1791L2087,1795L2083,1794L2078,1797L2069,1796L2063,1789L2060,1781L2052,1774L2044,1774L2034,1774L2034,1756L2034,1749L2036,1742L2040,1738L2045,1731L2044,1728L2046,1724L2044,1717L2044,1713L2045,1703L2048,1698L2049,1692L2052,1689L2064,1688L2076,1692L2080,1697L2085,1697L2091,1694L2104,1700L2110,1700L2116,1695L2123,1695L2126,1693L2132,1694L2141,1697L2149,1691L2152,1692L2160,1704L2162,1704L2166,1708L2165,1710L2164,1714L2155,1723L2152,1730L2150,1736L2148,1739L2146,1746L2140,1751L2138,1757L2136,1761L2135,1766L2127,1770L2121,1765L2116,1765L2110,1772L2107,1772L2101,1783L2098,1791Z 587 | 588 | 589 | NI 590 | Nicaragua 591 | M1050,1720L1046,1716L1041,1711L1038,1708L1033,1704L1028,1699L1029,1697L1031,1699L1032,1698L1035,1698L1037,1695L1038,1695L1038,1689L1041,1689L1043,1689L1045,1686L1049,1688L1050,1687L1052,1686L1056,1682L1056,1680L1057,1680L1058,1677L1060,1677L1061,1679L1064,1679L1066,1678L1069,1678L1073,1676L1074,1675L1078,1675L1077,1676L1077,1679L1078,1683L1075,1687L1074,1691L1074,1696L1074,1699L1075,1705L1073,1706L1072,1710L1073,1713L1070,1716L1071,1719L1073,1721L1070,1724L1067,1723L1065,1721L1061,1720L1059,1721L1051,1718L1050,1720Z 592 | 593 | 594 | NL 595 | Netherlands 596 | M2071,1136L2081,1137L2083,1143L2080,1160L2077,1167L2070,1167L2072,1185L2066,1181L2059,1173L2049,1177L2041,1176L2046,1171L2056,1144L2071,1136Z 597 | 598 | 599 | NO 600 | Norway 601 | M2317,697L2352,722L2338,731L2350,751L2331,764L2322,767L2327,745L2312,732L2295,743L2290,766L2279,780L2267,772L2253,774L2240,757L2234,765L2227,767L2225,787L2204,782L2201,799L2190,799L2183,820L2172,851L2155,889L2159,897L2155,908L2144,907L2137,931L2137,963L2144,974L2141,1001L2131,1016L2127,1029L2119,1016L2097,1041L2082,1045L2067,1035L2063,1011L2059,959L2070,943L2099,923L2121,896L2141,859L2168,805L2187,782L2217,743L2242,729L2260,730L2277,703L2297,704L2317,697ZM2279,415L2254,436L2234,424L2242,410L2235,393L2258,382L2263,403L2279,415ZM2207,309L2244,354L2216,376L2209,416L2200,426L2194,468L2181,470L2157,439L2167,421L2150,406L2129,359L2120,312L2150,289L2156,311L2172,311L2177,289L2193,287L2207,309ZM2287,263L2309,286L2292,320L2260,327L2227,317L2225,300L2209,299L2197,269L2231,250L2248,267L2259,246L2287,263Z 602 | 603 | 604 | NP 605 | Nepal 606 | M2985,1521L2984,1526L2985,1534L2984,1539L2975,1539L2961,1536L2953,1535L2946,1529L2931,1527L2917,1520L2906,1514L2895,1509L2900,1497L2907,1491L2911,1488L2920,1492L2931,1500L2938,1502L2941,1508L2950,1511L2959,1516L2972,1519L2985,1521Z 607 | 608 | 609 | NZ 610 | New Zealand 611 | M3930,2344L3932,2350L3940,2344L3943,2350L3943,2357L3939,2363L3932,2375L3926,2381L3930,2388L3922,2388L3912,2394L3909,2404L3903,2420L3894,2428L3889,2432L3878,2432L3871,2427L3859,2425L3857,2420L3863,2408L3877,2392L3884,2389L3892,2384L3902,2376L3909,2368L3914,2356L3918,2353L3920,2344L3927,2338L3930,2344ZM3948,2276L3956,2291L3956,2281L3961,2285L3963,2296L3971,2300L3979,2301L3985,2296L3991,2297L3988,2310L3985,2318L3976,2318L3973,2322L3974,2329L3973,2331L3969,2339L3963,2349L3955,2355L3953,2351L3948,2349L3954,2337L3951,2329L3939,2323L3939,2318L3947,2313L3949,2302L3948,2293L3944,2284L3944,2281L3939,2276L3930,2263L3926,2254L3930,2253L3936,2260L3944,2264L3948,2276Z 612 | 613 | 614 | OM 615 | Oman 616 | M2659,1603L2655,1611L2650,1611L2647,1614L2646,1620L2647,1628L2646,1629L2641,1629L2634,1633L2633,1639L2630,1642L2623,1641L2619,1644L2619,1649L2614,1652L2608,1651L2600,1655L2595,1656L2591,1648L2583,1628L2616,1617L2623,1593L2618,1584L2619,1579L2622,1574L2622,1569L2627,1567L2625,1565L2626,1557L2632,1557L2637,1566L2643,1570L2651,1572L2658,1574L2663,1581L2666,1585L2670,1586L2670,1589L2665,1596L2664,1599L2659,1603ZM2631,1545L2630,1547L2628,1543L2631,1539L2633,1540L2631,1545Z 617 | 618 | 619 | PK 620 | Pakistan 621 | M2840,1398L2849,1405L2852,1415L2870,1421L2859,1432L2847,1434L2830,1431L2825,1437L2829,1448L2833,1457L2842,1464L2832,1472L2832,1481L2821,1494L2814,1507L2803,1520L2790,1519L2778,1532L2785,1538L2786,1547L2792,1554L2795,1564L2770,1564L2763,1572L2755,1569L2751,1560L2743,1551L2722,1553L2704,1554L2688,1555L2693,1541L2709,1535L2708,1529L2702,1527L2702,1516L2691,1510L2687,1502L2681,1496L2700,1502L2711,1500L2718,1502L2720,1499L2728,1500L2742,1495L2743,1484L2749,1477L2757,1477L2758,1473L2767,1471L2771,1472L2775,1469L2775,1461L2780,1453L2787,1450L2782,1441L2793,1441L2796,1436L2795,1431L2801,1425L2800,1419L2797,1413L2804,1407L2815,1404L2828,1402L2834,1400L2840,1398Z 622 | 623 | 624 | PA 625 | Panama 626 | M1137,1763L1133,1760L1131,1754L1133,1751L1131,1750L1129,1746L1123,1743L1118,1744L1116,1748L1111,1751L1109,1751L1108,1753L1113,1760L1110,1761L1109,1763L1103,1763L1101,1757L1100,1758L1096,1758L1094,1753L1089,1753L1087,1751L1082,1751L1081,1754L1080,1752L1081,1750L1082,1747L1081,1745L1083,1744L1081,1742L1081,1738L1085,1737L1089,1741L1089,1743L1093,1744L1094,1743L1097,1746L1103,1745L1107,1742L1114,1740L1118,1736L1124,1737L1124,1738L1130,1739L1135,1740L1138,1744L1143,1747L1141,1749L1144,1755L1142,1759L1138,1758L1137,1763Z 627 | 628 | 629 | PE 630 | Peru 631 | M1229,2043L1226,2049L1220,2052L1209,2045L1208,2040L1186,2028L1166,2016L1158,2009L1153,1999L1155,1996L1145,1981L1134,1960L1124,1938L1119,1932L1116,1924L1107,1917L1099,1912L1103,1907L1097,1897L1101,1889L1110,1882L1111,1886L1108,1889L1108,1893L1113,1892L1117,1893L1122,1899L1128,1895L1130,1887L1137,1877L1151,1873L1163,1861L1166,1854L1165,1846L1168,1844L1175,1850L1179,1855L1184,1858L1190,1870L1199,1871L1205,1868L1209,1870L1215,1869L1224,1874L1217,1886L1220,1886L1226,1892L1216,1891L1214,1893L1205,1895L1192,1903L1192,1908L1189,1912L1190,1918L1183,1921L1183,1926L1180,1928L1185,1938L1191,1945L1189,1950L1196,1950L1200,1956L1210,1957L1219,1950L1218,1967L1223,1968L1230,1967L1239,1985L1237,1989L1236,1997L1236,2006L1232,2012L1234,2017L1231,2020L1236,2030L1229,2043Z 632 | 633 | 634 | PH 635 | Philippines 636 | M3411,1750L3412,1757L3412,1764L3409,1774L3404,1762L3399,1768L3403,1776L3400,1782L3387,1775L3383,1767L3387,1762L3380,1756L3376,1761L3371,1761L3363,1767L3361,1764L3365,1754L3372,1751L3378,1747L3382,1752L3391,1749L3393,1744L3400,1743L3400,1735L3409,1740L3410,1746L3411,1750ZM3384,1729L3380,1733L3376,1740L3373,1743L3366,1735L3368,1732L3371,1729L3372,1722L3379,1721L3377,1729L3385,1718L3384,1729ZM3323,1740L3308,1750L3314,1742L3322,1736L3328,1728L3334,1716L3336,1726L3329,1732L3323,1740ZM3361,1711L3367,1714L3374,1714L3374,1719L3369,1724L3362,1727L3361,1722L3362,1716L3361,1711ZM3401,1707L3404,1720L3395,1717L3396,1721L3398,1728L3393,1730L3393,1722L3389,1722L3387,1715L3394,1716L3394,1712L3387,1703L3398,1703L3401,1707ZM3357,1697L3354,1707L3349,1701L3343,1693L3353,1693L3357,1697ZM3354,1634L3361,1638L3365,1634L3366,1637L3364,1642L3368,1651L3365,1660L3358,1664L3356,1673L3359,1683L3365,1684L3370,1683L3384,1689L3382,1695L3386,1698L3385,1703L3376,1698L3372,1692L3369,1696L3362,1689L3352,1691L3347,1688L3347,1683L3351,1680L3347,1678L3346,1682L3340,1675L3339,1670L3338,1659L3343,1663L3344,1645L3348,1634L3354,1634Z 637 | 638 | 639 | PG 640 | Papua New Guinea 641 | M3739,1920L3736,1921L3731,1917L3726,1910L3724,1901L3725,1900L3727,1903L3730,1906L3735,1913L3741,1917L3739,1920ZM3696,1905L3690,1906L3688,1909L3682,1912L3676,1914L3670,1914L3661,1911L3655,1908L3656,1904L3666,1906L3672,1905L3674,1900L3675,1900L3676,1906L3683,1905L3686,1901L3692,1897L3691,1890L3697,1890L3700,1892L3699,1898L3696,1905ZM3642,1926L3652,1934L3659,1946L3666,1945L3665,1950L3674,1952L3671,1954L3682,1959L3681,1962L3674,1963L3671,1960L3662,1959L3650,1957L3642,1950L3635,1944L3630,1934L3615,1929L3606,1932L3599,1936L3600,1944L3591,1948L3585,1946L3574,1946L3574,1909L3573,1873L3593,1880L3613,1887L3621,1893L3627,1898L3629,1905L3647,1912L3650,1918L3640,1919L3642,1926ZM3708,1894L3705,1897L3703,1890L3700,1886L3695,1882L3689,1878L3681,1874L3684,1872L3690,1875L3694,1877L3698,1880L3703,1885L3707,1888L3708,1894Z 642 | 643 | 644 | PL 645 | Poland 646 | M2171,1180L2166,1168L2167,1162L2164,1152L2160,1146L2164,1141L2161,1131L2169,1126L2186,1117L2200,1111L2211,1114L2212,1118L2223,1119L2236,1121L2257,1121L2263,1123L2265,1128L2266,1137L2269,1144L2269,1151L2262,1155L2265,1163L2266,1171L2271,1187L2270,1192L2265,1194L2254,1208L2257,1216L2255,1215L2244,1208L2236,1211L2231,1209L2224,1213L2219,1207L2214,1209L2214,1208L2208,1199L2200,1198L2199,1193L2192,1191L2190,1195L2184,1192L2185,1187L2176,1186L2171,1180Z 647 | 648 | 649 | PR 650 | Puerto Rico 651 | M1266,1634L1272,1635L1274,1637L1271,1640L1262,1640L1256,1641L1255,1636L1257,1634L1266,1634Z 652 | 653 | 654 | KP 655 | Dem. Rep. Korea 656 | M3458,1322L3460,1324L3455,1324L3451,1329L3447,1334L3448,1344L3442,1348L3440,1350L3436,1354L3428,1357L3423,1361L3423,1367L3422,1369L3426,1371L3433,1377L3431,1381L3426,1382L3418,1382L3414,1389L3409,1388L3408,1389L3403,1387L3402,1389L3398,1391L3398,1388L3395,1387L3392,1384L3395,1378L3398,1376L3397,1374L3400,1366L3399,1364L3392,1362L3387,1358L3396,1349L3408,1341L3416,1330L3421,1335L3431,1336L3429,1328L3446,1321L3451,1313L3458,1322Z 657 | 658 | 659 | PT 660 | Portugal 661 | M1903,1330L1907,1326L1912,1324L1915,1331L1921,1331L1923,1329L1930,1329L1933,1337L1927,1341L1927,1352L1926,1355L1925,1361L1920,1363L1925,1371L1922,1381L1926,1385L1924,1389L1920,1394L1921,1399L1916,1402L1910,1400L1905,1402L1906,1391L1905,1382L1900,1381L1898,1375L1899,1366L1903,1361L1904,1355L1906,1346L1906,1340L1904,1335L1903,1330Z 662 | 663 | 664 | PY 665 | Paraguay 666 | M1306,2098L1310,2084L1311,2077L1316,2067L1335,2063L1346,2064L1356,2070L1356,2073L1360,2080L1359,2096L1371,2098L1375,2096L1383,2099L1385,2103L1386,2114L1387,2119L1391,2119L1395,2117L1399,2119L1399,2126L1398,2133L1396,2141L1394,2151L1384,2161L1375,2163L1362,2161L1351,2158L1362,2139L1361,2133L1349,2129L1336,2120L1326,2118L1306,2098Z 667 | 668 | 669 | GZ 670 | Palestine 671 | M2399,1462L2399,1470L2398,1474L2393,1476L2393,1473L2396,1471L2393,1469L2395,1461L2399,1462Z 672 | 673 | 674 | QA 675 | Qatar 676 | M2569,1559L2569,1550L2572,1544L2575,1543L2578,1546L2578,1554L2576,1561L2573,1562L2569,1559Z 677 | 678 | 679 | RO 680 | Romania 681 | M2257,1235L2261,1232L2268,1233L2275,1233L2281,1238L2284,1235L2293,1233L2295,1229L2300,1229L2303,1231L2307,1236L2310,1243L2317,1253L2317,1260L2316,1267L2318,1274L2323,1277L2328,1274L2333,1277L2334,1281L2328,1285L2325,1283L2322,1302L2315,1300L2307,1295L2294,1298L2288,1302L2272,1301L2263,1299L2259,1300L2256,1294L2254,1291L2257,1288L2254,1286L2250,1290L2244,1285L2243,1279L2236,1275L2235,1270L2229,1264L2238,1261L2244,1250L2250,1239L2257,1235Z 682 | 683 | 684 | RU 685 | Russia 686 | M3603,1186L3614,1217L3598,1211L3591,1235L3602,1252L3601,1264L3593,1254L3586,1266L3583,1253L3585,1237L3583,1219L3586,1206L3586,1183L3580,1165L3581,1140L3591,1131L3587,1123L3592,1120L3595,1132L3599,1150L3598,1168L3603,1186ZM2257,1121L2236,1121L2223,1119L2225,1110L2241,1104L2252,1107L2257,1110L2256,1116L2257,1121ZM56,840L63,847L60,826L91,831L112,857L101,869L83,871L83,897L78,902L68,902L60,893L45,885L42,874L31,869L18,873L12,863L15,853L1,860L6,872L0,884L0,770L27,793L56,822L56,840ZM4008,709L3995,711L3993,700L4008,686L4008,709ZM15,707L0,709L0,686L1,684L11,684L27,694L26,699L15,707ZM3602,623L3585,624L3563,619L3561,617L3571,602L3585,598L3601,613L3602,623ZM3682,547L3669,564L3651,560L3630,543L3633,529L3654,536L3682,547ZM3619,526L3610,558L3569,557L3551,567L3529,539L3535,508L3549,500L3579,502L3619,526ZM2644,713L2638,716L2601,712L2598,697L2578,687L2577,668L2588,660L2588,640L2610,607L2599,602L2626,566L2623,547L2648,524L2685,494L2722,486L2741,468L2762,461L2770,481L2763,495L2723,518L2689,539L2655,580L2638,619L2621,655L2623,685L2644,713ZM3195,460L3198,484L3208,472L3240,473L3265,496L3274,513L3272,536L3259,549L3230,573L3222,585L3235,591L3252,601L3262,593L3268,619L3272,608L3290,602L3326,609L3329,627L3375,633L3376,603L3399,610L3417,610L3435,630L3440,654L3434,669L3448,697L3465,711L3476,674L3494,690L3513,681L3534,692L3543,682L3561,687L3553,653L3567,637L3668,661L3677,683L3707,709L3752,703L3774,708L3783,722L3782,746L3795,755L3810,749L3830,748L3851,754L3872,750L3891,778L3905,768L3896,748L3901,734L3937,743L3960,741L3992,756L4008,770L4008,884L4007,884L3993,895L3979,893L3989,907L3995,928L4000,934L4002,944L3999,951L3978,945L3947,963L3937,966L3920,982L3904,996L3900,1007L3884,991L3855,1009L3850,1000L3839,1010L3824,1007L3821,1021L3807,1042L3808,1050L3820,1055L3819,1085L3809,1086L3804,1102L3808,1110L3789,1120L3785,1142L3769,1146L3765,1165L3749,1182L3745,1169L3740,1143L3734,1100L3739,1073L3749,1060L3749,1051L3767,1046L3787,1019L3806,996L3826,978L3835,945L3821,947L3814,966L3786,992L3777,963L3748,971L3720,1009L3730,1023L3705,1028L3688,1031L3688,1015L3671,1011L3657,1022L3623,1019L3587,1025L3551,1066L3508,1113L3526,1115L3531,1127L3542,1131L3549,1122L3561,1123L3577,1144L3578,1160L3569,1177L3568,1198L3563,1226L3546,1250L3542,1261L3527,1279L3512,1297L3505,1307L3490,1316L3483,1316L3476,1308L3461,1319L3460,1324L3458,1322L3458,1314L3464,1314L3465,1296L3462,1282L3472,1277L3485,1279L3493,1264L3497,1246L3501,1240L3507,1225L3488,1230L3479,1237L3462,1237L3457,1221L3444,1209L3425,1203L3421,1186L3417,1175L3413,1168L3406,1149L3396,1143L3379,1137L3365,1138L3351,1141L3342,1150L3348,1154L3348,1164L3342,1170L3332,1189L3332,1197L3316,1208L3303,1201L3289,1203L3284,1197L3277,1195L3261,1207L3246,1210L3236,1214L3222,1211L3211,1212L3205,1203L3194,1194L3182,1192L3168,1194L3158,1198L3142,1190L3140,1177L3127,1173L3117,1170L3104,1163L3093,1182L3097,1192L3086,1204L3070,1200L3059,1199L3052,1191L3040,1191L3031,1185L3014,1193L2992,1208L2981,1211L2976,1213L2970,1202L2956,1205L2951,1197L2943,1194L2938,1184L2932,1180L2916,1185L2901,1175L2895,1184L2870,1138L2856,1123L2860,1117L2832,1135L2821,1136L2822,1126L2808,1120L2796,1124L2793,1104L2773,1100L2763,1108L2735,1115L2729,1120L2688,1127L2683,1133L2691,1146L2680,1151L2682,1156L2671,1165L2689,1177L2687,1185L2671,1185L2668,1190L2653,1181L2636,1181L2624,1188L2611,1181L2586,1169L2569,1169L2546,1189L2545,1201L2533,1191L2524,1210L2527,1214L2521,1227L2530,1238L2539,1237L2546,1248L2545,1257L2550,1259L2545,1269L2534,1272L2523,1288L2534,1303L2532,1313L2545,1331L2538,1337L2536,1340L2531,1339L2523,1330L2520,1330L2513,1326L2510,1320L2500,1317L2493,1319L2491,1317L2476,1309L2459,1307L2450,1304L2449,1306L2434,1293L2422,1287L2412,1278L2420,1275L2429,1262L2423,1256L2440,1249L2439,1245L2429,1248L2430,1241L2435,1236L2446,1235L2448,1229L2445,1220L2450,1211L2450,1206L2433,1200L2427,1201L2420,1193L2411,1195L2397,1189L2398,1186L2394,1178L2385,1177L2384,1172L2387,1168L2379,1158L2368,1160L2365,1159L2362,1163L2358,1162L2355,1150L2352,1144L2354,1142L2363,1143L2368,1139L2364,1134L2357,1131L2358,1127L2353,1124L2346,1111L2349,1106L2347,1097L2337,1092L2331,1095L2329,1090L2317,1085L2314,1073L2313,1063L2308,1058L2312,1051L2309,1032L2317,1019L2315,1015L2328,1003L2316,993L2340,963L2350,949L2355,937L2338,920L2343,904L2333,884L2340,861L2327,830L2337,808L2320,788L2322,767L2331,764L2350,751L2361,740L2380,759L2410,767L2452,801L2461,815L2462,834L2449,849L2431,856L2381,835L2373,839L2391,859L2392,871L2393,898L2407,906L2416,913L2417,900L2411,889L2418,879L2445,896L2454,889L2446,870L2472,843L2483,845L2493,854L2499,835L2490,818L2496,801L2487,782L2519,792L2525,808L2511,812L2511,828L2520,838L2537,832L2540,813L2563,799L2602,773L2610,775L2599,793L2613,796L2621,786L2642,785L2658,772L2671,791L2684,771L2672,752L2678,742L2711,752L2726,761L2766,796L2774,781L2763,764L2762,758L2749,754L2752,739L2747,714L2746,703L2767,671L2774,637L2782,630L2812,640L2814,661L2804,689L2810,701L2814,724L2812,768L2824,787L2819,807L2797,847L2810,851L2814,841L2827,834L2830,820L2839,806L2833,789L2838,769L2826,767L2823,749L2832,716L2818,688L2837,664L2835,638L2840,637L2846,658L2842,692L2854,698L2849,673L2867,659L2890,657L2911,677L2901,647L2900,606L2919,598L2946,600L2970,595L2961,573L2974,546L2987,544L3009,523L3038,516L3042,504L3071,500L3080,510L3105,485L3125,486L3128,465L3139,444L3165,423L3184,440L3169,452L3195,460ZM3173,390L3111,411L3131,337L3140,331L3149,334L3177,368L3173,390ZM2573,254L2558,263L2548,268L2546,279L2533,289L2521,274L2528,253L2503,251L2525,238L2542,238L2544,256L2550,240L2561,228L2577,243L2573,254ZM3116,358L3092,365L3061,348L3043,326L3034,281L3019,268L3048,221L3072,204L3093,240L3119,304L3116,358Z 687 | 688 | 689 | RW 690 | Rwanda 691 | M2342,1856L2347,1863L2346,1869L2343,1871L2337,1870L2334,1876L2327,1875L2328,1869L2329,1869L2330,1862L2333,1859L2336,1860L2342,1856Z 692 | 693 | 694 | -993 695 | W. Sahara 696 | M1906,1530L1906,1523L1907,1523L1907,1524L1907,1527L1907,1545L1871,1545L1871,1576L1860,1577L1858,1583L1860,1601L1816,1601L1814,1605L1814,1600L1814,1600L1840,1599L1841,1594L1845,1589L1849,1572L1865,1559L1870,1544L1873,1543L1877,1533L1886,1532L1890,1533L1895,1533L1899,1530L1906,1530Z 697 | 698 | 699 | SA 700 | Saudi Arabia 701 | M2480,1659L2479,1654L2475,1651L2474,1646L2469,1642L2463,1632L2459,1623L2452,1614L2447,1613L2439,1601L2438,1593L2439,1586L2432,1572L2427,1568L2421,1565L2417,1558L2418,1555L2415,1549L2412,1546L2407,1537L2400,1527L2395,1518L2389,1518L2391,1511L2392,1507L2393,1502L2405,1504L2410,1500L2413,1495L2421,1493L2423,1489L2427,1487L2416,1474L2438,1467L2440,1465L2453,1469L2470,1478L2501,1504L2522,1505L2532,1506L2535,1512L2543,1512L2547,1523L2553,1526L2554,1530L2562,1535L2563,1541L2562,1545L2563,1549L2566,1552L2568,1556L2569,1559L2573,1562L2576,1561L2578,1566L2578,1568L2583,1581L2616,1587L2618,1584L2623,1593L2616,1617L2583,1628L2551,1633L2540,1638L2532,1650L2527,1652L2524,1648L2520,1649L2509,1648L2507,1647L2494,1647L2491,1648L2487,1645L2484,1651L2485,1656L2480,1659Z 702 | 703 | 704 | SD 705 | Sudan 706 | M2382,1738L2380,1738L2380,1732L2379,1728L2373,1724L2372,1716L2373,1707L2368,1706L2367,1709L2361,1710L2363,1713L2364,1720L2358,1726L2353,1734L2347,1735L2338,1729L2333,1731L2332,1734L2327,1736L2326,1739L2315,1739L2314,1736L2306,1736L2302,1738L2298,1737L2293,1730L2291,1727L2283,1729L2280,1734L2277,1744L2273,1746L2270,1748L2269,1747L2265,1744L2264,1740L2266,1736L2266,1731L2260,1724L2258,1719L2258,1716L2254,1713L2254,1706L2252,1702L2248,1703L2249,1698L2252,1694L2251,1689L2254,1685L2252,1683L2255,1676L2260,1667L2270,1668L2269,1622L2269,1617L2282,1617L2282,1593L2327,1593L2370,1593L2414,1593L2418,1604L2415,1607L2417,1619L2421,1633L2425,1636L2431,1640L2426,1647L2417,1649L2414,1652L2413,1660L2408,1677L2409,1682L2408,1691L2403,1703L2396,1708L2391,1717L2390,1722L2385,1725L2382,1737L2382,1738Z 707 | 708 | 709 | SS 710 | S. Sudan 711 | M2382,1738L2382,1747L2380,1750L2374,1751L2371,1757L2377,1758L2383,1763L2385,1768L2390,1770L2397,1782L2389,1790L2382,1796L2375,1802L2368,1802L2359,1804L2352,1802L2347,1805L2337,1797L2335,1793L2328,1795L2323,1794L2320,1796L2315,1795L2308,1786L2307,1782L2298,1778L2296,1771L2291,1766L2283,1760L2283,1756L2277,1752L2270,1748L2273,1746L2277,1744L2280,1734L2283,1729L2291,1727L2293,1730L2298,1737L2302,1738L2306,1736L2314,1736L2315,1739L2326,1739L2327,1736L2332,1734L2333,1731L2338,1729L2347,1735L2353,1734L2358,1726L2364,1720L2363,1713L2361,1710L2367,1709L2368,1706L2373,1707L2372,1716L2373,1724L2379,1728L2380,1732L2380,1738L2382,1738Z 712 | 713 | 714 | SN 715 | Senegal 716 | M1818,1691L1813,1682L1808,1678L1812,1676L1818,1668L1820,1662L1824,1658L1830,1659L1835,1657L1841,1656L1847,1660L1854,1663L1861,1671L1868,1679L1869,1686L1871,1693L1875,1696L1876,1701L1876,1704L1874,1705L1868,1704L1867,1705L1865,1705L1857,1703L1851,1703L1831,1702L1828,1703L1824,1703L1818,1705L1816,1696L1826,1696L1829,1695L1831,1695L1835,1692L1840,1694L1845,1695L1850,1692L1847,1689L1844,1691L1840,1691L1836,1688L1832,1688L1830,1691L1818,1691Z 717 | 718 | 719 | SB 720 | Solomon Is. 721 | M3808,1961L3812,1965L3804,1965L3800,1958L3806,1961L3808,1961ZM3794,1954L3790,1955L3783,1953L3781,1952L3782,1947L3789,1949L3793,1951L3794,1954ZM3804,1951L3802,1953L3794,1944L3791,1937L3795,1937L3799,1946L3804,1951ZM3783,1937L3784,1939L3775,1934L3769,1930L3765,1927L3767,1926L3772,1928L3781,1933L3783,1937ZM3757,1926L3755,1927L3750,1924L3746,1919L3746,1917L3753,1922L3757,1926Z 722 | 723 | 724 | SL 725 | Sierra Leone 726 | M1876,1768L1873,1767L1865,1763L1860,1757L1858,1753L1856,1744L1862,1739L1864,1736L1865,1734L1868,1734L1871,1731L1880,1731L1883,1735L1886,1740L1885,1744L1887,1746L1887,1751L1890,1750L1885,1755L1880,1761L1879,1765L1876,1768Z 727 | 728 | 729 | SV 730 | El Salvador 731 | M1026,1693L1025,1696L1019,1696L1015,1695L1010,1693L1004,1692L1001,1689L1001,1688L1005,1685L1007,1684L1006,1682L1009,1682L1012,1683L1015,1685L1018,1687L1019,1688L1023,1687L1026,1688L1027,1689L1026,1693Z 732 | 733 | 734 | -994 735 | Somaliland 736 | M2549,1738L2544,1745L2536,1754L2526,1755L2490,1741L2486,1737L2482,1732L2478,1725L2480,1721L2484,1715L2488,1717L2490,1722L2495,1727L2500,1727L2511,1724L2523,1723L2533,1719L2538,1718L2542,1716L2549,1716L2549,1716L2549,1721L2549,1732L2549,1738Z 737 | 738 | 739 | SO 740 | Somalia 741 | M2557,1714L2563,1713L2568,1709L2573,1709L2573,1712L2572,1719L2572,1725L2570,1729L2566,1741L2561,1754L2554,1768L2545,1784L2535,1797L2522,1812L2511,1821L2494,1832L2484,1841L2472,1854L2469,1860L2467,1863L2460,1853L2460,1813L2470,1800L2473,1797L2480,1796L2490,1789L2504,1788L2536,1754L2544,1745L2549,1738L2549,1732L2549,1721L2549,1716L2549,1716L2552,1716L2557,1714Z 742 | 743 | 744 | YF 745 | Serbia 746 | M2236,1275L2243,1279L2244,1285L2250,1290L2254,1286L2257,1288L2254,1291L2256,1294L2253,1297L2254,1303L2260,1309L2255,1314L2254,1319L2255,1321L2253,1323L2248,1323L2244,1324L2244,1323L2245,1321L2246,1317L2245,1318L2242,1315L2241,1314L2239,1312L2237,1311L2235,1309L2233,1309L2232,1314L2229,1315L2230,1314L2226,1311L2222,1309L2221,1307L2218,1305L2220,1304L2222,1297L2217,1291L2219,1284L2215,1284L2220,1278L2216,1273L2213,1267L2222,1263L2229,1264L2235,1270L2236,1275Z 747 | 748 | 749 | SR 750 | Suriname 751 | M1368,1777L1381,1779L1382,1777L1391,1777L1403,1780L1397,1789L1398,1797L1403,1804L1401,1808L1400,1813L1397,1818L1390,1816L1385,1817L1381,1816L1380,1819L1381,1821L1380,1824L1374,1823L1368,1813L1366,1807L1363,1807L1358,1799L1360,1793L1359,1790L1366,1787L1368,1777Z 752 | 753 | 754 | SK 755 | Slovakia 756 | M2214,1208L2214,1209L2219,1207L2224,1213L2231,1209L2236,1211L2244,1208L2255,1215L2252,1219L2250,1226L2247,1228L2235,1223L2232,1224L2229,1228L2224,1230L2223,1229L2217,1231L2213,1232L2212,1235L2203,1237L2198,1235L2193,1231L2192,1225L2193,1223L2194,1219L2199,1220L2203,1218L2203,1216L2205,1216L2206,1212L2209,1211L2210,1208L2214,1208Z 757 | 758 | 759 | SI 760 | Slovenia 761 | M2157,1258L2167,1259L2172,1255L2182,1255L2184,1252L2186,1252L2188,1258L2179,1262L2178,1268L2174,1270L2174,1275L2170,1274L2166,1272L2164,1274L2156,1274L2159,1272L2156,1266L2157,1258Z 762 | 763 | 764 | SE 765 | Sweden 766 | M2251,864L2240,882L2242,898L2224,919L2202,940L2194,973L2202,990L2213,1002L2203,1027L2191,1032L2187,1067L2181,1086L2167,1084L2161,1100L2148,1101L2144,1082L2135,1059L2127,1029L2131,1016L2141,1001L2144,974L2137,963L2137,931L2144,907L2155,908L2159,897L2155,889L2172,851L2183,820L2190,799L2201,799L2204,782L2225,787L2227,767L2234,765L2248,781L2266,801L2266,845L2270,856L2251,864Z 767 | 768 | 769 | SZ 770 | Swaziland 771 | M2361,2153L2359,2158L2352,2160L2345,2153L2345,2149L2348,2144L2349,2140L2353,2140L2358,2142L2360,2147L2361,2153Z 772 | 773 | 774 | SY 775 | Syria 776 | M2436,1449L2414,1463L2401,1458L2401,1458L2403,1456L2403,1451L2405,1443L2411,1438L2409,1433L2404,1432L2403,1422L2406,1416L2409,1413L2412,1410L2413,1402L2416,1405L2429,1401L2435,1404L2444,1404L2457,1399L2463,1399L2475,1397L2469,1405L2463,1409L2464,1419L2460,1435L2436,1449Z 777 | 778 | 779 | TD 780 | Chad 781 | M2165,1699L2166,1694L2159,1694L2159,1686L2154,1682L2159,1667L2173,1656L2174,1641L2178,1617L2181,1612L2176,1608L2176,1604L2172,1601L2169,1582L2180,1576L2225,1599L2269,1622L2270,1668L2260,1667L2255,1676L2252,1683L2254,1685L2251,1689L2252,1694L2249,1698L2248,1703L2252,1702L2254,1706L2254,1713L2258,1716L2258,1719L2251,1721L2246,1726L2238,1738L2227,1743L2216,1742L2213,1743L2214,1747L2208,1751L2204,1756L2190,1760L2187,1757L2185,1757L2183,1760L2174,1761L2176,1758L2172,1750L2171,1746L2166,1744L2159,1737L2162,1732L2167,1733L2170,1732L2176,1732L2170,1722L2170,1714L2170,1707L2165,1699Z 782 | 783 | 784 | TG 785 | Togo 786 | M2025,1775L2016,1778L2013,1774L2010,1767L2009,1761L2012,1751L2009,1747L2008,1738L2008,1730L2003,1724L2004,1720L2014,1721L2012,1727L2016,1730L2020,1734L2020,1739L2022,1742L2022,1768L2025,1775Z 787 | 788 | 789 | TH 790 | Thailand 791 | M3146,1707L3136,1702L3126,1702L3128,1693L3118,1693L3117,1706L3111,1722L3108,1732L3108,1741L3116,1741L3120,1751L3122,1761L3128,1767L3135,1769L3141,1774L3137,1779L3130,1780L3129,1775L3120,1770L3118,1772L3114,1767L3112,1762L3106,1756L3100,1750L3098,1757L3096,1751L3098,1744L3101,1733L3106,1721L3112,1710L3108,1700L3108,1695L3107,1688L3099,1679L3097,1674L3101,1671L3105,1661L3100,1654L3093,1645L3088,1635L3092,1633L3098,1620L3105,1619L3112,1614L3118,1612L3123,1615L3124,1622L3131,1623L3128,1635L3129,1646L3140,1639L3144,1641L3150,1641L3153,1636L3161,1637L3169,1647L3170,1658L3179,1668L3179,1678L3175,1683L3165,1682L3150,1684L3143,1693L3146,1707Z 792 | 793 | 794 | TJ 795 | Tajikistan 796 | M2794,1354L2790,1358L2778,1356L2777,1364L2789,1363L2803,1368L2824,1365L2827,1379L2830,1377L2837,1381L2837,1386L2838,1394L2827,1394L2819,1393L2812,1399L2807,1401L2804,1404L2799,1399L2800,1387L2797,1387L2798,1382L2792,1379L2787,1384L2786,1390L2784,1392L2778,1391L2774,1398L2770,1395L2762,1400L2759,1398L2765,1384L2763,1373L2755,1370L2757,1363L2767,1364L2772,1356L2776,1347L2790,1343L2788,1350L2790,1354L2794,1354Z 797 | 798 | 799 | TM 800 | Turkmenistan 801 | M2685,1419L2684,1407L2676,1407L2663,1394L2654,1393L2642,1385L2634,1384L2629,1387L2622,1386L2614,1394L2604,1397L2602,1387L2604,1372L2595,1368L2598,1358L2590,1357L2593,1344L2603,1348L2613,1343L2605,1334L2602,1326L2593,1330L2592,1341L2588,1331L2593,1326L2606,1323L2613,1327L2621,1339L2627,1338L2639,1338L2638,1330L2647,1325L2656,1316L2671,1324L2673,1336L2677,1339L2689,1339L2693,1341L2698,1356L2711,1366L2718,1373L2730,1380L2745,1386L2744,1395L2741,1394L2736,1391L2734,1396L2725,1398L2722,1409L2716,1414L2707,1416L2705,1422L2696,1424L2685,1419Z 802 | 803 | 804 | TP 805 | Timor-Leste 806 | M3395,1943L3396,1941L3406,1938L3414,1938L3417,1936L3421,1938L3417,1941L3406,1946L3396,1949L3396,1945L3395,1943Z 807 | 808 | 809 | TT 810 | Trinidad and Tobago 811 | M1317,1723L1324,1722L1326,1722L1325,1731L1316,1732L1314,1731L1317,1728L1317,1723Z 812 | 813 | 814 | TN 815 | Tunisia 816 | M2109,1490L2105,1466L2098,1461L2098,1458L2088,1450L2088,1440L2094,1432L2097,1421L2095,1408L2097,1401L2110,1395L2117,1397L2117,1404L2127,1399L2127,1401L2122,1408L2122,1415L2126,1418L2124,1430L2117,1437L2119,1444L2125,1444L2127,1450L2132,1452L2131,1463L2126,1466L2122,1471L2115,1476L2116,1481L2115,1487L2109,1490Z 817 | 818 | 819 | TR 820 | Turkey 821 | M2415,1338L2431,1343L2444,1341L2453,1342L2466,1335L2478,1334L2489,1341L2491,1346L2490,1354L2498,1357L2502,1361L2495,1366L2498,1382L2496,1386L2502,1398L2497,1400L2493,1396L2480,1395L2475,1397L2463,1399L2457,1399L2444,1404L2435,1404L2429,1401L2416,1405L2413,1402L2412,1410L2409,1413L2406,1416L2402,1410L2406,1405L2400,1406L2390,1403L2383,1411L2366,1412L2357,1405L2345,1404L2342,1410L2334,1412L2324,1404L2311,1405L2305,1391L2297,1383L2302,1372L2295,1365L2307,1351L2325,1351L2329,1339L2350,1341L2364,1332L2377,1327L2395,1327L2415,1338ZM2306,1347L2297,1355L2294,1348L2294,1345L2296,1344L2300,1334L2294,1330L2306,1326L2315,1328L2317,1333L2326,1338L2324,1342L2311,1343L2306,1347Z 822 | 823 | 824 | -995 825 | Taiwan 826 | M3359,1564L3353,1583L3348,1593L3342,1583L3341,1574L3347,1562L3356,1553L3361,1556L3359,1564Z 827 | 828 | 829 | TZ 830 | Tanzania 831 | M2381,1854L2383,1856L2423,1878L2424,1885L2440,1896L2435,1910L2436,1916L2443,1920L2443,1923L2440,1930L2441,1933L2440,1939L2444,1946L2448,1957L2453,1959L2444,1966L2432,1970L2425,1970L2421,1974L2413,1974L2410,1975L2397,1972L2388,1973L2385,1958L2382,1952L2379,1949L2368,1947L2362,1944L2355,1942L2351,1940L2346,1937L2340,1923L2333,1917L2331,1910L2332,1904L2330,1894L2335,1893L2339,1889L2343,1884L2346,1881L2346,1878L2344,1875L2343,1871L2346,1869L2347,1863L2342,1856L2346,1855L2358,1855L2381,1854Z 832 | 833 | 834 | UG 835 | Uganda 836 | M2358,1855L2346,1855L2342,1856L2336,1860L2333,1859L2333,1850L2336,1846L2336,1837L2339,1832L2343,1826L2347,1823L2351,1819L2346,1818L2347,1805L2352,1802L2359,1804L2368,1802L2375,1802L2382,1796L2388,1804L2389,1810L2394,1823L2390,1831L2384,1838L2381,1843L2381,1854L2358,1855Z 837 | 838 | 839 | UA 840 | Ukraine 841 | M2358,1162L2362,1163L2365,1159L2368,1160L2379,1158L2387,1168L2384,1172L2385,1177L2394,1178L2398,1186L2397,1189L2411,1195L2420,1193L2427,1201L2433,1200L2450,1206L2450,1211L2445,1220L2448,1229L2446,1235L2435,1236L2430,1241L2429,1248L2420,1249L2413,1255L2403,1255L2393,1261L2394,1271L2399,1275L2410,1274L2408,1280L2396,1283L2381,1292L2375,1289L2377,1281L2365,1277L2367,1273L2378,1268L2374,1265L2357,1260L2356,1254L2346,1256L2342,1265L2333,1277L2328,1274L2323,1277L2318,1274L2321,1272L2323,1267L2326,1262L2325,1259L2327,1257L2328,1260L2335,1260L2338,1259L2336,1257L2337,1255L2333,1251L2331,1244L2327,1241L2328,1236L2323,1231L2318,1231L2310,1225L2303,1227L2300,1229L2295,1229L2293,1233L2284,1235L2281,1238L2275,1233L2268,1233L2261,1232L2257,1235L2256,1231L2250,1226L2252,1219L2255,1215L2257,1216L2254,1208L2265,1194L2270,1192L2271,1187L2266,1171L2271,1171L2277,1166L2286,1165L2297,1167L2309,1171L2318,1172L2322,1174L2326,1171L2329,1175L2339,1174L2344,1176L2345,1167L2348,1163L2358,1162Z 842 | 843 | 844 | UY 845 | Uruguay 846 | M1362,2197L1369,2196L1381,2206L1385,2205L1396,2214L1405,2221L1411,2230L1407,2236L1410,2244L1405,2252L1392,2260L1384,2257L1378,2258L1368,2253L1360,2253L1353,2246L1354,2237L1357,2234L1357,2221L1359,2207L1362,2197Z 847 | 848 | 849 | US 850 | United States 851 | M272,1627L271,1629L268,1628L268,1624L266,1620L267,1619L269,1617L268,1614L269,1613L270,1614L274,1616L276,1617L278,1618L280,1622L280,1623L276,1626L272,1627ZM266,1609L263,1610L261,1607L259,1606L259,1606L260,1605L264,1606L267,1607L266,1609ZM259,1603L258,1604L252,1603L253,1602L259,1603ZM249,1601L248,1602L247,1601L243,1601L242,1598L242,1598L245,1596L246,1597L249,1601ZM230,1593L229,1594L225,1592L225,1591L227,1590L230,1590L230,1593ZM948,1210L950,1219L954,1222L961,1223L973,1226L984,1231L993,1229L1006,1233L1010,1233L1020,1228L1030,1234L1041,1241L1050,1246L1059,1251L1060,1256L1063,1257L1062,1259L1065,1259L1067,1258L1068,1261L1070,1264L1073,1264L1075,1266L1073,1269L1085,1276L1087,1290L1089,1304L1086,1313L1081,1321L1078,1327L1078,1328L1079,1330L1083,1333L1086,1333L1099,1325L1110,1322L1125,1315L1125,1313L1124,1309L1122,1306L1127,1303L1138,1303L1149,1303L1152,1297L1154,1296L1165,1285L1170,1282L1187,1282L1208,1282L1209,1278L1212,1277L1217,1274L1221,1267L1225,1255L1233,1242L1237,1247L1244,1244L1249,1249L1249,1271L1256,1280L1258,1285L1246,1292L1235,1298L1223,1302L1217,1311L1215,1315L1215,1323L1219,1331L1224,1331L1222,1326L1226,1329L1225,1333L1217,1336L1212,1335L1204,1338L1199,1339L1192,1339L1183,1344L1200,1341L1203,1344L1187,1348L1180,1348L1181,1346L1177,1350L1180,1351L1178,1361L1170,1373L1169,1369L1167,1368L1163,1365L1165,1372L1168,1375L1168,1380L1165,1386L1158,1397L1157,1396L1161,1387L1155,1381L1154,1370L1152,1376L1154,1385L1147,1383L1154,1387L1155,1400L1158,1401L1159,1406L1161,1420L1154,1430L1142,1434L1135,1442L1129,1443L1124,1448L1122,1452L1110,1461L1104,1467L1098,1475L1097,1484L1099,1493L1102,1504L1107,1513L1107,1518L1113,1533L1112,1541L1112,1546L1109,1554L1106,1555L1100,1554L1098,1548L1094,1546L1088,1535L1083,1525L1081,1520L1084,1512L1081,1505L1072,1494L1068,1492L1056,1498L1054,1498L1049,1492L1042,1488L1029,1490L1019,1489L1011,1489L1006,1491L1008,1495L1008,1500L1011,1503L1008,1504L1004,1502L1000,1505L992,1504L984,1498L974,1499L966,1496L959,1497L950,1500L940,1510L928,1515L922,1521L920,1527L920,1535L920,1541L922,1546L918,1546L910,1543L901,1539L898,1533L896,1525L889,1518L885,1510L880,1501L872,1496L863,1497L856,1507L847,1503L841,1499L838,1492L834,1485L828,1479L822,1475L818,1471L799,1471L799,1476L790,1476L768,1476L742,1467L726,1461L727,1458L713,1459L700,1460L698,1454L691,1446L686,1444L684,1441L678,1440L674,1436L664,1435L661,1433L660,1425L649,1412L640,1392L640,1389L635,1384L626,1372L625,1361L619,1353L621,1341L621,1328L617,1316L622,1302L623,1288L625,1273L623,1252L619,1238L616,1230L617,1227L633,1232L639,1248L642,1244L640,1230L636,1216L668,1216L701,1216L712,1216L746,1216L779,1216L812,1216L845,1216L883,1216L921,1216L944,1216L944,1210L948,1210ZM300,1065L289,1073L284,1068L282,1058L292,1051L298,1048L305,1049L310,1056L300,1065ZM161,1006L154,1009L146,1005L140,999L151,995L159,997L161,1006ZM92,914L99,919L106,917L115,923L126,926L125,929L117,934L108,929L104,925L94,926L91,924L92,914ZM278,699L286,714L291,707L309,709L309,717L326,723L337,720L361,730L382,733L391,737L405,732L422,742L434,746L434,746L434,856L434,997L445,998L456,1004L464,1014L474,1028L484,1016L496,1009L502,1020L509,1029L519,1038L526,1054L538,1077L557,1090L557,1102L551,1111L545,1104L535,1098L532,1081L517,1064L511,1045L501,1043L483,1043L470,1037L447,1014L436,1010L417,1002L401,1004L379,994L366,984L354,989L356,1004L350,1006L337,1010L327,1018L315,1022L313,1010L318,988L330,980L327,975L313,988L305,1002L289,1018L297,1029L287,1044L275,1053L264,1059L261,1068L244,1079L240,1088L227,1097L219,1095L209,1101L198,1107L188,1114L169,1119L168,1116L180,1107L191,1101L203,1090L216,1088L222,1080L237,1067L240,1063L248,1056L250,1040L256,1028L243,1034L239,1030L233,1038L226,1027L223,1035L219,1024L208,1033L201,1033L200,1020L202,1012L195,1004L180,1008L171,998L163,992L163,980L154,970L159,956L168,943L172,930L181,928L188,932L197,920L206,923L214,915L212,903L206,899L214,889L207,889L195,895L192,900L183,895L167,897L151,891L146,881L132,865L148,854L173,840L182,840L180,854L204,853L195,836L181,825L173,810L163,798L147,788L154,772L173,771L187,757L190,742L201,726L212,722L233,707L244,710L261,691L278,699Z 852 | 853 | 854 | UZ 855 | Uzbekistan 856 | M2744,1395L2745,1386L2730,1380L2718,1373L2711,1366L2698,1356L2693,1341L2689,1339L2677,1339L2673,1336L2671,1324L2656,1316L2647,1325L2638,1330L2639,1338L2627,1338L2626,1282L2655,1272L2657,1274L2674,1285L2683,1291L2694,1305L2707,1303L2726,1302L2740,1313L2739,1328L2744,1328L2746,1340L2761,1341L2764,1348L2768,1347L2773,1337L2787,1327L2794,1324L2797,1325L2788,1335L2796,1340L2804,1337L2817,1345L2803,1355L2794,1354L2790,1354L2788,1350L2790,1343L2776,1347L2772,1356L2767,1364L2757,1363L2755,1370L2763,1373L2765,1384L2759,1398L2750,1395L2744,1395Z 857 | 858 | 859 | VE 860 | Venezuela 861 | M1210,1712L1209,1715L1203,1716L1206,1721L1206,1727L1201,1733L1206,1742L1210,1742L1213,1734L1209,1730L1209,1721L1223,1716L1221,1711L1225,1707L1229,1715L1237,1716L1244,1722L1245,1726L1255,1726L1267,1725L1273,1730L1281,1731L1288,1728L1288,1725L1302,1724L1315,1724L1305,1727L1309,1733L1318,1733L1327,1739L1328,1748L1334,1748L1339,1750L1330,1757L1329,1761L1333,1765L1330,1767L1323,1769L1323,1774L1320,1777L1328,1786L1329,1789L1325,1793L1313,1797L1305,1799L1301,1802L1293,1799L1284,1798L1282,1799L1287,1802L1287,1809L1288,1816L1298,1817L1298,1819L1290,1823L1289,1827L1285,1829L1276,1832L1274,1835L1265,1836L1259,1830L1256,1819L1253,1815L1249,1812L1255,1807L1254,1804L1251,1801L1249,1794L1250,1786L1252,1782L1254,1776L1250,1774L1244,1775L1236,1775L1231,1776L1223,1766L1217,1765L1203,1766L1200,1762L1197,1761L1197,1759L1198,1754L1197,1750L1195,1747L1193,1742L1188,1742L1191,1735L1192,1727L1195,1723L1200,1719L1203,1714L1210,1712Z 862 | 863 | 864 | VN 865 | Vietnam 866 | M3207,1598L3192,1608L3182,1619L3180,1628L3188,1640L3199,1655L3209,1662L3216,1672L3221,1693L3219,1713L3210,1721L3197,1728L3188,1737L3174,1748L3170,1741L3173,1733L3165,1726L3175,1722L3187,1721L3182,1714L3200,1705L3202,1692L3199,1684L3201,1673L3198,1664L3190,1656L3183,1646L3174,1632L3160,1625L3164,1621L3171,1618L3166,1608L3153,1607L3148,1597L3141,1587L3147,1584L3156,1584L3167,1583L3176,1576L3182,1581L3192,1583L3190,1590L3195,1595L3207,1598Z 867 | 868 | 869 | VU 870 | Vanuatu 871 | M3872,2030L3869,2031L3865,2026L3865,2023L3872,2030ZM3864,2012L3866,2021L3863,2020L3860,2020L3859,2017L3859,2008L3864,2012Z 872 | 873 | 874 | RY 875 | Yemen 876 | M2595,1656L2587,1659L2585,1664L2584,1668L2573,1673L2556,1678L2546,1686L2541,1687L2537,1686L2531,1691L2524,1693L2514,1694L2512,1695L2509,1698L2506,1698L2505,1701L2499,1701L2496,1703L2488,1702L2485,1695L2485,1689L2483,1686L2481,1677L2478,1672L2480,1672L2479,1667L2480,1664L2480,1659L2485,1656L2484,1651L2487,1645L2491,1648L2494,1647L2507,1647L2509,1648L2520,1649L2524,1648L2527,1652L2532,1650L2540,1638L2551,1633L2583,1628L2591,1648L2595,1656Z 877 | 878 | 879 | ZA 880 | South Africa 881 | M2355,2185L2352,2187L2348,2193L2345,2200L2338,2209L2326,2222L2318,2230L2309,2236L2298,2242L2292,2242L2291,2246L2284,2244L2278,2247L2266,2244L2260,2246L2255,2245L2244,2250L2234,2252L2227,2257L2222,2258L2217,2253L2214,2253L2209,2247L2208,2249L2207,2245L2207,2237L2203,2228L2207,2226L2207,2216L2199,2204L2194,2193L2194,2193L2186,2176L2191,2170L2195,2173L2197,2179L2202,2180L2209,2182L2215,2181L2225,2175L2225,2129L2228,2130L2235,2142L2234,2150L2236,2154L2244,2153L2250,2147L2255,2144L2258,2138L2263,2135L2268,2136L2273,2140L2282,2140L2289,2137L2291,2134L2293,2128L2299,2127L2302,2122L2306,2114L2316,2105L2331,2096L2336,2096L2341,2098L2345,2097L2351,2098L2356,2115L2359,2124L2357,2137L2358,2142L2353,2140L2349,2140L2348,2144L2345,2149L2345,2153L2352,2160L2359,2158L2361,2153L2369,2153L2366,2162L2365,2173L2362,2178L2355,2185Z 882 | 883 | 884 | ZM 885 | Zambia 886 | M2368,1947L2374,1952L2377,1962L2375,1965L2372,1974L2375,1983L2371,1987L2368,1998L2373,2001L2340,2010L2341,2019L2332,2020L2326,2025L2325,2029L2321,2030L2311,2039L2305,2047L2301,2047L2297,2046L2285,2045L2283,2044L2283,2043L2279,2040L2271,2039L2262,2042L2255,2035L2247,2025L2248,1989L2271,1989L2270,1985L2272,1981L2270,1975L2271,1970L2270,1966L2274,1967L2274,1970L2280,1970L2287,1971L2290,1976L2299,1978L2306,1974L2309,1980L2317,1982L2321,1986L2326,1993L2334,1993L2333,1980L2330,1983L2323,1978L2320,1976L2321,1965L2323,1951L2320,1946L2324,1939L2327,1938L2342,1936L2346,1937L2351,1940L2355,1942L2362,1944L2368,1947Z 887 | 888 | 889 | ZW 890 | Zimbabwe 891 | M2351,2098L2345,2097L2341,2098L2336,2096L2331,2096L2324,2091L2316,2089L2312,2081L2312,2077L2308,2076L2295,2063L2292,2056L2289,2054L2285,2045L2297,2046L2301,2047L2305,2047L2311,2039L2321,2030L2325,2029L2326,2025L2332,2020L2341,2019L2341,2023L2351,2023L2356,2025L2358,2028L2364,2029L2369,2033L2369,2047L2367,2055L2367,2064L2369,2068L2367,2075L2366,2076L2363,2084L2351,2098Z 892 | 893 | 894 | -------------------------------------------------------------------------------- /images/vector-rat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/images/vector-rat.jpg -------------------------------------------------------------------------------- /images/vector-rat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vector-OS/Vector-Rat/4bbe3da76210ae2d8f48f91e13c56b0b8b4ec2ab/images/vector-rat.webp -------------------------------------------------------------------------------- /settings.xml: -------------------------------------------------------------------------------- 1 |  2 | <_x206A__x200F__x202D__x206B__x206C__x202A__x202E__x200F__x200F__x206F__x202D__x200E__x206A__x200E__x206C__x200B__x202C__x206F__x206B__x202A__x206A__x206C__x202B__x200C__x200F__x200D__x200C__x202C__x202A__x200B__x200D__x200D__x206B__x206C__x202C__x200D__x206A__x202B__x202B__x206F__x202E_ xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> 3 | 2023-11-26T10:17:46.4128344+03:00 4 | 5 | <_x206A__x206F__x206B__x206A__x202B__x206E__x200C__x206F__x200F__x202A__x200B__x202E__x206E__x206E__x206B__x202C__x200F__x202D__x202B__x202B__x200F__x200B__x206D__x200F__x200C__x206F__x200F__x202D__x206F__x206A__x206F__x200E__x202C__x202C__x202B__x202A__x202C__x202B__x202A__x202A__x202E_> 6 | true 7 | 8 | 9 | C:\Users\root\Desktop\New folder (105)\0x29aRT.dll 10 | 11 | 12 | 13 | 14 | false 15 | false 16 | false 17 | false 18 | 19 | false 20 | DodgerBlue 21 | DeepSkyBlue 22 | false 23 | 0 24 | 0 25 | false 26 | false 27 | 0 28 | 29 | false 30 | false 31 | false 32 | false 33 | false 34 | false 35 | false 36 | false 37 | false 38 | false 39 | false 40 | false 41 | false 42 | 43 | false 44 | White 45 | 46 | _Remote.exe 47 | 48 | false 49 | false 50 | false 51 | 52 | --------------------------------------------------------------------------------