{"id":13583317,"url":"https://github.com/OSMBuildings/OSMBuildings","last_synced_at":"2025-04-06T18:32:14.295Z","repository":{"id":28385078,"uuid":"31899232","full_name":"OSMBuildings/OSMBuildings","owner":"OSMBuildings","description":"3d building geometry viewer based on OpenStreetMap data","archived":false,"fork":false,"pushed_at":"2021-04-29T07:32:34.000Z","size":10596,"stargazers_count":905,"open_issues_count":43,"forks_count":204,"subscribers_count":59,"default_branch":"master","last_synced_at":"2024-04-27T08:02:42.873Z","etag":null,"topics":["3d","buildings","geometry","javascript","osm","osm-buildings"],"latest_commit_sha":null,"homepage":"https://osmbuildings.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OSMBuildings.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-09T13:18:25.000Z","updated_at":"2024-04-25T09:49:07.000Z","dependencies_parsed_at":"2022-07-14T10:48:29.036Z","dependency_job_id":null,"html_url":"https://github.com/OSMBuildings/OSMBuildings","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSMBuildings%2FOSMBuildings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSMBuildings%2FOSMBuildings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSMBuildings%2FOSMBuildings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSMBuildings%2FOSMBuildings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSMBuildings","download_url":"https://codeload.github.com/OSMBuildings/OSMBuildings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531173,"owners_count":20953906,"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":["3d","buildings","geometry","javascript","osm","osm-buildings"],"created_at":"2024-08-01T15:03:23.755Z","updated_at":"2025-04-06T18:32:12.382Z","avatar_url":"https://github.com/OSMBuildings.png","language":"JavaScript","readme":"# Our project name was seized by a multimillion dollar organization for profit.\nRead more: https://medium.com/@osmbuildings/why-were-not-going-to-support-a-multimillion-dollar-company-bde6116a954d\n    \n# \u003cimg src=\"http://osmbuildings.org/logo.svg\" width=\"100\" height=\"88\"/\u003e OSM Buildings\n\nOSM Buildings is a library for visualizing 3d building geometry.\n\n\u003cimg src='http://i.imgur.com/pxh2Cpt.png' width='100%' /\u003e\n\n- [Documentation](https://osmbuildings.org/documentation/)\n- [Example](http://osmbuildings.org)\n\n### Quick integration\n\nLink all required libraries in your HTML head section. Files are provided in folder `/dist`.\n\n````html\n\u003chead\u003e\n  \u003clink href=\"https://cdn.osmbuildings.org/4.0.0/OSMBuildings.css\" rel=\"stylesheet\"\u003e\n  \u003cscript src=\"https://cdn.osmbuildings.org/4.0.0/OSMBuildings.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n  \u003cdiv id=\"map\"\u003e\u003c/div\u003e\n````\nIn a script section initialize OSM Buildings and add it to a DOM container.\n\n```` javascript\n  var osmb = new OSMBuildings({\n    container: 'map',\n    position: { latitude: 52.52000, longitude: 13.41000 },\n    zoom: 16,\n    minZoom: 15,\n    maxZoom: 22\n  });\n\n  osmb.addMapTiles(\n    YOUR_TILESET_URL,\n    {\n      attribution: '© Data \u003ca href=\"http://openstreetmap.org/copyright/\"\u003eOpenStreetMap\u003c/a\u003e · © Map \u003ca href=\"http://mapbox.com\"\u003eMapbox\u003c/a\u003e'\n    }\n  );\n\n  osmb.addGeoJSONTiles('http://{s}.data.osmbuildings.org/0.2/anonymous/tile/{z}/{x}/{y}.json');\n````\n\n### OSM Buildings server\n\nThere is also documentation of OSM Buildings Server side. See https://github.com/OSMBuildings/OSMBuildings/blob/master/docs/server.md\n","funding_links":[],"categories":["JavaScript","Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSMBuildings%2FOSMBuildings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOSMBuildings%2FOSMBuildings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSMBuildings%2FOSMBuildings/lists"}