Skip to content

Commit

Permalink
remove map app and all geo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelljkotler committed Aug 23, 2018
1 parent bb544ca commit ca9b695
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 1,705 deletions.
8 changes: 0 additions & 8 deletions Aptfile

This file was deleted.

2 changes: 0 additions & 2 deletions muckrock/agency/models/agency.py
Expand Up @@ -15,7 +15,6 @@
from datetime import date

# Third Party
from djgeojson.fields import PointField
from easy_thumbnails.fields import ThumbnailerImageField

# MuckRock
Expand Down Expand Up @@ -131,7 +130,6 @@ class Agency(models.Model, RequestHelper):
blank=True, max_length=255, help_text='May use html'
)
public_notes = models.TextField(blank=True, help_text='May use html')
location = PointField(blank=True)

addresses = models.ManyToManyField(
'communication.Address',
Expand Down
30 changes: 0 additions & 30 deletions muckrock/assets/js/leaflet-form.js

This file was deleted.

1 change: 0 additions & 1 deletion muckrock/assets/scss/component/_component.scss
Expand Up @@ -7,7 +7,6 @@
@import 'dropdown';
@import 'editor';
@import 'icon';
@import 'leaflet';
@import 'modals';
@import 'orphan';
@import 'pagination';
Expand Down
8 changes: 0 additions & 8 deletions muckrock/assets/scss/component/_leaflet.scss

This file was deleted.

104 changes: 0 additions & 104 deletions muckrock/assets/vendor/leaflet-geocoder-control/Control.Geocoder.css

This file was deleted.

0 comments on commit ca9b695

Please sign in to comment.