# OSMBuildings
**Repository Path**: ssjylsg/OSMBuildings
## Basic Information
- **Project Name**: OSMBuildings
- **Description**: OpenStreetMap building geometry on 2D and 3D maps
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-04-09
- **Last Updated**: 2024-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# OSM Buildings
OSM Buildings is a JavaScript library for visualizing OpenStreetMap building geometry on 2D and 3D maps.
- [Documentation](http://osmbuildings.github.io/OSMBuildings)
- [Github](http://github.com/OSMBuildings/OSMBuildings)
- [Example](http://osmbuildings.org)
## Info
The library version in this repository is a WebGL only variant of OSM Buildings.
At some point it will fully integrate the Classic 2.5D version.
For the latest information about the project [follow us on Twitter](https://twitter.com/osmbuildings), read [our blog](http://blog.osmbuildings.org), or just mail us at mail@osmbuildings.org.
### Not sure which version to use?
#### Classic 2.5D
Source: https://github.com/kekscom/osmbuildings
Best for:
- great device compatibility
- good performance on older hardware
- shadow simulation
- full integration with Leaflet or OpenLayers 2
#### Modern 3D
Best for:
- great performance on modern graphics hardware
- huge amounts of objects
- combining various data sources
This version uses GLMap for any events and layers logic.
##### Compatibility
Runs likely on earlier versons than listed below, but this is our baseline for tests.
- Win7: latest Chrome (MSIE11 not running, Firefox TBD)
- Win10: TBD
- OSX: latest Crome, Safari, Firefox
- Linux: TBD
- Android 5.0
- iOS 9.3
## Get the files
Checking in built versions causes a lot of trouble during development. So we decided to use the Github release system instead.
Just pick the latest version from here: https://github.com/OSMBuildings/OSMBuildings/releases
## Documentation
All geo coordinates are in EPSG:4326.
### Quick integration
Link all required libraries in your HTML head section. Files are provided in folder `/dist`.
````html