Search code examples
rgisnetlogoshapefilemap-projections

Why is my GIS Shapefile (CRS 4326) not viewed from directly above?


I have loaded two shapefiles into Netlogo. One shapefile's original projection was 4326 (osmdata) and one was originally 28992 (Dutch government data) which was st_transformed(4326) in R. When I load them into Netlogo, it does not display the shapefile directly from above, which it does do from R ggplot

projection in NETLOGO

projection in R ggplot

Why is this and how do I get it viewed from above?


Solution

  • It was solved by using gis:set-world-envelope-ds instead of gis:set-world-envelope