[Arches] Re: Numeric fields and querying

2018-01-19 Thread Dennis Wuthrich
Matt, Yes, you can create and query numeric fields within Arches v3. To confirm this, just look at the Measurement form in v3 to see that numeric fields are supported. Based on your summary, it sounds like you want to modify the default graphs in v3, which is akin to altering the database

Re: [Arches] Adding Tileserver Layers

2018-01-19 Thread Adam Cox
Based on the example here http://arches4.readthedocs.io/en/stable/managing-map-layers/#tileserver-layers, you can see that the db info is in the "config" section of the .json file (if you are making a layer based on a postgis table). It occurs to me now that you should be wary of sharing config

Re: [Arches] Adding Tileserver Layers

2018-01-19 Thread David Lopes
Adam, One more question: the .json file requires a few lines connecting with the database, right? Best regards. quinta-feira, 18 de Janeiro de 2018 às 18:04:17 UTC, Adam Cox escreveu: > > FYI I just tested loading the sql from that repo example and then loading > the tile layer with the

[Arches] Re: Map Popup with different cards

2018-01-19 Thread Angela Feliu
Thank you adam I follow your advise and create a new function in database. These new function allows to add diferent cards and I also added a marker tab (in case you want markers by categories) and then I simply change selects in the function to be multiple. So multiple values are now

Re: [Arches] Adding Tileserver Layers

2018-01-19 Thread David Lopes
Hi Adam, Yes I've made a new one. The file "rivers.json" was loaded without any problem. Thanks, I'll try to edit the file and correct the errors. quinta-feira, 18 de Janeiro de 2018 às 18:04:17 UTC, Adam Cox escreveu: > > FYI I just tested loading the sql from that repo example and then