Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-22336

Coordinates in the map location field value are strings instead of float in the JSON output of the REST API

    XMLWordPrintable

Details

    Description

      For instance, the REST API outputs:

      "fieldValue":{
        "latitude":"46.099353",
        "longitude":"5.12896",
        "address":"St Paul de Varax"
      }
      

      while, it should be:

      "fieldValue":{
        "latitude":46.099353,
        "longitude":5.12896,
        "address":"St Paul de Varax"
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            damien.pobel-obsolete@ez.no Damien Pobel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: