{"id":996,"date":"2015-10-28T23:02:07","date_gmt":"2015-10-28T23:02:07","guid":{"rendered":"http:\/\/51.75.55.8\/?page_id=5"},"modified":"2021-09-16T15:50:12","modified_gmt":"2021-09-16T15:50:12","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.gislite.io\/","title":{"rendered":"GIS Lite"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"width:104% !important;max-width:104% !important;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><style>\n    .hexagon {\n        fill: white;\n        pointer-events: all;\n    }\n\n    .hexagon path {\n        -webkit-transition: fill 250ms linear;\n        transition: fill 250ms linear;\n    }\n\n    \/* .hexagon :hover {\n  fill: pink;\n} *\/\n\n    .hexagon .fill {\n        fill: red;\n    }\n\n    .mesh {\n        fill: none;\n        stroke: #000;\n        stroke-opacity: .2;\n        pointer-events: none;\n    }\n\n    .border {\n        fill: none;\n        stroke: #000;\n        stroke-width: 2px;\n        pointer-events: none;\n    }\n<\/style>\n\n\n<style>\n    \/* .path {\n        fill: none;\n        stroke: #000;\n        stroke-width: 4px;\n    } *\/\n\n    .gislite_logo_mypos {\n        position: absolute;\n        left: 40px;\n        top: 20px;\n        width: 300px;\n        height: 300px;\n        border-radius: 60px;\n        overflow: hidden;\n\n    }\n\n    #gislite_logo_circle {\n        position: absolute;\n        left: 64px;\n        top: 101px;\n        width: 40px;\n        height: 40px;\n        border-radius: 50%;\n        background-color: white;;\n\n    }\n<\/style>\n\n <div id=\"gislite_logo_container\"><\/div>\n\n    <div class=\"gislite_logo_mypos\" id=\"gislite_logo_container_1\"\n        style=\"background-color: rgba(45,113,231,0.9);box-shadow: rgba(99, 99, 99, 0.6) 2px 4px 6px 3px;\"><\/div>\n    <div class=\"gislite_logo_mypos\" id=\"gislite_logo_container_2\"><\/div>\n    <div class=\"gislite_logo_mypos\" id=\"gislite_logo_container_3\"><\/div>\n    <div class=\"gislite_logo_mypos\" id=\"gislite_logo_container_4\"><\/div>\n    <div id=\"gislite_logo_circle\"><\/div>\n\n\n\n<script src=\"https:\/\/d3js.org\/d3.v3.min.js\"><\/script>\n<script src=\"https:\/\/d3js.org\/topojson.v1.min.js\"><\/script>\n<script>\n\n    var width = 1960,\n        height = 400,\n        radius = 100;\n\n    var topology = hexTopology(radius, width, height);\n\n    var projection = hexProjection(radius);\n\n    var path = d3.geo.path()\n        .projection(projection);\n\n    var svg = d3.select(\"#gislite_logo_container\").append(\"svg\")\n        .attr(\"width\", width)\n        .attr(\"height\", height);\n\n       \n    svg.append(\"g\")\n        .attr(\"class\", \"hexagon\")\n        .selectAll(\"path\")\n        .data(topology.objects.hexagons.geometries)\n        .enter().append(\"path\")\n        .attr(\"d\", function (d) { return path(topojson.feature(topology, d)); })\n    \/\/ .attr(\"class\", function(d) { return d.fill ? \"fill\" : null; })\n    \/\/ .on(\"mousedown\", mousedown)\n    \/\/ .on(\"mousemove\", mousemove)\n    \/\/ .on(\"mouseup\", mouseup);\n\n    svg.append(\"path\")\n        .datum(topojson.mesh(topology, topology.objects.hexagons))\n        .attr(\"class\", \"mesh\")\n        .attr(\"d\", path);\n\n\n    let ypoteinousea = radius * Math.sqrt(3) \/ 2;\n    let remain = radius - radius * Math.sqrt(3) \/ 2\n\n\n    let leftpr = (remain \/ 100 \/ 2) * 100 + \"%\";\n    let righttpr = ((radius - remain\/2) \/ 100) * 100 + \"%\";\n\n    svg.append(\"svg:image\")\n        .attr('x', 5 * ypoteinousea - remain)\n        .attr('y', 2 * radius)\n        .attr('width', 2 * radius)\n        .attr('height', 2 * radius)\n        .attr('opacity', 0)\n        .attr(\"xlink:href\", \"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat.png\")\n        .attr(\"clip-path\", \"polygon(50% 0%, \" + righttpr + \" 25%, \" + righttpr + \" 75%,  50% 100%, \" + leftpr + \" 75%, \" + leftpr + \" 25%, 50% 0%)\")\n        .transition()\n        .duration(1900)\n        .attr(\"opacity\", 1)\n\n\n    let im = svg.append(\"svg:image\")\n        .attr('x', 7 * ypoteinousea - remain)\n        .attr('y', -ypoteinousea - remain)\n        .attr('width', 2 * radius)\n        .attr('height', 2 * radius)\n        .attr('opacity', 0)\n        .attr(\"xlink:href\", \"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/vector_round-800x800.png\")\n        .attr(\"clip-path\", \"polygon(50% 0%, \" + righttpr + \" 25%, \" + righttpr + \" 75%,  50% 100%, \" + leftpr + \" 75%, \" + leftpr + \" 25%, 50% 0%)\")\n        .transition()\n        .duration(1500)\n        .attr(\"opacity\", 1)\n\n\n\n\n    svg.append(\"svg:image\")\n        .attr('x', 10 * ypoteinousea - remain)\n        .attr('y', ypoteinousea \/ 2 + remain \/ 2)\n        .attr('width', 2 * radius)\n        .attr('height', 2 * radius)\n        .attr('opacity', 0)\n        .attr(\"xlink:href\", \"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/projection-800x800.png\")\n        .attr(\"clip-path\", \"polygon(50% 0%, \" + righttpr + \" 25%, \" + righttpr + \" 75%,  50% 100%, \" + leftpr + \" 75%, \" + leftpr + \" 25%, 50% 0%)\").transition()\n        .duration(1000)\n        .attr(\"opacity\", 1)\n\n\n\n    svg.append(\"svg:image\")\n        .attr('x', 12 * ypoteinousea - remain + ypoteinousea)\n        .attr('y', 2 * radius)\n        .attr('width', 2 * radius)\n        .attr('height', 2 * radius)\n        .attr('opacity', 0)\n        .attr(\"xlink:href\", \"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar-800x800.png\")\n        .attr(\"clip-path\", \"polygon(50% 0%, \" + righttpr + \" 25%, \" + righttpr + \" 75%,  50% 100%, \" + leftpr + \" 75%, \" + leftpr + \" 25%, 50% 0%)\")\n        .transition()\n        .duration(1200)\n        .attr(\"opacity\", 1)\n\n\n\n    svg.append(\"svg:image\")\n        .attr('x', 12 * ypoteinousea - remain + ypoteinousea)\n        .attr('y', -ypoteinousea - remain)\n        .attr('width', 2 * radius)\n        .attr('height', 2 * radius)\n        .attr('opacity', 0)\n        .attr(\"xlink:href\", \"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/apple_pencil_rot_3-800x800.png\")\n        .attr(\"clip-path\", \"polygon(50% 0%, \" + righttpr + \" 25%, \" + righttpr + \" 75%,  50% 100%, \" + leftpr + \" 75%, \" + leftpr + \" 25%, 50% 0%)\")\n        .transition()\n        .duration(1200)\n        .attr(\"opacity\", 1)\n\n\n\n\n    \/\/ var border = svg.append(\"path\")\n    \/\/     .attr(\"class\", \"border\")\n    \/\/     .call(redraw);\n\n    var mousing = 0;\n\n    function mousedown(d) {\n        mousing = d.fill ? -1 : +1;\n        mousemove.apply(this, arguments);\n    }\n\n    function mousemove(d) {\n        if (mousing) {\n            d3.select(this).classed(\"fill\", d.fill = mousing > 0);\n            border.call(redraw);\n        }\n    }\n\n    function mouseup() {\n        mousemove.apply(this, arguments);\n        mousing = 0;\n    }\n\n    function redraw(border) {\n        border.attr(\"d\", path(topojson.mesh(topology, topology.objects.hexagons, function (a, b) { return a.fill ^ b.fill; })));\n    }\n\n    function hexTopology(radius, width, height) {\n        var dx = radius * 2 * Math.sin(Math.PI \/ 3),\n            dy = radius * 1.5,\n            m = Math.ceil((height + radius) \/ dy) + 1,\n            n = Math.ceil(width \/ dx) + 1,\n            geometries = [],\n            arcs = [];\n\n        for (var j = -1; j <= m; ++j) {\n            for (var i = -1; i <= n; ++i) {\n                var y = j * 2, x = (i + (j & 1) \/ 2) * 2;\n                arcs.push([[x, y - 1], [1, 1]], [[x + 1, y], [0, 1]], [[x + 1, y + 1], [-1, 1]]);\n            }\n        }\n\n        for (var j = 0, q = 3; j < m; ++j, q += 6) {\n            for (var i = 0; i < n; ++i, q += 3) {\n                geometries.push({\n                    type: \"Polygon\",\n                    arcs: [[q, q + 1, q + 2, ~(q + (n + 2 - (j & 1)) * 3), ~(q - 2), ~(q - (n + 2 + (j & 1)) * 3 + 2)]],\n                    fill: Math.random() > i \/ n * 2\n                });\n            }\n        }\n\n        return {\n            transform: { translate: [0, 0], scale: [1, 1] },\n            objects: { hexagons: { type: \"GeometryCollection\", geometries: geometries } },\n            arcs: arcs\n        };\n    }\n\n    function hexProjection(radius) {\n        var dx = radius * 2 * Math.sin(Math.PI \/ 3),\n            dy = radius * 1.5;\n        return {\n            stream: function (stream) {\n                return {\n                    point: function (x, y) { stream.point(x * dx \/ 2, (y - (2 - (y & 1)) \/ 3) * dy \/ 2); },\n                    lineStart: function () { stream.lineStart(); },\n                    lineEnd: function () { stream.lineEnd(); },\n                    polygonStart: function () { stream.polygonStart(); },\n                    polygonEnd: function () { stream.polygonEnd(); }\n                };\n            }\n        };\n    }\n\n<\/script>\n\n\n\n<script>\n\n    var points = [\n        [-28.06, 144.72],\n        [16.44, 188.82],\n        [69.35, 136.70],\n        [83.38, 95.80],\n        [54.12, 41.29],\n        [8.44, 29.26],\n        [-28.06, 56.10]\n    ].map(p => [p[0] + 28, p[1]]);\n\n\n\n    setTimeout(() => {\n        draw_animated(points.slice(1, 7), \"#gislite_logo_container_1\");\n        draw_animated(points.slice(0, 2), \"#gislite_logo_container_2\");\n        draw_animated([[185, 287], [190, 150], [120, 0]].reverse().map(p => [p[0] + 100, p[1]]), \"#gislite_logo_container_3\");\n        draw_text(\"GIS\", \"#gislite_logo_container_4\");\n    }, 500)\n\n\n\n    function draw_text(text, selector) {\n\n        let data = text.split('').map((d, i) => ({\n            letter: d,\n            index: i,\n            pos: i\n        }));\n\n\n        const LETTER_WIDTH = 46;\n        const WIDTH = LETTER_WIDTH * data.length;\n        const HEIGHT = 80;\n\n        \/\/ var svg = d3.select(selector).append(\"svg\")\n        \/\/     .datum(points)   \n        \/\/     .attr(\"width\", 960)\n        \/\/     .attr(\"height\", 500);\n\n            let svg = d3.select(selector).append(\"svg\").attr(\"width\", 960)\n            .attr(\"height\", 500);\n            \n\n\n    svg.append(\"g\")\n        .selectAll(\"text\")\n        \/\/ .data(topology.objects.hexagons.geometries)\n        \/\/ .enter().append(\"path\")\n        \/\/ .attr(\"d\", function (d) { return path(topojson.feature(topology, d)); })\n\n            \/\/ svg.\n            \n            .data(data).enter()\n            .append('text')\n            \/\/ .attr('fill', d => d.letter === '?' ? 'tomato' : '#000')\n            .attr('x', (d, i) => LETTER_WIDTH * d.pos*0-200 )\n            .attr('y', (d, i) => 270)\n            .attr('fill', 'white')\n            .attr('textLength', (d, i) => LETTER_WIDTH + \"px\")\n            .attr('text-anchor', 'middle')\n            .style('font-size', '80px')\n            .style('font-family', 'sans-serif')\n            .text(d => d.letter)\n            \/\/.merge(text)\n           .transition().duration(1500)\n            .attr('x', (d, i) => LETTER_WIDTH * d.pos + 45);\n\n    }\n\n    function draw_animated(points, selector) {\n        console.log(points);\n        var line = d3.svg.line()\n            .tension(1) \/\/ Catmull\u2013Rom\n            \/\/.interpolate(\"cardinal-closed\");\n            .interpolate(\"basis\");\n\n        var svg = d3.select(selector).append(\"svg\")\n            .datum(points)\n            .attr(\"width\", 960)\n            .attr(\"height\", 500);\n\n        \/\/ svg.append(\"path\")\n        \/\/     .style(\"stroke\", \"#ddd\")\n        \/\/     .style(\"stroke-dasharray\", \"4,4\")\n        \/\/     .attr(\"d\", line);\n\n        svg.append(\"path\")\n            .style(\"fill\", \"none\")\n            .style(\"stroke\", \"#fff\")\n            .style(\"stroke-width\", \"5px\")\n            .style(\"stroke-linecap\",\"round\")\n            .attr(\"d\", line)\n            .call(transition);\n\n\n\n        function tweenDash() {\n            var l = this.getTotalLength(),\n                i = d3.interpolateString(\"0,\" + l, l + \",\" + l);\n            return function (t) { return i(t); };\n        }\n\n\n        function transition(path) {\n            path.transition()\n                .duration(1500)\n                .attrTween(\"stroke-dasharray\", tweenDash)\n                .each(\"end\", function () {\n                    \/\/d3.select(this).call(transition); \n                });\n        }\n\n    }\n\n\n\n\n<\/script><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-0{width:100% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-0 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 1.92%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 1.92%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-0{width:100% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-0{width:100% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-1{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"width:104% !important;max-width:104% !important;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-1{width:100% !important;margin-top : 0px;margin-bottom : 0px;}.fusion-builder-column-1 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 1.92%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 1.92%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-1{width:100% !important;order : 0;}.fusion-builder-column-1 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-1{width:100% !important;order : 0;}.fusion-builder-column-1 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-2{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 60px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div class=\"fusion-menu-anchor\" id=\"overview\"><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-2{width:100% !important;margin-top : 0px;margin-bottom : 0px;}.fusion-builder-column-2 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-2{width:100% !important;}.fusion-builder-column-2 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-2{width:100% !important;}.fusion-builder-column-2 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-fullwidth.fusion-builder-row-3 { overflow:visible; }.fusion-body .fusion-flex-container.fusion-builder-row-3{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: left top;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-center\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_4_5 4_5 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 20px 0px 20px;\"><style type=\"text\/css\">@media only screen and (max-width:1024px) {.fusion-title.fusion-title-1{margin-top:10px!important; margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;}}@media only screen and (max-width:640px) {.fusion-title.fusion-title-1{margin-top:10px!important; margin-right:0px!important;margin-bottom:10px!important; margin-left:0px!important;}}<\/style><div class=\"fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"margin-top:10px;margin-right:0px;margin-bottom:15px;margin-left:0px;\"><h2 class=\"title-heading-left\" style=\"margin:0;color:#515b69;\">your iOs GIS workstation<\/h2><\/div><style type=\"text\/css\">@media only screen and (max-width:1024px) {.fusion-title.fusion-title-2{margin-top:0px!important; margin-right:0px!important;margin-bottom:20px!important;margin-left:0px!important;}}@media only screen and (max-width:640px) {.fusion-title.fusion-title-2{margin-top:0px!important; margin-right:0px!important;margin-bottom:40px!important; margin-left:0px!important;}}<\/style><div class=\"fusion-title title fusion-title-2 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"font-size:28px;margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;\"><h3 class=\"title-heading-left\" style=\"margin:0;font-size:1em;color:#89919f;\"><\/h3><\/div><div class=\"fusion-text fusion-text-1\" style=\"margin-top:40px;\"><p>Mobile Apple devices are more powerfull than ever. GIS Lite is a professional mobile GIS solution that enables users to create, edit, visualise, analyse and publish geospatial information.<\/p>\n<\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-3{width:80% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-3 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 20px !important;margin-right : 2.4%;padding-bottom : 0px !important;padding-left : 20px !important;margin-left : 2.4%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-3{width:80% !important;}.fusion-builder-column-3 > .fusion-column-wrapper {margin-right : 2.4%;margin-left : 2.4%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-3{width:100% !important;}.fusion-builder-column-3 > .fusion-column-wrapper {padding-right : 0px !important;margin-right : 1.92%;padding-left : 0px !important;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-4{ padding-top : 0%;margin-top : 0px;padding-right : 0px;padding-bottom : 40px;margin-bottom : 0px;padding-left : 0px;}@media only screen and (max-width:640px) {.fusion-body .fusion-flex-container.fusion-builder-row-4{ padding-top : 32px;}}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-5 fusion-flex-container fusion-parallax-none nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #f4f6f8;background-image: url(&quot;https:\/\/www.gislite.io\/wp-content\/uploads\/2015\/10\/timepiece_section_bg.jpg&quot;);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div style=\"text-align:center;\"><style type=\"text\/css\">.fusion-button.button-1 {border-radius:4px;}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-default button-1 fusion-button-default-span fusion-button-default-type\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/apps.apple.com\/us\/app\/gis-lite\/id1548266173\"><span class=\"fusion-button-text\">Download in App Store<\/span><\/a><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-4{width:100% !important;margin-top : 0px;margin-bottom : 0px;}.fusion-builder-column-4 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 1.92%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 1.92%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-4{width:100% !important;}.fusion-builder-column-4 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-4{width:100% !important;}.fusion-builder-column-4 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-5{ padding-top : 70px;margin-top : 0px;padding-right : 0px;padding-bottom : 70px;margin-bottom : 0px;padding-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-flex-container.fusion-builder-row-5{ padding-bottom : 90px;}}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-6 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: left top;background-repeat: no-repeat;border-width: 0px 0px 1px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-center\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_3 1_3 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div style=\"text-align:center;\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none fusion-animated\" style=\"max-width:500px;\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><img decoding=\"async\" width=\"800\" height=\"800\" title=\"vector_round\" src=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/vector_round-800x800.png\" class=\"img-responsive wp-image-1090\" srcset=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/vector_round-200x200.png 200w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/vector_round-400x400.png 400w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/vector_round-600x600.png 600w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/vector_round-800x800.png 800w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/vector_round-1200x1200.png 1200w\" sizes=\"(max-width: 640px) 100vw, 400px\" \/><\/span><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-5{width:33.333333333333% !important;margin-top : 35px;margin-bottom : 0px;}.fusion-builder-column-5 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 5.76%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-5{width:33.333333333333% !important;order : 0;}.fusion-builder-column-5 > .fusion-column-wrapper {margin-right : 0%;margin-left : 5.76%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-5{width:100% !important;order : 0;}.fusion-builder-column-5 > .fusion-column-wrapper {padding-right : 20px !important;margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_2_3 2_3 fusion-flex-column fusion-flex-align-self-flex-start fusion-animated\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><style type=\"text\/css\">@media only screen and (max-width:1024px) {.fusion-title.fusion-title-3{margin-top:10px!important; margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;}}@media only screen and (max-width:640px) {.fusion-title.fusion-title-3{margin-top:10px!important; margin-right:0px!important;margin-bottom:10px!important; margin-left:0px!important;}}<\/style><div class=\"fusion-title title fusion-title-3 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"margin-top:10px;margin-right:0px;margin-bottom:15px;margin-left:0px;\"><h2 class=\"title-heading-left\" style=\"margin:0;\"><h2 class=\"title-heading-center fusion-responsive-typography-calculated\" style=\"text-align: left;\">Vectors for all<\/h2><\/h2><\/div><div class=\"fusion-text fusion-text-2\"><div style=\"text-align: justify;\">GIS Lite engine is continuously expanding to support natively more and more vector formats. You can load\u00a0<b style=\"color: #333;\">Shapefiles<\/b>\u00a0(.shp),\u00a0<b style=\"color: #333;\">DXF<\/b>\u00a0files (.dxf),\u00a0<b style=\"color: #333;\">KML<\/b> files (.kml \/ .kmz) and more.<\/div>\n<\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-6{width:66.666666666667% !important;margin-top : 30px;margin-bottom : 20px;}.fusion-builder-column-6 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 7.2%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 7.2%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-6{width:66.666666666667% !important;order : 0;}.fusion-builder-column-6 > .fusion-column-wrapper {margin-right : 7.2%;margin-left : 7.2%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-6{width:100% !important;order : 0;}.fusion-builder-column-6 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-6{ padding-top : 5%;margin-top : 0px;padding-right : 0px;padding-bottom : 6%;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-7 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling fusion-no-medium-visibility fusion-no-large-visibility\" style=\"background-color: rgba(255,255,255,0);background-position: left top;background-repeat: no-repeat;border-width: 0px 0px 1px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-center\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_3 1_3 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div style=\"text-align:center;\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none fusion-animated\" style=\"max-width:500px;\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><img decoding=\"async\" width=\"800\" height=\"800\" title=\"elevation_sat\" src=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat.png\" class=\"img-responsive wp-image-1025\" srcset=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat-200x200.png 200w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat-400x400.png 400w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat-600x600.png 600w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat.png 800w\" sizes=\"(max-width: 640px) 100vw, 400px\" \/><\/span><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-7{width:33.333333333333% !important;margin-top : 35px;margin-bottom : 0px;}.fusion-builder-column-7 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 5.76%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-7{width:100% !important;order : 0;}.fusion-builder-column-7 > .fusion-column-wrapper {margin-right : 0%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-7{width:100% !important;order : 0;}.fusion-builder-column-7 > .fusion-column-wrapper {padding-right : 20px !important;margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_2_3 2_3 fusion-flex-column fusion-flex-align-self-flex-start fusion-animated\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><style type=\"text\/css\">@media only screen and (max-width:1024px) {.fusion-title.fusion-title-4{margin-top:10px!important; margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;}}@media only screen and (max-width:640px) {.fusion-title.fusion-title-4{margin-top:10px!important; margin-right:0px!important;margin-bottom:10px!important; margin-left:0px!important;}}<\/style><div class=\"fusion-title title fusion-title-4 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"margin-top:10px;margin-right:0px;margin-bottom:15px;margin-left:0px;\"><h2 class=\"title-heading-left\" style=\"margin:0;\"><h2 class=\"title-heading-center fusion-responsive-typography-calculated\" style=\"text-align: left;\">Raster support<\/h2><\/h2><\/div><div class=\"fusion-text fusion-text-3\"><div style=\"text-align: justify;\">Raster Data support is provided for certain file formats and keeps expanding. Currently <b style=\"color: #333;\">GeoTiff<\/b> files can be loaded and rendered, but also PNG, JPEG files along with the corresponding <b style=\"color: #333;\">worldfile<\/b>.<\/div>\n<\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-8{width:66.666666666667% !important;margin-top : 70px;margin-bottom : 20px;}.fusion-builder-column-8 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 7.2%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 7.2%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-8{width:100% !important;order : 0;}.fusion-builder-column-8 > .fusion-column-wrapper {margin-right : 4.8%;margin-left : 4.8%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-8{width:100% !important;order : 0;}.fusion-builder-column-8 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-7{ padding-top : 5%;margin-top : 0px;padding-right : 0px;padding-bottom : 6%;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-8 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling fusion-no-small-visibility\" style=\"background-color: rgba(255,255,255,0);background-position: left top;background-repeat: no-repeat;border-width: 0px 0px 1px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-center\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-9 fusion_builder_column_2_3 2_3 fusion-flex-column fusion-flex-align-self-flex-start fusion-animated\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><style type=\"text\/css\">@media only screen and (max-width:1024px) {.fusion-title.fusion-title-5{margin-top:10px!important; margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;}}@media only screen and (max-width:640px) {.fusion-title.fusion-title-5{margin-top:10px!important; margin-right:0px!important;margin-bottom:10px!important; margin-left:0px!important;}}<\/style><div class=\"fusion-title title fusion-title-5 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"margin-top:10px;margin-right:0px;margin-bottom:15px;margin-left:0px;\"><h2 class=\"title-heading-left\" style=\"margin:0;\"><h2 class=\"title-heading-center fusion-responsive-typography-calculated\" style=\"text-align: left;\">Raster support<\/h2><\/h2><\/div><div class=\"fusion-text fusion-text-4\"><div style=\"text-align: justify;\">Raster Data support is provided for certain file formats and keeps expanding. Currently <b style=\"color: #333;\">GeoTiff<\/b> files can be loaded and rendered, but also PNG, JPEG files along with the corresponding <b style=\"color: #333;\">worldfile<\/b>.<\/div>\n<\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-9{width:66.666666666667% !important;margin-top : 30px;margin-bottom : 20px;}.fusion-builder-column-9 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 7.2%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 7.2%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-9{width:66.666666666667% !important;order : 0;}.fusion-builder-column-9 > .fusion-column-wrapper {margin-right : 7.2%;margin-left : 7.2%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-9{width:100% !important;order : 0;}.fusion-builder-column-9 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-10 fusion_builder_column_1_3 1_3 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div style=\"text-align:center;\"><span class=\" fusion-imageframe imageframe-none imageframe-3 hover-type-none fusion-animated\" style=\"max-width:500px;\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><img decoding=\"async\" width=\"800\" height=\"800\" title=\"elevation_sat\" src=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat.png\" class=\"img-responsive wp-image-1025\" srcset=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat-200x200.png 200w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat-400x400.png 400w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat-600x600.png 600w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/elevation_sat.png 800w\" sizes=\"(max-width: 640px) 100vw, 400px\" \/><\/span><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-10{width:33.333333333333% !important;margin-top : 35px;margin-bottom : 0px;}.fusion-builder-column-10 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 5.76%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-10{width:33.333333333333% !important;order : 0;}.fusion-builder-column-10 > .fusion-column-wrapper {margin-right : 0%;margin-left : 5.76%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-10{width:100% !important;order : 0;}.fusion-builder-column-10 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-8{ padding-top : 5%;margin-top : 0px;padding-right : 0px;padding-bottom : 6%;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-9 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: left top;background-repeat: no-repeat;border-width: 0px 0px 1px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-center\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_3 1_3 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div style=\"text-align:center;\"><span class=\" fusion-imageframe imageframe-none imageframe-4 hover-type-none fusion-animated\" style=\"border-radius:50%;max-width:500px;\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><img decoding=\"async\" width=\"800\" height=\"800\" title=\"projection\" src=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/projection-800x800.png\" class=\"img-responsive wp-image-1181\" srcset=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/projection-200x200.png 200w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/projection-400x400.png 400w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/projection-600x600.png 600w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/projection-800x800.png 800w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/projection.png 1024w\" sizes=\"(max-width: 640px) 100vw, 400px\" \/><\/span><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-11{width:33.333333333333% !important;margin-top : 35px;margin-bottom : 0px;}.fusion-builder-column-11 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 5.76%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-11{width:33.333333333333% !important;order : 0;}.fusion-builder-column-11 > .fusion-column-wrapper {margin-right : 0%;margin-left : 5.76%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-11{width:100% !important;order : 0;}.fusion-builder-column-11 > .fusion-column-wrapper {padding-right : 20px !important;margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_2_3 2_3 fusion-flex-column fusion-flex-align-self-flex-start fusion-animated\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><style type=\"text\/css\">@media only screen and (max-width:1024px) {.fusion-title.fusion-title-6{margin-top:10px!important; margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;}}@media only screen and (max-width:640px) {.fusion-title.fusion-title-6{margin-top:10px!important; margin-right:0px!important;margin-bottom:10px!important; margin-left:0px!important;}}<\/style><div class=\"fusion-title title fusion-title-6 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"margin-top:10px;margin-right:0px;margin-bottom:15px;margin-left:0px;\"><h2 class=\"title-heading-left\" style=\"margin:0;\"><h2 class=\"title-heading-center fusion-responsive-typography-calculated\" style=\"text-align: left;\">Math under the hood<\/h2><\/h2><\/div><div class=\"fusion-text fusion-text-5\"><div style=\"text-align: justify;\">GIS Lite has integrated a list of more than 3000 projections. You can display cursor position on any datum you require but also define the projection for files that do not include this information.<\/div>\n<\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-12{width:66.666666666667% !important;margin-top : 30px;margin-bottom : 20px;}.fusion-builder-column-12 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 7.2%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 7.2%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-12{width:66.666666666667% !important;order : 0;}.fusion-builder-column-12 > .fusion-column-wrapper {margin-right : 7.2%;margin-left : 7.2%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-12{width:100% !important;order : 0;}.fusion-builder-column-12 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-9{ padding-top : 5%;margin-top : 0px;padding-right : 0px;padding-bottom : 6%;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-10 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-13 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div class=\"fusion-menu-anchor\" id=\"features\"><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-13{width:100% !important;margin-top : 0px;margin-bottom : 0px;}.fusion-builder-column-13 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-13{width:100% !important;}.fusion-builder-column-13 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-13{width:100% !important;}.fusion-builder-column-13 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-fullwidth.fusion-builder-row-10 { overflow:visible; }.fusion-body .fusion-flex-container.fusion-builder-row-10{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-11 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #ffffff;background-position: left bottom;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-stretch\" style=\"max-width:calc( 1200px + 0px );margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-11{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 10px;margin-bottom : 0px;padding-left : 0px;}@media only screen and (max-width:640px) {.fusion-body .fusion-flex-container.fusion-builder-row-11{ padding-bottom : 40p;}}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-12 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-14 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div class=\"fusion-menu-anchor\" id=\"technology\"><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-14{width:100% !important;margin-top : 0px;margin-bottom : 0px;}.fusion-builder-column-14 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-14{width:100% !important;}.fusion-builder-column-14 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-14{width:100% !important;}.fusion-builder-column-14 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-fullwidth.fusion-builder-row-12 { overflow:visible; }.fusion-body .fusion-flex-container.fusion-builder-row-12{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: #ffffff;background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-justify-content-center\" style=\"max-width:calc( 1200px + 0px );margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-15 fusion_builder_column_1_2 1_2 fusion-flex-column fusion-animated\" data-animationType=\"fadeInUp\" data-animationDuration=\"0.7\" data-animationOffset=\"top-into-view\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><style type=\"text\/css\">@media only screen and (max-width:1024px) {.fusion-title.fusion-title-7{margin-top:10px!important; margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;}}@media only screen and (max-width:640px) {.fusion-title.fusion-title-7{margin-top:10px!important; margin-right:0px!important;margin-bottom:10px!important; margin-left:0px!important;}}<\/style><div class=\"fusion-title title fusion-title-7 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"font-size:48px;margin-top:10px;margin-right:0px;margin-bottom:15px;margin-left:0px;\"><h2 class=\"title-heading-left\" style=\"margin:0;font-size:1em;\"><p style=\"text-align: center;\">Collecting data is cool !<\/p><\/h2><\/div><div class=\"fusion-text fusion-text-6 fusion-text-no-margin\" style=\"margin-top:40px;margin-bottom:50px;\"><div style=\"text-align: justify;\">Have fun collecting data using your <b style=\"color: #333;\">Apple Pencil<\/b>, taking <b style=\"color: #333;\">photos<\/b> or even using <b style=\"color: #333;\">LiDAR<\/b> sensor to capture a 3D model. There are simply not enough things you can&#8217;t do.<\/div>\n<\/div><div class=\"fusion-builder-row fusion-builder-row-inner fusion-row fusion-flex-align-items-flex-start fusion-flex-justify-content-center\" style=\"width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-0 fusion_builder_column_inner_1_5 1_5 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#ffffff;padding: 0px 0px 0px 0px;\"><div ><span class=\" fusion-imageframe imageframe-none imageframe-5 hover-type-none\" style=\"border:1px solid #e2e2e2;border-radius:50%;\"><img decoding=\"async\" width=\"200\" height=\"200\" title=\"apple_pencil_rot_3\" src=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/apple_pencil_rot_3-200x200.png\" class=\"img-responsive wp-image-1179\" srcset=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/apple_pencil_rot_3-200x200.png 200w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/apple_pencil_rot_3-400x400.png 400w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/apple_pencil_rot_3-600x600.png 600w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/apple_pencil_rot_3-800x800.png 800w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/apple_pencil_rot_3.png 950w\" sizes=\"(max-width: 640px) 100vw, 400px\" \/><\/span><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-nested-column-0{width:20% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-nested-column-0 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-nested-column-0{width:33.333333333333% !important;order : 0;}.fusion-builder-nested-column-0 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-nested-column-0{width:33.333333333333% !important;order : 0;}.fusion-builder-nested-column-0 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-1 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-nested-column-1{width:9.99% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-nested-column-1 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-nested-column-1{width:7.21% !important;order : 0;}.fusion-builder-nested-column-1 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-nested-column-1{width:7.84% !important;order : 0;}.fusion-builder-nested-column-1 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-2 fusion_builder_column_inner_1_5 1_5 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div ><span class=\" fusion-imageframe imageframe-none imageframe-6 hover-type-none\"><img decoding=\"async\" width=\"200\" height=\"200\" title=\"lidar\" src=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar-200x200.png\" class=\"img-responsive wp-image-1125\" srcset=\"https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar-200x200.png 200w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar-400x400.png 400w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar-600x600.png 600w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar-800x800.png 800w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar-1200x1200.png 1200w, https:\/\/www.gislite.io\/wp-content\/uploads\/2021\/09\/lidar.png 1500w\" sizes=\"(max-width: 640px) 100vw, 400px\" \/><\/span><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-nested-column-2{width:20% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-nested-column-2 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-nested-column-2{width:33.333333333333% !important;order : 0;}.fusion-builder-nested-column-2 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-nested-column-2{width:33.333333333333% !important;order : 0;}.fusion-builder-nested-column-2 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-15{width:50% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-15 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : calc( 0.1 * calc( 100% - 0px ) );}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-15{width:50% !important;order : 0;}.fusion-builder-column-15 > .fusion-column-wrapper {margin-right : 0px;margin-left : calc( 0.1 * calc( 100% - 0px ) );}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-15{width:100% !important;order : 0;}.fusion-builder-column-15 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-16 fusion_builder_column_3_5 3_5 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-16{width:60% !important;margin-top : 45px;margin-bottom : 20px;}.fusion-builder-column-16 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-16{width:60% !important;}.fusion-builder-column-16 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-16{width:100% !important;}.fusion-builder-column-16 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-13{ padding-top : 6%;margin-top : 0px;padding-right : 0px;padding-bottom : 70px;margin-bottom : 0px;padding-left : 0px;}@media only screen and (max-width:640px) {.fusion-body .fusion-flex-container.fusion-builder-row-13{ padding-top : 6%;padding-bottom : 0px;}}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-14 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-17 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div class=\"fusion-menu-anchor\" id=\"design\"><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-17{width:100% !important;margin-top : 0px;margin-bottom : 0px;}.fusion-builder-column-17 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-17{width:100% !important;}.fusion-builder-column-17 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-17{width:100% !important;}.fusion-builder-column-17 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-fullwidth.fusion-builder-row-14 { overflow:visible; }.fusion-body .fusion-flex-container.fusion-builder-row-14{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-15 fusion-flex-container hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"width:calc( 100% + 0px ) !important;max-width:calc( 100% + 0px ) !important;margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-18 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-flex-align-self-flex-start fusion-column-no-min-height\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div class=\"fusion-menu-anchor\" id=\"ordernow\"><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-18{width:100% !important;margin-top : 0px;margin-bottom : 0px;}.fusion-builder-column-18 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 0px;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 0px;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-18{width:100% !important;}.fusion-builder-column-18 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-18{width:100% !important;}.fusion-builder-column-18 > .fusion-column-wrapper {margin-right : 0px;margin-left : 0px;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-fullwidth.fusion-builder-row-15 { overflow:visible; }.fusion-body .fusion-flex-container.fusion-builder-row-15{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"footnotes":""},"class_list":["post-996","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.gislite.io\/index.php?rest_route=\/wp\/v2\/pages\/996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gislite.io\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gislite.io\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gislite.io\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gislite.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=996"}],"version-history":[{"count":318,"href":"https:\/\/www.gislite.io\/index.php?rest_route=\/wp\/v2\/pages\/996\/revisions"}],"predecessor-version":[{"id":1377,"href":"https:\/\/www.gislite.io\/index.php?rest_route=\/wp\/v2\/pages\/996\/revisions\/1377"}],"wp:attachment":[{"href":"https:\/\/www.gislite.io\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}