8000 Please raise size limits for address fields · Issue #525 · ocpi/ocpi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Please raise size limits for address fields #525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lantw44 opened this issue Feb 13, 2025 · 0 comments
Open

Please raise size limits for address fields #525

lantw44 opened this issue Feb 13, 2025 · 0 comments

Comments

@lantw44
Copy link
lantw44 commented Feb 13, 2025

In both OCPI 2.2.1 and OCPI 3.0 review version, there are size limits on address fields:

Property Type
address UnicodeString[1..45]
city UnicodeString[1..45]
state UnicodeString[1..20]

Can we raise them to something that are impossible to hit such as 255? We have been bitten by these limits several times and were forced to be creative on distributing words between state, city, address in order to fit long addresses into these short fields. Sometimes it is just impossible to fit, and we have to truncate the address, possibly sacrificing readability.

Example 1: Australian Capital Territory (in Australia) can't fit in the state field.

Example 2: 150 Rajbophit Road, Ratchabophit Temple Sub-district, Phra Nakhon District, Bangkok (in Thailand) has a sub-district part which fits in neither the address field and the city field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0