Updating map at URL: admin/site_customization/images doesn't update it at: proposals/map
Hey Piotr, I don't see any setting to update the map at the address you mention. You can change the map by adding the file named map.jpg at app/assets/images/custom.
This is what is recommended in the docs.
If you want to use a PNG (which makes more sense sometimes), you'll need to modify the reference to the map directly on the page templates.
Hi, I did the same step than ppeczek and have the same issue ( The map appears in /proposals but in /proposals/map still is the default).
Not sure what to tell you besides making sure that you deployed the code and restarted the server. It might be that the assets haven't been precompiled correctly.
See our demo instance and our source code for comparison.
First of all, i only install the Production Server. I did the step in the other post and compile the assets using :
All the files that I touch, they modified in public/assets, while the map (districts) disappears and does not show any.
Hi @ppeczek @PierreMesure @Dr4u95!
Admin users can change map image on /admin/site_customization/images:

But this custom image is not rendering in all pages with the map 馃槄.
I create a PR https://github.com/consul/consul/pull/3472 to fix it! 馃檹
@decabeza Ty, that works 馃挴 ... only forget close the ("map.jpg") in the second file 馃憤 .
@PierreMesure Ty for let me see your demo, I check a fault that had with the coordinates, should insert only the coordinates and not the entire label 馃憤 .
Most helpful comment
@decabeza Ty, that works 馃挴 ... only forget close the ("map.jpg") in the second file 馃憤 .
@PierreMesure Ty for let me see your demo, I check a fault that had with the coordinates, should insert only the coordinates and not the entire label 馃憤 .