You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'm proposing is below (Look for <ProjectBounds />)
A few questions I'm anticipating:
This information is optional?
Some projects may not be geospatial. If you include <ProjectBounds /> then your project will be discoverable on a map. If you don't, it still will be searchable in the warehouse, just not on the map
Geographic vs Projected Coordinate Systems?
This node is for discovery on a webmaps. Webmaps are We will always require Geographic coordinates (lat, lng). It's possible that projects will only use projected coordinates but if they want to use it on the webmap they will need to generate geographic coordinates for ProjectBounds when they create their project.rs.xml.
What are the limits on the geojson file?
I think we'll probably refuse to scrape the file if it's bigger than (n) Kb. I don't know what the limit is but we definitely need one so that people don't try to upload unsimplified gigabytes of bounding data into the system. We'll need an error message to let people know
This is for @KellyMWhitehead and @joewheaton
What I'm proposing is below (Look for
<ProjectBounds />
)A few questions I'm anticipating:
This information is optional?
Some projects may not be geospatial. If you include
<ProjectBounds />
then your project will be discoverable on a map. If you don't, it still will be searchable in the warehouse, just not on the mapGeographic vs Projected Coordinate Systems?
This node is for discovery on a webmaps. Webmaps are We will always require Geographic coordinates (lat, lng). It's possible that projects will only use projected coordinates but if they want to use it on the webmap they will need to generate geographic coordinates for
ProjectBounds
when they create theirproject.rs.xml
.What are the limits on the geojson file?
I think we'll probably refuse to scrape the file if it's bigger than (n) Kb. I don't know what the limit is but we definitely need one so that people don't try to upload unsimplified gigabytes of bounding data into the system. We'll need an error message to let people know
The text was updated successfully, but these errors were encountered: