I would like to customize the default look of the GN 3.0.2 GUI. From what I have read [1], it mostly requires editing the source code, but I just need to change the size of the map for the geographic search in the “Search” tab. Is there some easy way to do this?
I’ve been looking in the $GN_HOME/WEB-INF/config-*.xml files, and the search map is mentioned there, but the settings is there only to chage “what” and “how” it is shown, but nothing about it’s size. I just need to make it a bit larger.
I would like to customize the default look of the GN 3.0.2 GUI. From what I have read [1], it mostly requires editing the source code, but I just need to change the size of the map for the geographic search in the “Search” tab. Is there some easy way to do this?
I’ve been looking in the $GN_HOME/WEB-INF/config-*.xml files, and the search map is mentioned there, but the settings is there only to chage “what” and “how” it is shown, but nothing about it’s size. I just need to make it a bit larger.
I would like to customize the default look of the GN 3.0.2 GUI. From what I have read [1], it mostly requires editing the source code, but I just need to change the size of the map for the geographic search in the “Search” tab. Is there some easy way to do this?
I’ve been looking in the $GN_HOME/WEB-INF/config-*.xml files, and the search map is mentioned there, but the settings is there only to chage “what” and “how” it is shown, but nothing about it’s size. I just need to make it a bit larger.
Hummm, have you tried your changes directly in dev tools to see if they have any effect ?
You should with devtools, also know if your changes were loaded or not (comparing with the old values).
If they are not loaded, you may need to remove all wro4j .db seems at the root of your data directory.
I would like to customize the default look of the GN 3.0.2 GUI. From what I have read [1], it mostly requires editing the source code, but I just need to change the size of the map for the geographic search in the “Search” tab. Is there some easy way to do this?
I’ve been looking in the $GN_HOME/WEB-INF/config-*.xml files, and the search map is mentioned there, but the settings is there only to chage “what” and “how” it is shown, but nothing about it’s size. I just need to make it a bit larger.
sorry, I don’t have any experience with dev tools - where can I download it?
Anyway, I tried to delete the wro4j files (wro4j-cache.h2.db, wro4j-cache.trace.db) in my data dir and “something” happened - the map appears for few seconds during page loading approximately 300pix higher (middle of page, same size as before) and then disappears after page is loaded.
Then I returned the parameter bottom: 100; → bottom: 0; and it returns back to normal, but with the same width and height as original even though the parameters are changed from 250pix → 350 (550)…
I would like to customize the default look of the GN 3.0.2 GUI. From what I have read [1], it mostly requires editing the source code, but I just need to change the size of the map for the geographic search in the “Search” tab. Is there some easy way to do this?
I’ve been looking in the $GN_HOME/WEB-INF/config-*.xml files, and the search map is mentioned there, but the settings is there only to chage “what” and “how” it is shown, but nothing about it’s size. I just need to make it a bit larger.