## Problem - The code limits the Dataset citation to 255 characters—the error is happening when the citation is longer ## First impression - Full Fix: 1. Change the “geoconnect” code to accept a longer citation (nearly unlimited) 2. Change the “geoconnect" database column type to accept a longer citation 1. Change the WorldMap code (shared) to accept a longer citation 2. Change the WorldMap database column type to accept a longer citation - Partial fix: - Do 1. and 2. which doesn’t touch the WorldMap - Pros: user should see be able to run map and see expected results - Cons: Citation stored in WorldMap will be truncated 