Ah, ok, sounds good. You'll have to restart apache any time you make a change to a .py file. If you modify a .js file you should do a "hard reload" on your browser, and modifications to .htm files should show up right away.
By the way, reinstalling the package as you mentioned is only necessary if you make changes to the authority files and want them to be reloaded, if you alter the resource graphs, or to just wipe the database to start over. Cheers, Adam On Mon, Jan 25, 2016 at 5:21 PM, James <[email protected]> wrote: > Hi Adam, > Yes, we are using Apache and had no clue that we needed to reload it to > get these setting to work. Many thanks for this pointer. > Regards, > James > > On Monday, January 25, 2016 at 3:27:36 PM UTC-7, Adam Cox wrote: >> >> Hi James, are you using apache for a web server? If so, you'll have to >> restart apache to reread your settings. Sounds like you aren't, however. >> No, there should be no caching on the server side, I'm not sure why you're >> having trouble. >> >> What environment are you testing this out in? >> >> On Mon, Jan 25, 2016 at 4:23 PM, James <[email protected]> wrote: >> >>> Hi Adam, >>> Thank you for your reply. I just tried it again and it worked. However, >>> when I tried to set the default zoom to 5 instead of 2, it is again stuck. >>> I cleared my browser cache but that didn't change anything. Is there a >>> caching mechanism on the server side? >>> Best regards, >>> James >>> >>> >>> On Monday, January 25, 2016 at 12:07:34 PM UTC-7, Adam Cox wrote: >>>> >>>> Hi James, I just tested those settings on my current app, and they >>>> worked correctly. Just to double-check, you've uncommented them, correct? >>>> If you had set the default zoom to 2, and somehow the orginal arches >>>> default min zoom is less than that, then you would be unable to zoom out >>>> further... >>>> >>>> >>>> On Sunday, January 24, 2016 at 3:55:11 PM UTC-6, James wrote: >>>>> >>>>> Hi All, >>>>> >>>>> We have been very interested in arches for a long time, but didn't >>>>> have the resources or the time to install it. We have finally decided to >>>>> take the plunge and try a sample installation. We think everything has >>>>> installed correctly. However, we are having a curious problem. We have >>>>> changed the settings.py file to: >>>>> >>>>> DEFAULT_MAP_X = -12839501 >>>>> DEFAULT_MAP_Y = 7434848 >>>>> DEFAULT_MAP_ZOOM = 2 >>>>> MAP_MIN_ZOOM = 1 >>>>> MAP_MAX_ZOOM = 20 >>>>> >>>>> The map centre settings seem to work. However, the min zoom and >>>>> default zoom settings don't seem to work. The map loads at zoom level 9 >>>>> and >>>>> we can't zoom out. We tried changing the values and run >>>>> >>>>> python manage.py packages -o install >>>>> >>>>> >>>>> However, nothing changed. Are we missing something? >>>>> >>>>> Regards, >>>>> James >>>>> >>>>> -- >>> -- To post, send email to [email protected]. To unsubscribe, >>> send email to [email protected]. For more information, >>> visit https://groups.google.com/d/forum/archesproject?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Arches Project" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
