cityjson / specs

Specifications for CityJSON, a JSON-based encoding for 3D city models
https://cityjson.org
Creative Commons Zero v1.0 Universal
107 stars 25 forks source link

texture files must be local? #22

Closed balazsdukai closed 6 years ago

balazsdukai commented 6 years ago

The specification at Appearance Object states that "texture files have to be local and put in folder named "appearances" located in the same folder as the CityJSON file (thus requests to web services as is the case with CityGML are not supported)."

Then it states that a Textrue Object "must have one member with the name "image", whose value is a string with the name of the file. This file can be a URL (eg "http://www.hugo.com/filename.jpg"), a relative path (eg "appearances/myroof.jpg"), or an absolute path (eg "/home/elvis/mycityjson/appearances/myroof.jpg")."

Which one is true?

hugoledoux commented 6 years ago

latter.

I changed my mind and obviously didn't update all the text. Cheers for pointing out.