Git Product home page Git Product logo

Comments (5)

BorderCloud avatar BorderCloud commented on July 18, 2024

You need to allow running insecure content in your navigator.
Click on this icon in your navigator and you need to allow running insecure content.
34616461-55b77296-f25e-11e7-9ed9-b78ca288a9f7

from sgvizler2.

Gautamshahi avatar Gautamshahi commented on July 18, 2024

Thank you. When I am trying to represent data on Map, The following error occurred. I also tried by providing decimal value of latitude and longitude. Please suggest the possible solution.

image

from sgvizler2.

BorderCloud avatar BorderCloud commented on July 18, 2024

You need to convert the type for the chart
For example : (xsd:decimal(?latitude) as ?lat)

from sgvizler2.

Gautamshahi avatar Gautamshahi commented on July 18, 2024

Hi,
Thank you.

My RDF code is (part of it)
dm:Patna a owl:NamedIndividual http://drtc.isibang.ac.in/ontology/dm/#city ;
dm:latitude 13.067439 ;
dm:longitude 80.237617 ;
dm:occuredIn dm:Patna .

I am using the below SPARQL code on Sgvizler demo platform is
SELECT ?occuredIn ?Lat ?Long
WHERE { ?x dm:occuredIn ?occuredIn .
?x dm:latitude ?latitude .
?x dm:longitude ?longitude .
BIND(xsd:decimal(?latitude) AS ?Lat).
BIND(xsd:decimal(?longitude) AS ?Long) .
}

Again, I am getting the same error.

Will you please elaborate it? Where am I doing wrong?

Thanks in Advance.

from sgvizler2.

BorderCloud avatar BorderCloud commented on July 18, 2024

You don't respect the order of columns.

Column | Type | Description
0 | Number | Latitude
1 | Number | Longitude
2 | string (Optional) | Title of popup or simple label or HTML
3 | string (Optional) | Description in the popup
4 | string (Optional) |
5 | url (Optional) | Link of title
6 | url (Optional) | Image in the popup

from sgvizler2.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.