You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
507 B

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Georeference</name>
<id>org.smolnet.code.inkscape-coordinates</id>
<description>Geo reference an image</description>
<effect implements-custom-gui="true">
<effects-menu>
<submenu name="Georeference"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">coordinates_extension.py</command>
</script>
</inkscape-extension>