{"id":20072271,"url":"https://github.com/mapnik/hello-world-input-plugin","last_synced_at":"2025-05-05T20:33:12.493Z","repository":{"id":31683881,"uuid":"35249454","full_name":"mapnik/hello-world-input-plugin","owner":"mapnik","description":"Hello world input plugin","archived":false,"fork":false,"pushed_at":"2021-10-14T16:39:00.000Z","size":180,"stargazers_count":2,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-25T23:29:56.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/mapnik.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":"2015-05-08T00:01:13.000Z","updated_at":"2024-03-25T23:29:56.661Z","dependencies_parsed_at":"2022-09-12T13:40:17.795Z","dependency_job_id":null,"html_url":"https://github.com/mapnik/hello-world-input-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapnik%2Fhello-world-input-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapnik%2Fhello-world-input-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapnik%2Fhello-world-input-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapnik%2Fhello-world-input-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapnik","download_url":"https://codeload.github.com/mapnik/hello-world-input-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224468243,"owners_count":17316337,"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-11-13T14:39:17.388Z","updated_at":"2024-11-13T14:39:18.105Z","avatar_url":"https://github.com/mapnik.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## hello world plugin\n\nThis is a very simple sample plugin. It is designed to help developers\nsee the skeletal basics needed to achieve a functional datasource plugin.\n\nIt is not a model plugin of best practices as much as a model of the bare\nminimum you need to have a working plugin that returns a single feature.\n\nCode comments attempt to highlight which code is mandatory, which is\nsimply recommended, and which is purely fluff used to get the plugin to\nactually show some data.\n\nWhen added to a map it provides a single point geometry representing\nthe center of any query. This means that it should place a point in\nthe middle of any map tile and display a \"hello world!\" label if used like:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cMap srs=\"+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs\" background-color=\"white\"\u003e\n    \u003cStyle name=\"style\"\u003e\n        \u003cRule\u003e\n            \u003cPointSymbolizer /\u003e\n            \u003cTextSymbolizer name=\"[key]\" face_name=\"DejaVu Sans Book\" size=\"10\" dx=\"5\" dy=\"5\"/\u003e\n        \u003c/Rule\u003e\n    \u003c/Style\u003e\n    \u003cLayer name=\"test\" srs=\"+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs\"\u003e\n        \u003cStyleName\u003estyle\u003c/StyleName\u003e\n        \u003cDatasource\u003e\n            \u003cParameter name=\"type\"\u003ehello\u003c/Parameter\u003e\n        \u003c/Datasource\u003e\n    \u003c/Layer\u003e\n\u003c/Map\u003e\n```\n\nOr used in python like:\n\n```\nimport mapnik\nds = mapnik.Datasource(type=\"hello\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapnik%2Fhello-world-input-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapnik%2Fhello-world-input-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapnik%2Fhello-world-input-plugin/lists"}