Skip to content

mbrzakovic/id-sdk

ย 
ย 

Repository files navigation

build

id-sdk

๐Ÿ†” Map editing made easy

What is it?

This project contains code for processing and editing map data. Our goal is to provide a shared foundation upon which developers can build map editors, data processors, validators, and other innovative tools.

Much of the code was spun out of the OpenStreetMap iD editor project.

Contributing

This project is just getting started! ๐ŸŒฑ

We're not able to support external contributors at this time, but check back in a bit when things have matured.

Modules

math

Module Description
@id-sdk/extent ๐Ÿ“ฆ Extent class for creating bounding boxes
@id-sdk/geo ๐ŸŒ Geographic (spherical) math functions
@id-sdk/geom ๐Ÿ“ˆ Geometric (planar) math functions
@id-sdk/projection ๐Ÿ“ฝ Projection class for converting between Lon/Lat (ฮป,ฯ†) and Cartesian (x,y) coordinates
@id-sdk/tiler ๐Ÿ€„๏ธ Tiler class for splitting the world into rectangular tiles
@id-sdk/vector ๐Ÿ“ Vector (coordinate) math functions

About

๐Ÿ†” Map editing made easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • TypeScript 29.0%