{"id":13745001,"url":"https://github.com/vis4/as3proj","last_synced_at":"2025-05-09T04:33:02.807Z","repository":{"id":66111293,"uuid":"2138550","full_name":"vis4/as3proj","owner":"vis4","description":"ActionScript port of Proj.4 library","archived":false,"fork":false,"pushed_at":"2011-08-01T19:54:22.000Z","size":138,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-29T02:02:18.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vis4.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-01T19:26:47.000Z","updated_at":"2018-12-05T21:39:22.000Z","dependencies_parsed_at":"2023-02-19T22:40:28.077Z","dependency_job_id":null,"html_url":"https://github.com/vis4/as3proj","commit_stats":null,"previous_names":["gka/as3proj"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3proj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3proj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3proj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vis4%2Fas3proj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vis4","download_url":"https://codeload.github.com/vis4/as3proj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224819738,"owners_count":17375318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:20.103Z","updated_at":"2024-11-15T17:30:56.914Z","avatar_url":"https://github.com/vis4.png","language":"ActionScript","readme":"as3proj\n=======\n\n![screenshot of rendered maps](http://vis4.net/blog/wp-content/uploads/2010/04/as3proj1.png)\n\nas3proj is a collection of map projection classes which you can use to convert geographical coodinates (pairs of latitude and longitude values) into screen coordinates. It is a port from the Java Map Projection Library[1] by Jerry Huxtable, which is itself a port from the famous PROJ.4 library[2].\n\n1 http://www.jhlabs.com/java/maps/proj/\n2 http://trac.osgeo.org/proj/\n\n### Usage example\n\n\tvar lat:Number, \n\t\tlng:Number, \n\t\tproj:Projection, \n\t\tp:Point;\n\t\t\n\tlat = 40.2302; // degrees\n\tlng = 24.32434; // degrees\n\tproj = new RobinsonProjection();\n\tproj.initialize();\n\tp = proj.project(lat, lng, new Point());\n\n\t// p contains converted values in metres\n\n\n","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvis4%2Fas3proj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvis4%2Fas3proj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvis4%2Fas3proj/lists"}