splashblot / dronedb

Location Intelligence & Data Visualization tool
http://carto.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Remove/disable carto logo on maps #68

Closed ivanprado closed 7 years ago

ivanprado commented 7 years ago

Carto logo is shown at bottom center on public and builder maps.

jjmata commented 7 years ago

I thought this was taken care of here, but it seems like every time we create a user that feature_flag needs to be applied to the new user (doesn't seem to inherit from the org.)

See here for an example of a "working" map:

jjmata commented 7 years ago

So the action here is to run the feature_flag needs to be run on the following accounts in the following two smartrural accounts:

Done! Here is an example working: https://smartrural.tileo.co/u/fruit-attraction/builder/5e069f76-e1c4-4274-8b25-7732f40220f9

You probably will have to recreate your previous visualization.

ivanprado commented 7 years ago

Map recreated. @jjmata so how can we enable/disable these feature flags?

Just running rake cartodb:features:enable_feature_for_organization[disabled_cartodb_logo,$ORGANIZATION_NAME] RAILS_ENV=$RAILS_ENVon dronedb container?

jjmata commented 7 years ago

Yes, that is the only way I know of. It probably is just a true/flase flag in a table, but the safe way is to run the rake command for now. I will do it everytime a new SSL cert needs to be created (as both things are needed.) OK?

ivanprado commented 7 years ago

Ok, so we can close that issue then.