Message 1 of 14
Projecting Revit model on a map using GeoJSON
Not applicable
05-02-2018
02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
so I am currently trying to project my revit model onto the world map. My approach is :
- Export my revit model to DWG
- In AutoCAD Architecture I specify the geolocation (WGS84)
- In Revit i unclip the survey point, place it on the correct location and specify the coordinates.
- I link the DWG File by shared coordinates and align it to my project.
- Confirming that geoposition is correct
- Using my Plugin to export transformed vertices to GeoJSON
- Look at my GeoJSON on geojson.io which shows me that my revit model goes over several continents even though it is supposed to be a simple wall of a garage ( it starts at the correct point though, so i guess it is a scaling problem)
Changing my project units does not seem to change anything.
Making my model smaller makes it still too big at the minimum lenghts.
It is correctly projected onto the map in AutoCAD Architecture so if AutoCAD can do it Revit sure can too right 😄
So how can I fix this?
Thanks in advance!