ilabsea / resourcemap-program-assessment

0 stars 2 forks source link

Field rendering in layer list #71

Open kakada opened 7 years ago

kakada commented 7 years ago
  1. Go to layer tab
  2. Layer list only 10 field for each even it has more than 10 fields
  3. Click edit -> click cancel
  4. Layer list all fields -> Browser will getting hang if layer has about more than 1k fields(WFP case) layer_list_field
sokmesakhiev commented 7 years ago

Layer index will list only first 10 fields and tell the number of total field above Edit button. To see all field please click on number of total field. We make this because we improve rendering speed when each layer have many field.

kakada commented 7 years ago

Yeah, it should list only first 10 fields but here it list all of fields that will make browser getting hang if the number of field is getting bigger and bigger

sokmesakhiev commented 7 years ago

From what we test bottle neck of the layer, we limit the number of field up to 200 fields per layer and more than that we will not guarantee that the application can run.