{"id":19004850,"url":"https://github.com/dhis2/gis-api","last_synced_at":"2025-04-22T18:49:42.634Z","repository":{"id":55867985,"uuid":"46338667","full_name":"dhis2/gis-api","owner":"dhis2","description":"DHIS 2 GIS API","archived":false,"fork":false,"pushed_at":"2021-04-15T21:04:10.000Z","size":2376,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-04-11T23:38:02.048Z","etag":null,"topics":["synced-settings","web-lib"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dhis2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11-17T10:05:08.000Z","updated_at":"2024-01-10T12:38:44.000Z","dependencies_parsed_at":"2022-08-15T08:10:24.520Z","dependency_job_id":null,"html_url":"https://github.com/dhis2/gis-api","commit_stats":null,"previous_names":[],"tags_count":106,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fgis-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fgis-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fgis-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fgis-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhis2","download_url":"https://codeload.github.com/dhis2/gis-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249192387,"owners_count":21227774,"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":["synced-settings","web-lib"],"created_at":"2024-11-08T18:24:51.294Z","updated_at":"2025-04-16T23:32:05.275Z","avatar_url":"https://github.com/dhis2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DHIS 2 GIS API\nVarious Leaflet extensions to meet the mapping needs of the DHIS 2 platform. \n\nLeaflet documentation:\nhttp://leafletjs.com/reference-1.0.0.html\n\n## How to use? \n\n```\nimport d2map from 'gis-api/src/';\n```\n\nd2map is the same as [L.map](http://leafletjs.com/reference.html#map-class), with som extended features (more features will come!):\nhttps://github.com/dhis2/gis-api/blob/master/src/Map.js\n\n```\nconst map = d2map('map');\n\n// Add basemap\nL.tileLayer('//cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', {\n    attribution: '\u0026copy; \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e, \u0026copy; \u003ca href=\"http://cartodb.com/attributions\"\u003eCartoDB\u003c/a\u003e'\n}).addTo(map);\n\n// Add place search\nL.control.geocoder('mapzenSearchKey', {\n    attribution: null,\n    panToPoint: null\n}).addTo(map);\n\n// Zoom map\nmap.setView([51.505, -0.09], 13);\n```\n\n## Report an issue\n\nThe issue tracker can be found in [DHIS2 JIRA](https://jira.dhis2.org)\nunder the [LIBS](https://jira.dhis2.org/projects/LIBS) project.\n\nDeep links:\n\n-   [Bug](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700\u0026issuetype=10006\u0026components=11014)\n-   [Feature](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700\u0026issuetype=10300\u0026components=11014)\n-   [Task](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700\u0026issuetype=10003\u0026components=11014)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhis2%2Fgis-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhis2%2Fgis-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhis2%2Fgis-api/lists"}