watermark logo

Oscarville, Ga - The City Buried Under Lake Lanier

6 Views
Above All That Drama

A lot of you may know about the legend of Forsyth County, Ga, and what happened in 1912. But, did you know that the event that took place eventually buried a mainly Black inhabited city under what is now Lake Lanier?

Oscarville, Ga was once a thriving Black run city until a woman by the name of Mae Crow was supposedly raped by four teenage black men. This city is now buried under the waters of Lake Lanier. A man-made reservoir in the state of Georgia.

Listen to the rest of the story and make sure that you give my channel a subscription for more hidden Black history.

Learn more about Lake Lanier and other underwater ghost towns right here: https://amzn.to/3ajRju3

Original Video Uploaded On My Facebook Page:
https://m.facebook.com/story.php?story_fbid=10220373720870389&id=1151246401

Reported Video Credits:
PBS NEWS HOUR
ATLANTA 11 ALIVE WXIA-TV

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }