greppo-io / greppo

Build & deploy geospatial applications quick and easy.
https://greppo.io
Apache License 2.0
386 stars 34 forks source link

"_" in the name of display causes errors #39

Closed tahsbahs closed 2 years ago

tahsbahs commented 2 years ago

Having an '_' character in the name of the display method causes errors. Suggestion is to raise an error that is more meaningful.

fedderw commented 2 years ago

Yeah, I just figured this out myself, but I had to search through the library. Is this a non-python constraint causing this?

krish-adi commented 2 years ago

Hey!

Yeah, this is a non-python constraint. Greppo uses the name as an unique identifier to bind it with the API.

The underscores are used for internal processing and can conflict with how this is done.