ABAPlan / abaplan-core

Core ABAPlan project
MIT License
4 stars 2 forks source link

Bad JSON due to big data for user objects #60

Closed maximeburri closed 7 years ago

maximeburri commented 7 years ago

Draw a lot of user object, particulary pedestrian cause a big json string and database cuts characters (example of map : id:195 -> OneBigPedestrian) image

For one little pedestrian it's about 25ko.. For all squares of pedestrian, the color / symbol / attribute are saved and id (to recognize from which pedestrian the rectangle was created). http://www.jsoneditoronline.org/?id=788a81adeba70e7a49ea8abafa2bff3b

Solution :

maximeburri commented 7 years ago

Close in increasing max char. Think to save only our own custom json..