Skip to content

Convert OSM data to meaningful geometry data for use in Unity

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

Besjan/OSM-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Features

  • Extract Boundary

Dependencies


Notes

  • Use NuGetForUnity to quickly install NuGet packages in Unity
    • To install OsmSharp add<package id="OsmSharp" version="6.2.0" />in Assets/packages.config.
    • To install protobuf-net add<package id="protobuf-net" version="2.3.7" />in Assets/packages.config.
    • To install ProjNet add<package id="ProjNet" version="2.0.0" />in Assets/packages.config.
  • If there are conflicts with "System.Runtime.CompilerServices.Unsafe.dll" from Unity Collections package, copy the later from ".../Library/PackageCache" to "Packages" and delete "System.Runtime.CompilerServices.Unsafe.dll".

About

Convert OSM data to meaningful geometry data for use in Unity

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages