{"id":16780858,"url":"https://github.com/purocean/qqmap-getpoint","last_synced_at":"2026-02-12T18:32:44.838Z","repository":{"id":88245288,"uuid":"186989643","full_name":"purocean/qqmap-getpoint","owner":"purocean","description":"腾讯地图坐标选点","archived":false,"fork":false,"pushed_at":"2019-05-17T02:53:50.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-07T01:22:45.070Z","etag":null,"topics":["getpoint","qqmap"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/purocean.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-16T08:51:37.000Z","updated_at":"2019-05-17T02:53:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f48ce47-329e-4a4b-9ece-011b4ae22ce0","html_url":"https://github.com/purocean/qqmap-getpoint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/purocean/qqmap-getpoint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purocean%2Fqqmap-getpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purocean%2Fqqmap-getpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purocean%2Fqqmap-getpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purocean%2Fqqmap-getpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purocean","download_url":"https://codeload.github.com/purocean/qqmap-getpoint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purocean%2Fqqmap-getpoint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29376891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T18:17:34.915Z","status":"ssl_error","status_checked_at":"2026-02-12T18:17:34.495Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["getpoint","qqmap"],"created_at":"2024-10-13T07:36:07.691Z","updated_at":"2026-02-12T18:32:44.819Z","avatar_url":"https://github.com/purocean.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 腾讯地图坐标拾取器\n\n解决 Web 开发中选择坐标位置问题\n\n代码来自 https://lbs.qq.com/tool/getpoint/getpoint.html\n在这个基础上增加了自定义Key，初始化位置，回调函数功能\n\n## 使用\n```html\n\u003cscript\u003e\nfunction init() {\n    var map = document.getElementById('qq-map-iframe');\n    var lat = 30.65089;\n    var lng = 104.07572;\n    var callback = function (val) {\n        console.log(val);\n    };\n\n    // 初始化位置和回调函数\n    if (map.contentWindow.init) {\n        map.contentWindow.init(callback, lat, lng);\n    }\n}\n\u003c/script\u003e\n\n\u003ciframe id=\"qq-map-iframe\" src=\"getpoint.html?key=QQ_MAP_KEY\" frameborder=\"0\" width=\"100%\" height=\"620\" onload=\"init()\"\u003e\u003c/iframe\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurocean%2Fqqmap-getpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurocean%2Fqqmap-getpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurocean%2Fqqmap-getpoint/lists"}